Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/scrub/
Dialloc.c374 if (iabt->next_startino != NULLAGINO) { in xchk_iallocbt_rec_alignment()
389 iabt->next_startino = NULLAGINO; in xchk_iallocbt_rec_alignment()
390 iabt->next_cluster_ino = NULLAGINO; in xchk_iallocbt_rec_alignment()
580 .next_startino = NULLAGINO, in xchk_iallocbt()
581 .next_cluster_ino = NULLAGINO, in xchk_iallocbt()
Drepair.c182 xfs_agino_t icount = NULLAGINO; in xrep_calc_ag_resblks()
221 if (icount == NULLAGINO || in xrep_calc_ag_resblks()
Dagheader_repair.c765 agi->agi_newino = cpu_to_be32(NULLAGINO); in xrep_agi_init_header()
766 agi->agi_dirino = cpu_to_be32(NULLAGINO); in xrep_agi_init_header()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_ialloc.c348 free->di_next_unlinked = cpu_to_be32(NULLAGINO); in xfs_ialloc_inode_init()
668 if (likely(newino != NULLAGINO && in xfs_ialloc_ag_alloc()
1206 if (pagino != NULLAGINO && in xfs_dialloc_ag_inobt()
1208 pag->pagl_leftrec != NULLAGINO && in xfs_dialloc_ag_inobt()
1209 pag->pagl_rightrec != NULLAGINO) { in xfs_dialloc_ag_inobt()
1298 pag->pagl_pagino = NULLAGINO; in xfs_dialloc_ag_inobt()
1299 pag->pagl_leftrec = NULLAGINO; in xfs_dialloc_ag_inobt()
1300 pag->pagl_rightrec = NULLAGINO; in xfs_dialloc_ag_inobt()
1311 if (agi->agi_newino != cpu_to_be32(NULLAGINO)) { in xfs_dialloc_ag_inobt()
1494 if (agi->agi_newino != cpu_to_be32(NULLAGINO)) { in xfs_dialloc_ag_finobt_newino()
[all …]
Dxfs_ag.c326 agi->agi_newino = cpu_to_be32(NULLAGINO); in xfs_agiblock_init()
327 agi->agi_dirino = cpu_to_be32(NULLAGINO); in xfs_agiblock_init()
335 agi->agi_unlinked[bucket] = cpu_to_be32(NULLAGINO); in xfs_agiblock_init()
Dxfs_types.h56 #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()
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_inode.c1964 return iu ? iu->iu_agino : NULLAGINO; in xfs_iunlink_lookup_backref()
2053 if (next_unlinked == NULLAGINO) { in xfs_iunlink_change_backref()
2202 if (next_agino != NULLAGINO) { in xfs_iunlink_update_inode()
2262 if (next_agino != NULLAGINO) { in xfs_iunlink()
2273 ASSERT(old_agino == NULLAGINO); in xfs_iunlink()
2350 if (*agino != NULLAGINO) { in xfs_iunlink_map_prev()
2446 error = xfs_iunlink_update_inode(tp, ip, agno, NULLAGINO, &next_agino); in xfs_iunlink_remove()
2457 if (next_agino != NULLAGINO) { in xfs_iunlink_remove()
2459 NULLAGINO); in xfs_iunlink_remove()
Dxfs_log_recover.c2644 agi->agi_unlinked[bucket] = cpu_to_be32(NULLAGINO); in xlog_recover_clear_agi_bucket()
2716 return NULLAGINO; in xlog_recover_process_one_iunlink()
2784 while (agino != NULLAGINO) { in xlog_recover_process_iunlinks()
Dxfs_inode_item.c357 to->di_next_unlinked = NULLAGINO; in xfs_inode_to_log_dinode()