Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/scrub/
H A Dialloc.c527 if (iabt->next_startino != NULLAGINO) { in xchk_iallocbt_rec_alignment()
542 iabt->next_startino = NULLAGINO; in xchk_iallocbt_rec_alignment()
543 iabt->next_cluster_ino = NULLAGINO; in xchk_iallocbt_rec_alignment()
720 .next_startino = NULLAGINO, in xchk_iallocbt()
721 .next_cluster_ino = NULLAGINO, in xchk_iallocbt()
H A Drepair.c258 xfs_agino_t icount = NULLAGINO; in xrep_calc_ag_resblks()
300 if (icount == NULLAGINO || in xrep_calc_ag_resblks()
H A Dagheader_repair.c865 agi->agi_newino = cpu_to_be32(NULLAGINO); in xrep_agi_init_header()
866 agi->agi_dirino = cpu_to_be32(NULLAGINO); in xrep_agi_init_header()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_ialloc.c370 free->di_next_unlinked = cpu_to_be32(NULLAGINO); in xfs_ialloc_inode_init()
689 if (likely(newino != NULLAGINO && in xfs_ialloc_ag_alloc()
1084 if (pagino != NULLAGINO && in xfs_dialloc_ag_inobt()
1086 pag->pagl_leftrec != NULLAGINO && in xfs_dialloc_ag_inobt()
1087 pag->pagl_rightrec != NULLAGINO) { in xfs_dialloc_ag_inobt()
1176 pag->pagl_pagino = NULLAGINO; in xfs_dialloc_ag_inobt()
1177 pag->pagl_leftrec = NULLAGINO; in xfs_dialloc_ag_inobt()
1178 pag->pagl_rightrec = NULLAGINO; in xfs_dialloc_ag_inobt()
1189 if (agi->agi_newino != cpu_to_be32(NULLAGINO)) { in xfs_dialloc_ag_inobt()
1372 if (agi->agi_newino != cpu_to_be32(NULLAGINO)) { in xfs_dialloc_ag_finobt_newino()
[all …]
H A Dxfs_types.h58 #define NULLAGINO ((xfs_agino_t)-1) macro
H A Dxfs_ag.c755 agi->agi_newino = cpu_to_be32(NULLAGINO); in xfs_agiblock_init()
756 agi->agi_dirino = cpu_to_be32(NULLAGINO); in xfs_agiblock_init()
764 agi->agi_unlinked[bucket] = cpu_to_be32(NULLAGINO); in xfs_agiblock_init()
H A Dxfs_ag.h211 if (agino == NULLAGINO) in xfs_verify_agino_or_null()
/openbmc/linux/fs/xfs/
H A Dxfs_iunlink_item.c159 if (next_agino != NULLAGINO) in xfs_iunlink_log_inode()
H A Dxfs_inode.c1894 if (next_agino == NULLAGINO) in xfs_iunlink_update_backref()
1962 ASSERT(next_agino != NULLAGINO); in xfs_iunlink_reload_next()
2038 if (next_agino != NULLAGINO) { in xfs_iunlink_insert_inode()
2050 ip->i_prev_unlinked = NULLAGINO; in xfs_iunlink_insert_inode()
2120 error = xfs_iunlink_log_inode(tp, ip, pag, NULLAGINO); in xfs_iunlink_remove_inode()
2152 ip->i_next_unlinked = NULLAGINO; in xfs_iunlink_remove_inode()
3722 prev_agino = NULLAGINO; in xfs_inode_reload_unlinked_bucket()
3724 while (next_agino != NULLAGINO) { in xfs_inode_reload_unlinked_bucket()
H A Dxfs_icache.c115 ip->i_next_unlinked = NULLAGINO; in xfs_inode_alloc()
276 if (agino != NULLAGINO) in xfs_perag_clear_inode_tag()
926 xfs_perag_clear_inode_tag(pag, NULLAGINO, XFS_ICI_RECLAIM_TAG); in xfs_reclaim_inode()
H A Dxfs_inode_item.c578 to->di_next_unlinked = NULLAGINO; in xfs_inode_to_log_dinode()
H A Dxfs_log_recover.c2666 agi->agi_unlinked[bucket] = cpu_to_be32(NULLAGINO); in xlog_recover_clear_agi_bucket()
2698 while (agino != NULLAGINO) { in xlog_recover_iunlink_bucket()