Home
last modified time | relevance | path

Searched refs:index_block (Results 1 – 4 of 4) sorted by relevance

/linux/fs/ntfs/
H A Dindex.c100 static int ntfs_ib_write(struct ntfs_index_context *icx, struct index_block *ib)
498 * |<--->| offsetof(struct index_block, index) in ntfs_index_block_inconsistent()
512 const struct index_block *ib, in ntfs_ir_lookup()
517 offsetof(struct index_block, index); in ntfs_ir_lookup()
545 offsetof(struct index_block, index), in ntfs_ir_lookup2()
690 /* Get the starting vcn of the index_block holding the child node. */ in ntfs_icx_parent_dec()
719 static int ntfs_ib_read(struct ntfs_index_context *icx, s64 vcn, struct index_block *dst)
801 struct index_block *ib = NULL; in ntfs_index_lookup()
913 static struct index_block *ntfs_ib_alloc(s64 ib_vcn, u32 ib_size,
916 struct index_block *i in ntfs_ibm_pos_to_vcn()
[all...]
H A Ddir.c76 struct index_block *ia; in ntfs_lookup_inode_by_name()
283 /* Get the starting vcn of the index_block holding the child node. */ in ntfs_lookup_inode_by_name()
332 ia = (struct index_block *)(kaddr + ((vcn << in ntfs_lookup_inode_by_name()
/linux/fs/squashfs/
H A Dfile.c230 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 Dsquashfs_fs.h215 unsigned int index_block; member