Home
last modified time | relevance | path

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

/fs/squashfs/
Dblock.c92 u64 *next_index, struct squashfs_page_actor *output) in squashfs_read_data() argument
112 if (next_index) in squashfs_read_data()
113 *next_index = index + length; in squashfs_read_data()
144 if (next_index) in squashfs_read_data()
145 *next_index = index + length + 2; in squashfs_read_data()
Dsquashfs_fs_sb.h46 u64 next_index; member
Dsymlink.c99 block = entry->next_index; in squashfs_symlink_readpage()
Dcache.c124 &entry->next_index, entry->actor); in squashfs_cache_get()
373 *block = entry->next_index; in squashfs_read_metadata()
/fs/jfs/
Djfs_incore.h47 uint next_index; /* next available directory entry index */ member
214 return (JFS_IP(inode)->next_index <= (MAX_INLINE_DIRTABLE_ENTRY + 1)); in jfs_dirtable_inline()
Djfs_dtree.c267 if (index >= jfs_ip->next_index) { in find_index()
352 if (jfs_ip->next_index < 2) { in add_index()
354 jfs_ip->next_index); in add_index()
355 jfs_ip->next_index = 2; in add_index()
358 index = jfs_ip->next_index++; in add_index()
486 jfs_ip->next_index--; in add_index()
849 if (JFS_IP(ip)->next_index == DIREND) { in dtInsert()
2097 u32 table_index, next_index; in dtDelete() local
2127 next_index = -1; in dtDelete()
2133 next_index = -1; in dtDelete()
[all …]
Djfs_inode.c125 jfs_inode->next_index = 0; in ialloc()
Djfs_imap.c3096 jfs_ip->next_index = le32_to_cpu(dip->di_next_index); in copy_from_dinode()
3170 dip->di_next_index = cpu_to_le32(jfs_ip->next_index); in copy_to_dinode()
/fs/xfs/
Dxfs_qm.c71 uint32_t next_index; in xfs_qm_dquot_walk() local
78 next_index = 0; in xfs_qm_dquot_walk()
88 next_index, XFS_DQ_LOOKUP_BATCH); in xfs_qm_dquot_walk()
97 next_index = be32_to_cpu(dqp->q_core.d_id) + 1; in xfs_qm_dquot_walk()
116 if (!next_index) in xfs_qm_dquot_walk()
/fs/gfs2/
Ddir.c2114 u32 index = 0, next_index; in gfs2_dir_exhash_dealloc() local
2134 next_index = (index & ~(len - 1)) + len; in gfs2_dir_exhash_dealloc()
2135 last = ((next_index >= hsize) ? 1 : 0); in gfs2_dir_exhash_dealloc()
2141 index = next_index; in gfs2_dir_exhash_dealloc()
/fs/ceph/
Daddr.c314 pgoff_t next_index; in start_read() local
346 next_index = page->index; in start_read()
348 if (page->index != next_index) in start_read()
351 next_index++; in start_read()