Searched refs:next_index (Results 1 – 12 of 12) sorted by relevance
71 (actor->next_index != actor->page[actor->next_page]->index)) { in handle_next_page()72 actor->next_index++; in handle_next_page()78 actor->next_index++; in handle_next_page()128 actor->next_index = page[0]->index & ~((1 << (msblk->block_log - PAGE_SHIFT)) - 1); in squashfs_page_actor_init_special()
141 u64 *next_index, struct squashfs_page_actor *output) in squashfs_read_data() argument207 if (next_index) in squashfs_read_data()208 *next_index = index + length; in squashfs_read_data()
25 pgoff_t next_index; member
33 u64 next_index; member
111 &entry->next_index, entry->actor); in squashfs_cache_get()360 *block = entry->next_index; in squashfs_read_metadata()
87 block = entry->next_index; in squashfs_symlink_read_folio()
36 uint next_index; /* next available directory entry index */ member212 return (JFS_IP(inode)->next_index <= (MAX_INLINE_DIRTABLE_ENTRY + 1)); in jfs_dirtable_inline()
254 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() local2120 next_index = -1; in dtDelete()2126 next_index = -1; in dtDelete()[all …]
109 jfs_inode->next_index = 0; in ialloc()
3082 jfs_ip->next_index = le32_to_cpu(dip->di_next_index); in copy_from_dinode()3156 dip->di_next_index = cpu_to_le32(jfs_ip->next_index); in copy_to_dinode()
59 uint32_t next_index; in xfs_qm_dquot_walk() local66 next_index = 0; in xfs_qm_dquot_walk()76 next_index, XFS_DQ_LOOKUP_BATCH); in xfs_qm_dquot_walk()85 next_index = dqp->q_id + 1; in xfs_qm_dquot_walk()104 if (!next_index) in xfs_qm_dquot_walk()
2104 u32 index = 0, next_index; in gfs2_dir_exhash_dealloc() local2124 next_index = (index & ~(len - 1)) + len; in gfs2_dir_exhash_dealloc()2125 last = ((next_index >= hsize) ? 1 : 0); in gfs2_dir_exhash_dealloc()2131 index = next_index; in gfs2_dir_exhash_dealloc()