Home
last modified time | relevance | path

Searched refs:id_table (Results 1 – 6 of 6) sorted by relevance

/fs/squashfs/
Dxattr_id.c63 struct squashfs_xattr_id_table *id_table; in squashfs_read_xattr_id_table() local
68 id_table = squashfs_read_table(sb, table_start, sizeof(*id_table)); in squashfs_read_xattr_id_table()
69 if (IS_ERR(id_table)) in squashfs_read_xattr_id_table()
70 return (__le64 *) id_table; in squashfs_read_xattr_id_table()
72 *xattr_table_start = le64_to_cpu(id_table->xattr_table_start); in squashfs_read_xattr_id_table()
73 *xattr_ids = le32_to_cpu(id_table->xattr_ids); in squashfs_read_xattr_id_table()
74 kfree(id_table); in squashfs_read_xattr_id_table()
89 start = table_start + sizeof(*id_table); in squashfs_read_xattr_id_table()
Dxattr.h20 struct squashfs_xattr_id_table *id_table; in squashfs_read_xattr_id_table() local
22 id_table = squashfs_read_table(sb, start, sizeof(*id_table)); in squashfs_read_xattr_id_table()
23 if (IS_ERR(id_table)) in squashfs_read_xattr_id_table()
24 return (__le64 *) id_table; in squashfs_read_xattr_id_table()
26 *xattr_table_start = le64_to_cpu(id_table->xattr_table_start); in squashfs_read_xattr_id_table()
27 kfree(id_table); in squashfs_read_xattr_id_table()
Dsuper.c302 msblk->id_table = squashfs_read_id_index_table(sb, in squashfs_fill_super()
304 if (IS_ERR(msblk->id_table)) { in squashfs_fill_super()
306 err = PTR_ERR(msblk->id_table); in squashfs_fill_super()
307 msblk->id_table = NULL; in squashfs_fill_super()
310 next_table = le64_to_cpu(msblk->id_table[0]); in squashfs_fill_super()
403 kfree(msblk->id_table); in squashfs_fill_super()
498 kfree(sbi->id_table); in squashfs_put_super()
Dsquashfs_fs_sb.h52 __le64 *id_table; member
Did.c45 start_block = le64_to_cpu(msblk->id_table[block]); in squashfs_get_id()
/fs/fuse/
Dvirtio_fs.c954 static const struct virtio_device_id id_table[] = { variable
964 .id_table = id_table,
1545 MODULE_DEVICE_TABLE(virtio, id_table);