Searched refs:NULLAGINO (Results 1 – 17 of 17) sorted by relevance
1042 xfs_agino_t ret = NULLAGINO; in xrep_iunlink_reload_next()1083 xfs_agino_t prev_agino = NULLAGINO; in xrep_iunlink_walk_ondisk_bucket()1088 while (next_agino != NULLAGINO) { in xrep_iunlink_walk_ondisk_bucket()1156 if (ip->i_prev_unlinked == NULLAGINO) { in xrep_iunlink_visit()1331 xfs_agino_t prev_agino = NULLAGINO; in xrep_iunlink_resolve_bucket()1335 while (next_agino != NULLAGINO) { in xrep_iunlink_resolve_bucket()1346 next_agino = NULLAGINO; in xrep_iunlink_resolve_bucket()1388 if (prev_agino != NULLAGINO) { in xrep_iunlink_resolve_bucket()1406 if (prev_agino != NULLAGINO) { in xrep_iunlink_resolve_bucket()1438 if (current_head != NULLAGINO) { in xrep_iunlink_add_to_bucket()[all …]
99 xfs_agino_t lastino = NULLAGINO; in xchk_iscan_find_next()108 *cursor = NULLAGINO; in xchk_iscan_find_next()129 *cursor = NULLAGINO; in xchk_iscan_find_next()142 if (lastino != NULLAGINO && in xchk_iscan_find_next()339 if (agino != NULLAGINO) { in xchk_iscan_advance()
203 ri->rie.ir_startino = NULLAGINO; in xrep_ibt_stash()242 if (ri->rie.ir_startino != NULLAGINO && in xrep_ibt_cluster_record()249 if (ri->rie.ir_startino == NULLAGINO) { in xrep_ibt_cluster_record()480 ri->rie.ir_startino = NULLAGINO; in xrep_ibt_find_inodes()490 if (ri->rie.ir_startino != NULLAGINO) in xrep_ibt_find_inodes()
527 if (iabt->next_startino != NULLAGINO) { in xchk_iallocbt_rec_alignment()542 iabt->next_startino = NULLAGINO; in xchk_iallocbt_rec_alignment()543 iabt->next_cluster_ino = NULLAGINO; in xchk_iallocbt_rec_alignment()717 .next_startino = NULLAGINO, in xchk_iallocbt()718 .next_cluster_ino = NULLAGINO, in xchk_iallocbt()
279 xfs_agino_t icount = NULLAGINO; in xrep_calc_ag_resblks()321 if (icount == NULLAGINO || in xrep_calc_ag_resblks()
883 while (agino != NULLAGINO) { in xchk_iunlink()
200 dip->di_next_unlinked = cpu_to_be32(NULLAGINO); in xrep_dinode_buf_core()
415 if (next_agino == NULLAGINO) in xfs_iunlink_update_backref()503 if (next_agino != NULLAGINO) { in xfs_iunlink_insert_inode()515 ip->i_prev_unlinked = NULLAGINO; in xfs_iunlink_insert_inode()586 error = xfs_iunlink_log_inode(tp, ip, pag, NULLAGINO); in xfs_iunlink_remove_inode()620 ip->i_next_unlinked = NULLAGINO; in xfs_iunlink_remove_inode()
379 free->di_next_unlinked = cpu_to_be32(NULLAGINO); in xfs_ialloc_inode_init()748 if (likely(newino != NULLAGINO && in xfs_ialloc_ag_alloc()1173 if (pagino != NULLAGINO && in xfs_dialloc_ag_inobt()1175 pag->pagl_leftrec != NULLAGINO && in xfs_dialloc_ag_inobt()1176 pag->pagl_rightrec != NULLAGINO) { in xfs_dialloc_ag_inobt()1265 pag->pagl_pagino = NULLAGINO; in xfs_dialloc_ag_inobt()1266 pag->pagl_leftrec = NULLAGINO; in xfs_dialloc_ag_inobt()1267 pag->pagl_rightrec = NULLAGINO; in xfs_dialloc_ag_inobt()1278 if (agi->agi_newino != cpu_to_be32(NULLAGINO)) { in xfs_dialloc_ag_inobt()1475 if (agi->agi_newino != cpu_to_be32(NULLAGINO)) { in xfs_dialloc_ag_finobt_newino()[all …]
61 #define NULLAGINO ((xfs_agino_t)-1) macro
650 agi->agi_newino = cpu_to_be32(NULLAGINO); in xfs_agiblock_init()651 agi->agi_dirino = cpu_to_be32(NULLAGINO); in xfs_agiblock_init()659 agi->agi_unlinked[bucket] = cpu_to_be32(NULLAGINO); in xfs_agiblock_init()
217 if (agino == NULLAGINO) in xfs_verify_agino_or_null()
159 if (next_agino != NULLAGINO) in xfs_iunlink_log_inode()
128 ip->i_next_unlinked = NULLAGINO; in xfs_inode_alloc()287 if (agino != NULLAGINO) in xfs_perag_clear_inode_tag()970 xfs_perag_clear_inode_tag(pag, NULLAGINO, XFS_ICI_RECLAIM_TAG); in xfs_reclaim_inode()
1522 ASSERT(next_agino != NULLAGINO); in xfs_iunlink_reload_next()2858 prev_agino = NULLAGINO; in xfs_inode_reload_unlinked_bucket()2860 while (next_agino != NULLAGINO) { in xfs_inode_reload_unlinked_bucket()
577 to->di_next_unlinked = NULLAGINO; in xfs_inode_to_log_dinode()
2696 agi->agi_unlinked[bucket] = cpu_to_be32(NULLAGINO); in xlog_recover_clear_agi_bucket()2728 while (agino != NULLAGINO) { in xlog_recover_iunlink_bucket()
Completed in 50 milliseconds