Lines Matching defs:next_index
254 if (index >= jfs_ip->next_index) {
255 jfs_warn("find_entry called with index >= next_index");
339 if (jfs_ip->next_index < 2) {
340 jfs_warn("add_index: next_index = %d. Resetting!",
341 jfs_ip->next_index);
342 jfs_ip->next_index = 2;
345 index = jfs_ip->next_index++;
473 jfs_ip->next_index--;
842 if (JFS_IP(ip)->next_index == DIREND) {
2090 u32 table_index, next_index;
2120 next_index = -1;
2126 next_index = -1;
2132 next_index =
2140 next_index = le32_to_cpu(ldtentry->index);
2142 free_index(tid, ip, table_index, next_index);
2562 jfs_ip->next_index = 2;
2649 if ((index < 2) || (index >= JFS_IP(inode)->next_index)) {
2757 (dir_index >= JFS_IP(ip)->next_index)) {
2769 if (loop_count++ > JFS_IP(ip)->next_index) {
2918 JFS_IP(ip)->next_index)) {