Home
last modified time | relevance | path

Searched refs:next_index (Results 1 – 11 of 11) sorted by relevance

/fs/squashfs/
Dblock.c143 u64 *next_index, struct squashfs_page_actor *output) in squashfs_read_data() argument
208 if (next_index) in squashfs_read_data()
209 *next_index = index + length; in squashfs_read_data()
Dsquashfs_fs_sb.h33 u64 next_index; member
Dcache.c111 &entry->next_index, entry->actor); in squashfs_cache_get()
360 *block = entry->next_index; in squashfs_read_metadata()
Dsymlink.c86 block = entry->next_index; in squashfs_symlink_readpage()
/fs/jfs/
Djfs_incore.h36 uint next_index; /* next available directory entry index */ member
204 return (JFS_IP(inode)->next_index <= (MAX_INLINE_DIRTABLE_ENTRY + 1)); in jfs_dirtable_inline()
Djfs_dtree.c254 if (index >= jfs_ip->next_index) { in find_index()
339 if (jfs_ip->next_index < 2) { in add_index()
341 jfs_ip->next_index); in add_index()
342 jfs_ip->next_index = 2; in add_index()
345 index = jfs_ip->next_index++; in add_index()
473 jfs_ip->next_index--; in add_index()
842 if (JFS_IP(ip)->next_index == DIREND) { in dtInsert()
2090 u32 table_index, next_index; in dtDelete() local
2120 next_index = -1; in dtDelete()
2126 next_index = -1; in dtDelete()
[all …]
Djfs_inode.c109 jfs_inode->next_index = 0; in ialloc()
Djfs_imap.c3084 jfs_ip->next_index = le32_to_cpu(dip->di_next_index); in copy_from_dinode()
3158 dip->di_next_index = cpu_to_le32(jfs_ip->next_index); in copy_to_dinode()
/fs/xfs/
Dxfs_qm.c56 uint32_t next_index; in xfs_qm_dquot_walk() local
63 next_index = 0; in xfs_qm_dquot_walk()
73 next_index, XFS_DQ_LOOKUP_BATCH); in xfs_qm_dquot_walk()
82 next_index = dqp->q_id + 1; in xfs_qm_dquot_walk()
101 if (!next_index) in xfs_qm_dquot_walk()
/fs/gfs2/
Ddir.c2101 u32 index = 0, next_index; in gfs2_dir_exhash_dealloc() local
2121 next_index = (index & ~(len - 1)) + len; in gfs2_dir_exhash_dealloc()
2122 last = ((next_index >= hsize) ? 1 : 0); in gfs2_dir_exhash_dealloc()
2128 index = next_index; in gfs2_dir_exhash_dealloc()
/fs/ceph/
Daddr.c332 pgoff_t next_index; in start_read() local
364 next_index = page->index; in start_read()
366 if (page->index != next_index) in start_read()
369 next_index++; in start_read()