OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:squashfs_lipc_inode_header
(Results
1 - 5
of
5
) sorted by null
/external/squashfs-tools/squashfs-tools/
squashfs_swap.h
93
SWAP_FUNC(16, s, d, inode_type, struct
squashfs_lipc_inode_header
);\
94
SWAP_FUNC(16, s, d, mode, struct
squashfs_lipc_inode_header
);\
95
SWAP_FUNC(16, s, d, uid, struct
squashfs_lipc_inode_header
);\
96
SWAP_FUNC(16, s, d, guid, struct
squashfs_lipc_inode_header
);\
97
SWAP_FUNC##S(32, s, d, mtime, struct
squashfs_lipc_inode_header
);\
98
SWAP_FUNC(32, s, d, inode_number, struct
squashfs_lipc_inode_header
);\
99
SWAP_FUNC(32, s, d, nlink, struct
squashfs_lipc_inode_header
);\
100
SWAP_FUNC(32, s, d, xattr, struct
squashfs_lipc_inode_header
);\
355
SQUASHFS_MEMCPY(s, d, sizeof(struct
squashfs_lipc_inode_header
))
squashfs_fs.h
329
struct
squashfs_lipc_inode_header
{
struct
447
struct
squashfs_lipc_inode_header
lipc;
read_fs.c
455
if(NO_INODE_BYTES(
squashfs_lipc_inode_header
))
460
cur_ptr += sizeof(struct
squashfs_lipc_inode_header
);
471
if(NO_INODE_BYTES(
squashfs_lipc_inode_header
))
476
cur_ptr += sizeof(struct
squashfs_lipc_inode_header
);
unsquash-4.c
234
struct
squashfs_lipc_inode_header
*inode = &header.lipc;
mksquashfs.c
1149
struct
squashfs_lipc_inode_header
*ipc = &inode_header.lipc;
[
all
...]
Completed in 762 milliseconds