Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_ialloc.c305 free->di_next_unlinked = cpu_to_be32(NULLAGINO); in xfs_ialloc_inode_init()
393 if (likely(newino != NULLAGINO && in xfs_ialloc_ag_alloc()
815 if (pagino != NULLAGINO && in xfs_dialloc_ag_inobt()
817 pag->pagl_leftrec != NULLAGINO && in xfs_dialloc_ag_inobt()
818 pag->pagl_rightrec != NULLAGINO) { in xfs_dialloc_ag_inobt()
908 pag->pagl_pagino = NULLAGINO; in xfs_dialloc_ag_inobt()
909 pag->pagl_leftrec = NULLAGINO; in xfs_dialloc_ag_inobt()
910 pag->pagl_rightrec = NULLAGINO; in xfs_dialloc_ag_inobt()
921 if (agi->agi_newino != cpu_to_be32(NULLAGINO)) { in xfs_dialloc_ag_inobt()
1090 if (agi->agi_newino != cpu_to_be32(NULLAGINO)) { in xfs_dialloc_ag_finobt_newino()
Dxfs_types.h65 #define NULLAGINO ((xfs_agino_t)-1) macro
/linux-4.1.27/fs/xfs/
Dxfs_fsops.c307 agi->agi_newino = cpu_to_be32(NULLAGINO); in xfs_growfs_data_private()
308 agi->agi_dirino = cpu_to_be32(NULLAGINO); in xfs_growfs_data_private()
316 agi->agi_unlinked[bucket] = cpu_to_be32(NULLAGINO); in xfs_growfs_data_private()
Dxfs_inode.c2018 if (agi->agi_unlinked[bucket_index] != cpu_to_be32(NULLAGINO)) { in xfs_iunlink()
2030 ASSERT(dip->di_next_unlinked == cpu_to_be32(NULLAGINO)); in xfs_iunlink()
2100 ASSERT(agi->agi_unlinked[bucket_index] != cpu_to_be32(NULLAGINO)); in xfs_iunlink_remove()
2120 if (next_agino != NULLAGINO) { in xfs_iunlink_remove()
2121 dip->di_next_unlinked = cpu_to_be32(NULLAGINO); in xfs_iunlink_remove()
2180 ASSERT(next_agino != NULLAGINO); in xfs_iunlink_remove()
2198 if (next_agino != NULLAGINO) { in xfs_iunlink_remove()
2199 dip->di_next_unlinked = cpu_to_be32(NULLAGINO); in xfs_iunlink_remove()
Dxfs_log_recover.c3864 agi->agi_unlinked[bucket] = cpu_to_be32(NULLAGINO); in xlog_recover_clear_agi_bucket()
3935 return NULLAGINO; in xlog_recover_process_one_iunlink()
3999 while (agino != NULLAGINO) { in xlog_recover_process_iunlinks()