Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/xfs/scrub/
A 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()
A Drepair.c195 xfs_agino_t icount = NULLAGINO; in xrep_calc_ag_resblks()
237 if (icount == NULLAGINO || in xrep_calc_ag_resblks()
A Dagheader_repair.c835 agi->agi_newino = cpu_to_be32(NULLAGINO); in xrep_agi_init_header()
836 agi->agi_dirino = cpu_to_be32(NULLAGINO); in xrep_agi_init_header()
/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_ialloc.c344 free->di_next_unlinked = cpu_to_be32(NULLAGINO); in xfs_ialloc_inode_init()
663 if (likely(newino != NULLAGINO && in xfs_ialloc_ag_alloc()
1058 if (pagino != NULLAGINO && in xfs_dialloc_ag_inobt()
1060 pag->pagl_leftrec != NULLAGINO && in xfs_dialloc_ag_inobt()
1061 pag->pagl_rightrec != NULLAGINO) { in xfs_dialloc_ag_inobt()
1150 pag->pagl_pagino = NULLAGINO; in xfs_dialloc_ag_inobt()
1151 pag->pagl_leftrec = NULLAGINO; in xfs_dialloc_ag_inobt()
1152 pag->pagl_rightrec = NULLAGINO; in xfs_dialloc_ag_inobt()
1163 if (agi->agi_newino != cpu_to_be32(NULLAGINO)) { in xfs_dialloc_ag_inobt()
1346 if (agi->agi_newino != cpu_to_be32(NULLAGINO)) { in xfs_dialloc_ag_finobt_newino()
[all …]
A Dxfs_types.h57 #define NULLAGINO ((xfs_agino_t)-1) macro
A Dxfs_ag.c718 agi->agi_newino = cpu_to_be32(NULLAGINO); in xfs_agiblock_init()
719 agi->agi_dirino = cpu_to_be32(NULLAGINO); in xfs_agiblock_init()
727 agi->agi_unlinked[bucket] = cpu_to_be32(NULLAGINO); in xfs_agiblock_init()
A Dxfs_ag.h198 if (agino == NULLAGINO) in xfs_verify_agino_or_null()
/linux-6.3-rc2/fs/xfs/
A Dxfs_iunlink_item.c159 if (next_agino != NULLAGINO) in xfs_iunlink_log_inode()
A 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()
937 xfs_perag_clear_inode_tag(pag, NULLAGINO, XFS_ICI_RECLAIM_TAG); in xfs_reclaim_inode()
A 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()
A Dxfs_inode_item.c399 to->di_next_unlinked = NULLAGINO; in xfs_inode_to_log_dinode()
A 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()

Completed in 32 milliseconds