Searched refs:dir_index (Results 1 – 6 of 6) sorted by relevance
58 struct squashfs_dir_index dir_index; in get_dir_index_using_offset() local73 err = squashfs_read_metadata(sb, &dir_index, &index_start, in get_dir_index_using_offset()74 &index_offset, sizeof(dir_index)); in get_dir_index_using_offset()78 index = le32_to_cpu(dir_index.index); in get_dir_index_using_offset()85 size = le32_to_cpu(dir_index.size) + 1; in get_dir_index_using_offset()97 *next_block = le32_to_cpu(dir_index.start_block) + in get_dir_index_using_offset()
158 u64 dir_index; member
3728 BTRFS_I(inode)->dir_index = btrfs_inode_ref_index(leaf, ref); in btrfs_read_locked_inode()3733 BTRFS_I(inode)->dir_index = btrfs_inode_extref_index(leaf, in btrfs_read_locked_inode()3970 if (BTRFS_I(inode)->dir_index) { in __btrfs_unlink_inode()3973 index = BTRFS_I(inode)->dir_index; in __btrfs_unlink_inode()6145 BTRFS_I(inode)->dir_index = *index; in btrfs_new_inode()6523 BTRFS_I(inode)->dir_index = 0ULL; in btrfs_link()9049 ei->dir_index = 0; in btrfs_alloc_inode()9328 BTRFS_I(old_inode)->dir_index = 0ULL; in btrfs_rename()9412 BTRFS_I(old_inode)->dir_index = index; in btrfs_rename()
3028 u32 dir_index; in jfs_readdir() local3048 dir_index = (u32) ctx->pos; in jfs_readdir()3055 if (dir_index) in jfs_readdir()3056 dir_index--; in jfs_readdir()3058 if (dir_index > 1) { in jfs_readdir()3062 (dir_index >= JFS_IP(ip)->next_index)) { in jfs_readdir()3068 rc = read_index(ip, dir_index, &dirtab_slot); in jfs_readdir()3080 dir_index = le32_to_cpu(dirtab_slot.addr2); in jfs_readdir()3081 if (dir_index == -1) { in jfs_readdir()3101 if (dir_index == 0) { in jfs_readdir()
78 It is strongly recommended that the "dir_index" option is enabled on Ext3
1722 EXT4_FEATURE_COMPAT_FUNCS(dir_index, DIR_INDEX) in EXT4_FEATURE_COMPAT_FUNCS()