Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/scrub/
Dialloc.c375 if (iabt->next_startino != NULLAGINO) { in xchk_iallocbt_rec_alignment()
390 iabt->next_startino = NULLAGINO; in xchk_iallocbt_rec_alignment()
391 iabt->next_cluster_ino = NULLAGINO; in xchk_iallocbt_rec_alignment()
581 .next_startino = NULLAGINO, in xchk_iallocbt()
582 .next_cluster_ino = NULLAGINO, in xchk_iallocbt()
Drepair.c182 xfs_agino_t icount = NULLAGINO; in xrep_calc_ag_resblks()
219 if (icount == NULLAGINO || in xrep_calc_ag_resblks()
Dagheader_repair.c777 agi->agi_newino = cpu_to_be32(NULLAGINO); in xrep_agi_init_header()
778 agi->agi_dirino = cpu_to_be32(NULLAGINO); in xrep_agi_init_header()
/Linux-v5.4/fs/xfs/libxfs/
Dxfs_ialloc.c348 free->di_next_unlinked = cpu_to_be32(NULLAGINO); in xfs_ialloc_inode_init()
659 if (likely(newino != NULLAGINO && in xfs_ialloc_ag_alloc()
1192 if (pagino != NULLAGINO && in xfs_dialloc_ag_inobt()
1194 pag->pagl_leftrec != NULLAGINO && in xfs_dialloc_ag_inobt()
1195 pag->pagl_rightrec != NULLAGINO) { in xfs_dialloc_ag_inobt()
1284 pag->pagl_pagino = NULLAGINO; in xfs_dialloc_ag_inobt()
1285 pag->pagl_leftrec = NULLAGINO; in xfs_dialloc_ag_inobt()
1286 pag->pagl_rightrec = NULLAGINO; in xfs_dialloc_ag_inobt()
1297 if (agi->agi_newino != cpu_to_be32(NULLAGINO)) { in xfs_dialloc_ag_inobt()
1466 if (agi->agi_newino != cpu_to_be32(NULLAGINO)) { in xfs_dialloc_ag_finobt_newino()
[all …]
Dxfs_ag.c323 agi->agi_newino = cpu_to_be32(NULLAGINO); in xfs_agiblock_init()
324 agi->agi_dirino = cpu_to_be32(NULLAGINO); in xfs_agiblock_init()
332 agi->agi_unlinked[bucket] = cpu_to_be32(NULLAGINO); in xfs_agiblock_init()
Dxfs_types.h58 #define NULLAGINO ((xfs_agino_t)-1) macro
Dxfs_types.c119 return agino == NULLAGINO || xfs_verify_agino(mp, agno, agino); in xfs_verify_agino_or_null()
/Linux-v5.4/fs/xfs/
Dxfs_inode.c1973 return iu ? iu->iu_agino : NULLAGINO; in xfs_iunlink_lookup_backref()
2062 if (next_unlinked == NULLAGINO) { in xfs_iunlink_change_backref()
2208 if (next_agino != NULLAGINO) in xfs_iunlink_update_inode()
2263 if (next_agino != NULLAGINO) { in xfs_iunlink()
2275 ASSERT(old_agino == NULLAGINO); in xfs_iunlink()
2354 if (*agino != NULLAGINO) { in xfs_iunlink_map_prev()
2451 error = xfs_iunlink_update_inode(tp, ip, agno, NULLAGINO, &next_agino); in xfs_iunlink_remove()
2462 if (next_agino != NULLAGINO) { in xfs_iunlink_remove()
2465 NULLAGINO); in xfs_iunlink_remove()
Dxfs_inode_item.c339 to->di_next_unlinked = NULLAGINO; in xfs_inode_to_log_dinode()
Dxfs_log_recover.c4951 agi->agi_unlinked[bucket] = cpu_to_be32(NULLAGINO); in xlog_recover_clear_agi_bucket()
5023 return NULLAGINO; in xlog_recover_process_one_iunlink()
5091 while (agino != NULLAGINO) { in xlog_recover_process_iunlinks()