Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dagheader_repair.c906 agi->agi_newino = cpu_to_be32(NULLAGINO); in xrep_agi_init_header()
907 agi->agi_dirino = cpu_to_be32(NULLAGINO); in xrep_agi_init_header()
1045 xfs_agino_t ret = NULLAGINO; in xrep_iunlink_reload_next()
1056 xrep_iunlink_store_next(ragi, agino, NULLAGINO); in xrep_iunlink_reload_next()
1085 xfs_agino_t prev_agino = NULLAGINO; in xrep_iunlink_walk_ondisk_bucket()
1090 while (next_agino != NULLAGINO) { in xrep_iunlink_walk_ondisk_bucket()
1158 if (ip->i_prev_unlinked == NULLAGINO) { in xrep_iunlink_visit()
1159 if (ragi->iunlink_heads[bucket] == NULLAGINO) in xrep_iunlink_visit()
1331 xfs_agino_t prev_agino = NULLAGINO; in xrep_iunlink_resolve_bucket()
1335 while (next_agino != NULLAGINO) { in xrep_iunlink_resolve_bucket()
[all …]
H A Dialloc_repair.c201 ri->rie.ir_startino = NULLAGINO; in xrep_ibt_stash()
240 if (ri->rie.ir_startino != NULLAGINO && in xrep_ibt_cluster_record()
247 if (ri->rie.ir_startino == NULLAGINO) { in xrep_ibt_cluster_record()
476 ri->rie.ir_startino = NULLAGINO; in xrep_ibt_find_inodes()
486 if (ri->rie.ir_startino != NULLAGINO) in xrep_ibt_find_inodes()
H A Dagheader.c950 while (agino != NULLAGINO) { in xchk_iunlink()
H A Dinode_repair.c203 dip->di_next_unlinked = cpu_to_be32(NULLAGINO); in xrep_dinode_buf_core()
/linux/fs/xfs/libxfs/
H A Dxfs_ialloc.c381 free->di_next_unlinked = cpu_to_be32(NULLAGINO); in xfs_ialloc_inode_init()
747 if (likely(newino != NULLAGINO && in xfs_ialloc_ag_alloc()
1172 if (pagino != NULLAGINO && in xfs_dialloc_ag_inobt()
1174 pag->pagl_leftrec != NULLAGINO && in xfs_dialloc_ag_inobt()
1175 pag->pagl_rightrec != NULLAGINO) { in xfs_dialloc_ag_inobt()
1264 pag->pagl_pagino = NULLAGINO; in xfs_dialloc_ag_inobt()
1265 pag->pagl_leftrec = NULLAGINO; in xfs_dialloc_ag_inobt()
1266 pag->pagl_rightrec = NULLAGINO; in xfs_dialloc_ag_inobt()
1277 if (agi->agi_newino != cpu_to_be32(NULLAGINO)) { in xfs_dialloc_ag_inobt()
1474 if (agi->agi_newino != cpu_to_be32(NULLAGINO)) { in xfs_dialloc_ag_finobt_newino()
[all …]
H A Dxfs_types.h65 #define NULLAGINO ((xfs_agino_t)-1) macro
H A Dxfs_ag.c564 agi->agi_newino = cpu_to_be32(NULLAGINO); in xfs_agiblock_init()
565 agi->agi_dirino = cpu_to_be32(NULLAGINO); in xfs_agiblock_init()
573 agi->agi_unlinked[bucket] = cpu_to_be32(NULLAGINO); in xfs_agiblock_init()
H A Dxfs_ag.h252 if (agino == NULLAGINO) in xfs_verify_agino_or_null()
/linux/fs/xfs/
H A Dxfs_icache.c131 ip->i_next_unlinked = NULLAGINO; in xfs_inode_alloc()
288 if (agino != NULLAGINO) in xfs_perag_clear_inode_tag()
1033 xfs_perag_clear_inode_tag(pag, NULLAGINO, XFS_ICI_RECLAIM_TAG); in xfs_reclaim_inode()
H A Dxfs_inode.c1548 ASSERT(next_agino != NULLAGINO); in xfs_iunlink_reload_next()
2895 prev_agino = NULLAGINO; in xfs_inode_reload_unlinked_bucket()
2897 while (next_agino != NULLAGINO) { in xfs_inode_reload_unlinked_bucket()
H A Dxfs_inode_item.c582 to->di_next_unlinked = NULLAGINO; in xfs_inode_to_log_dinode()
H A Dxfs_log_recover.c2701 agi->agi_unlinked[bucket] = cpu_to_be32(NULLAGINO); in xlog_recover_clear_agi_bucket()
2733 while (agino != NULLAGINO) { in xlog_recover_iunlink_bucket()