Home
last modified time | relevance | path

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

/Linux-v6.1/fs/xfs/scrub/
Dialloc.c372 if (iabt->next_startino != NULLAGINO) { in xchk_iallocbt_rec_alignment()
387 iabt->next_startino = NULLAGINO; in xchk_iallocbt_rec_alignment()
388 iabt->next_cluster_ino = NULLAGINO; in xchk_iallocbt_rec_alignment()
578 .next_startino = NULLAGINO, in xchk_iallocbt()
579 .next_cluster_ino = NULLAGINO, in xchk_iallocbt()
Drepair.c183 xfs_agino_t icount = NULLAGINO; in xrep_calc_ag_resblks()
225 if (icount == NULLAGINO || in xrep_calc_ag_resblks()
Dagheader_repair.c780 agi->agi_newino = cpu_to_be32(NULLAGINO); in xrep_agi_init_header()
781 agi->agi_dirino = cpu_to_be32(NULLAGINO); in xrep_agi_init_header()
/Linux-v6.1/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.h172 if (agino == NULLAGINO) in xfs_verify_agino_or_null()
Dxfs_ag.c655 agi->agi_newino = cpu_to_be32(NULLAGINO); in xfs_agiblock_init()
656 agi->agi_dirino = cpu_to_be32(NULLAGINO); in xfs_agiblock_init()
664 agi->agi_unlinked[bucket] = cpu_to_be32(NULLAGINO); in xfs_agiblock_init()
/Linux-v6.1/fs/xfs/
Dxfs_iunlink_item.c159 if (next_agino != NULLAGINO) in xfs_iunlink_log_inode()
Dxfs_icache.c115 ip->i_next_unlinked = NULLAGINO; in xfs_inode_alloc()
116 ip->i_prev_unlinked = NULLAGINO; in xfs_inode_alloc()
276 if (agino != NULLAGINO) in xfs_perag_clear_inode_tag()
931 xfs_perag_clear_inode_tag(pag, NULLAGINO, XFS_ICI_RECLAIM_TAG); in xfs_reclaim_inode()
Dxfs_inode.c1858 if (next_agino == NULLAGINO) in xfs_iunlink_update_backref()
1941 if (next_agino != NULLAGINO) { in xfs_iunlink_insert_inode()
2022 error = xfs_iunlink_log_inode(tp, ip, pag, NULLAGINO); in xfs_iunlink_remove_inode()
2051 ip->i_next_unlinked = NULLAGINO; in xfs_iunlink_remove_inode()
2052 ip->i_prev_unlinked = NULLAGINO; in xfs_iunlink_remove_inode()
Dxfs_inode_item.c399 to->di_next_unlinked = NULLAGINO; in xfs_inode_to_log_dinode()
Dxfs_log_recover.c2657 agi->agi_unlinked[bucket] = cpu_to_be32(NULLAGINO); in xlog_recover_clear_agi_bucket()
2689 while (agino != NULLAGINO) { in xlog_recover_iunlink_bucket()