Home
last modified time | relevance | path

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

/fs/xfs/scrub/
Dialloc.c373 if (iabt->next_startino != NULLAGINO) { in xchk_iallocbt_rec_alignment()
388 iabt->next_startino = NULLAGINO; in xchk_iallocbt_rec_alignment()
389 iabt->next_cluster_ino = NULLAGINO; in xchk_iallocbt_rec_alignment()
579 .next_startino = NULLAGINO, in xchk_iallocbt()
580 .next_cluster_ino = NULLAGINO, in xchk_iallocbt()
Drepair.c182 xfs_agino_t icount = NULLAGINO; in xrep_calc_ag_resblks()
225 if (icount == NULLAGINO || in xrep_calc_ag_resblks()
Dagheader_repair.c771 agi->agi_newino = cpu_to_be32(NULLAGINO); in xrep_agi_init_header()
772 agi->agi_dirino = cpu_to_be32(NULLAGINO); in xrep_agi_init_header()
/fs/xfs/libxfs/
Dxfs_ialloc.c345 free->di_next_unlinked = cpu_to_be32(NULLAGINO); in xfs_ialloc_inode_init()
663 if (likely(newino != NULLAGINO && in xfs_ialloc_ag_alloc()
1063 if (pagino != NULLAGINO && in xfs_dialloc_ag_inobt()
1065 pag->pagl_leftrec != NULLAGINO && in xfs_dialloc_ag_inobt()
1066 pag->pagl_rightrec != NULLAGINO) { in xfs_dialloc_ag_inobt()
1155 pag->pagl_pagino = NULLAGINO; in xfs_dialloc_ag_inobt()
1156 pag->pagl_leftrec = NULLAGINO; in xfs_dialloc_ag_inobt()
1157 pag->pagl_rightrec = NULLAGINO; in xfs_dialloc_ag_inobt()
1168 if (agi->agi_newino != cpu_to_be32(NULLAGINO)) { in xfs_dialloc_ag_inobt()
1351 if (agi->agi_newino != cpu_to_be32(NULLAGINO)) { in xfs_dialloc_ag_finobt_newino()
[all …]
Dxfs_types.h57 #define NULLAGINO ((xfs_agino_t)-1) macro
Dxfs_ag.c598 agi->agi_newino = cpu_to_be32(NULLAGINO); in xfs_agiblock_init()
599 agi->agi_dirino = cpu_to_be32(NULLAGINO); in xfs_agiblock_init()
607 agi->agi_unlinked[bucket] = cpu_to_be32(NULLAGINO); in xfs_agiblock_init()
Dxfs_types.c143 return agino == NULLAGINO || xfs_verify_agino(mp, agno, agino); in xfs_verify_agino_or_null()
/fs/xfs/
Dxfs_inode.c1888 return iu ? iu->iu_agino : NULLAGINO; in xfs_iunlink_lookup_backref()
1977 if (next_unlinked == NULLAGINO) { in xfs_iunlink_change_backref()
2127 if (next_agino != NULLAGINO) { in xfs_iunlink_update_inode()
2190 if (next_agino != NULLAGINO) { in xfs_iunlink()
2201 ASSERT(old_agino == NULLAGINO); in xfs_iunlink()
2281 if (*agino != NULLAGINO) { in xfs_iunlink_map_prev()
2378 error = xfs_iunlink_update_inode(tp, ip, pag, NULLAGINO, &next_agino); in xfs_iunlink_remove()
2389 if (next_agino != NULLAGINO) { in xfs_iunlink_remove()
2390 error = xfs_iunlink_change_backref(pag, next_agino, NULLAGINO); in xfs_iunlink_remove()
Dxfs_icache.c273 if (agino != NULLAGINO) in xfs_perag_clear_inode_tag()
944 xfs_perag_clear_inode_tag(pag, NULLAGINO, XFS_ICI_RECLAIM_TAG); in xfs_reclaim_inode()
Dxfs_log_recover.c2681 agi->agi_unlinked[bucket] = cpu_to_be32(NULLAGINO); in xlog_recover_clear_agi_bucket()
2749 return NULLAGINO; in xlog_recover_process_one_iunlink()
2813 while (agino != NULLAGINO) { in xlog_recover_process_iunlinks()
Dxfs_inode_item.c397 to->di_next_unlinked = NULLAGINO; in xfs_inode_to_log_dinode()