Searched refs:index_block (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/ntfs/ |
| H A D | index.c | 131 static int ntfs_ib_write(struct ntfs_index_context *icx, struct index_block *ib) in ntfs_ib_write() 456 struct index_block *ib, s64 vcn) in ntfs_index_block_inconsistent() 459 offsetof(struct index_block, index); in ntfs_index_block_inconsistent() 653 static int ntfs_ib_read(struct ntfs_index_context *icx, s64 vcn, struct index_block *dst) in ntfs_ib_read() 734 struct index_block *ib = NULL; in ntfs_index_lookup() 846 static struct index_block *ntfs_ib_alloc(s64 ib_vcn, u32 ib_size, in ntfs_ib_alloc() 849 struct index_block *ib; in ntfs_ib_alloc() 859 ib->usa_ofs = cpu_to_le16(sizeof(struct index_block)); in ntfs_ib_alloc() 869 (sizeof(struct index_block) - ih_size)); in ntfs_ib_alloc() 1039 static struct index_block *ntfs_ir_to_ib(struct index_root *ir, s64 ib_vcn) in ntfs_ir_to_ib() [all …]
|
| H A D | dir.c | 76 struct index_block *ia; in ntfs_lookup_inode_by_name() 336 ia = (struct index_block *)(kaddr + ((vcn << in ntfs_lookup_inode_by_name()
|
| /linux/fs/squashfs/ |
| H A D | file.c | 230 u64 *index_block, int *index_offset, u64 *data_block) in fill_meta_index() argument 258 cur_index_block = meta_entry->index_block + in fill_meta_index() 294 meta_entry->index_block = cur_index_block - in fill_meta_index() 309 *index_block = cur_index_block; in fill_meta_index()
|
| H A D | squashfs_fs.h | 215 unsigned int index_block; member
|