HomeSort by relevance Sort by last modified time
    Searched refs:xattr_id_table_start (Results 1 - 8 of 8) sorted by null

  /external/squashfs-tools/squashfs-tools/
xattr.h 82 if(sBlk->xattr_id_table_start != SQUASHFS_INVALID_BLK) {
120 if(sBlk->xattr_id_table_start != SQUASHFS_INVALID_BLK) {
unsquashfs_xattr.c 50 sBlk.s.xattr_id_table_start == SQUASHFS_INVALID_BLK)
read_xattrs.c 159 if(sBlk->xattr_id_table_start == SQUASHFS_INVALID_BLK)
166 res = read_fs_bytes(fd, sBlk->xattr_id_table_start, sizeof(id_table),
185 res = read_fs_bytes(fd, sBlk->xattr_id_table_start + sizeof(id_table),
squashfs_fs.h 296 long long xattr_id_table_start; member in struct:squashfs_super_block
unsquashfs.c     [all...]
read_fs.c 614 TRACE("sBlk->xattr_id_table_start %llx\n", sBlk->xattr_id_table_start);
squashfs_swap.h 60 SWAP_FUNC(64, s, d, xattr_id_table_start, struct squashfs_super_block);\
mksquashfs.c     [all...]

Completed in 760 milliseconds