Home
last modified time | relevance | path

Searched refs:dir_index (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/fs/squashfs/
Ddir.c57 struct squashfs_dir_index dir_index; in get_dir_index_using_offset() local
72 err = squashfs_read_metadata(sb, &dir_index, &index_start, in get_dir_index_using_offset()
73 &index_offset, sizeof(dir_index)); in get_dir_index_using_offset()
77 index = le32_to_cpu(dir_index.index); in get_dir_index_using_offset()
85 &index_offset, le32_to_cpu(dir_index.size) + 1); in get_dir_index_using_offset()
90 *next_block = le32_to_cpu(dir_index.start_block) + in get_dir_index_using_offset()
/linux-3.4.99/fs/jfs/
Djfs_dtree.c3028 u32 dir_index; in jfs_readdir() local
3048 dir_index = (u32) filp->f_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()
/linux-3.4.99/Documentation/filesystems/caching/
Dcachefiles.txt78 It is strongly recommended that the "dir_index" option is enabled on Ext3