Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
A Dialloc.c373 if (iabt->next_startino != NULLAGINO) { in xchk_iallocbt_rec_alignment()
388 iabt->next_startino = NULLAGINO; in xchk_iallocbt_rec_alignment()
389 iabt->next_cluster_ino = NULLAGINO; in xchk_iallocbt_rec_alignment()
579 .next_startino = NULLAGINO, in xchk_iallocbt()
580 .next_cluster_ino = NULLAGINO, in xchk_iallocbt()
A Drepair.c182 xfs_agino_t icount = NULLAGINO; in xrep_calc_ag_resblks()
225 if (icount == NULLAGINO || in xrep_calc_ag_resblks()
A Dagheader_repair.c775 agi->agi_newino = cpu_to_be32(NULLAGINO); in xrep_agi_init_header()
776 agi->agi_dirino = cpu_to_be32(NULLAGINO); in xrep_agi_init_header()
/linux/fs/xfs/libxfs/
A 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 …]
A Dxfs_types.h57 #define NULLAGINO ((xfs_agino_t)-1) macro
A Dxfs_types.c143 return agino == NULLAGINO || xfs_verify_agino(mp, agno, agino); in xfs_verify_agino_or_null()
A Dxfs_ag.c601 agi->agi_newino = cpu_to_be32(NULLAGINO); in xfs_agiblock_init()
602 agi->agi_dirino = cpu_to_be32(NULLAGINO); in xfs_agiblock_init()
610 agi->agi_unlinked[bucket] = cpu_to_be32(NULLAGINO); in xfs_agiblock_init()
/linux/fs/xfs/
A Dxfs_inode.c1888 return iu ? iu->iu_agino : NULLAGINO; in xfs_iunlink_lookup_backref()
1977 if (next_unlinked == NULLAGINO) { in xfs_iunlink_change_backref()
2127 if (next_agino != NULLAGINO) { in xfs_iunlink_update_inode()
2190 if (next_agino != NULLAGINO) { in xfs_iunlink()
2201 ASSERT(old_agino == NULLAGINO); in xfs_iunlink()
2281 if (*agino != NULLAGINO) { in xfs_iunlink_map_prev()
2378 error = xfs_iunlink_update_inode(tp, ip, pag, NULLAGINO, &next_agino); in xfs_iunlink_remove()
2389 if (next_agino != NULLAGINO) { in xfs_iunlink_remove()
2390 error = xfs_iunlink_change_backref(pag, next_agino, NULLAGINO); in xfs_iunlink_remove()
A Dxfs_icache.c273 if (agino != NULLAGINO) in xfs_perag_clear_inode_tag()
918 xfs_perag_clear_inode_tag(pag, NULLAGINO, XFS_ICI_RECLAIM_TAG); in xfs_reclaim_inode()
A Dxfs_log_recover.c2672 agi->agi_unlinked[bucket] = cpu_to_be32(NULLAGINO); in xlog_recover_clear_agi_bucket()
2739 return NULLAGINO; in xlog_recover_process_one_iunlink()
2803 while (agino != NULLAGINO) { in xlog_recover_process_iunlinks()
A Dxfs_inode_item.c397 to->di_next_unlinked = NULLAGINO; in xfs_inode_to_log_dinode()

Completed in 56 milliseconds