Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_types.h65 #define NULLAGINO ((xfs_agino_t)-1) macro
Dxfs_ialloc.c337 free->di_next_unlinked = cpu_to_be32(NULLAGINO); in xfs_ialloc_inode_init()
647 if (likely(newino != NULLAGINO && in xfs_ialloc_ag_alloc()
1183 if (pagino != NULLAGINO && in xfs_dialloc_ag_inobt()
1185 pag->pagl_leftrec != NULLAGINO && in xfs_dialloc_ag_inobt()
1186 pag->pagl_rightrec != NULLAGINO) { in xfs_dialloc_ag_inobt()
1276 pag->pagl_pagino = NULLAGINO; in xfs_dialloc_ag_inobt()
1277 pag->pagl_leftrec = NULLAGINO; in xfs_dialloc_ag_inobt()
1278 pag->pagl_rightrec = NULLAGINO; in xfs_dialloc_ag_inobt()
1289 if (agi->agi_newino != cpu_to_be32(NULLAGINO)) { in xfs_dialloc_ag_inobt()
1458 if (agi->agi_newino != cpu_to_be32(NULLAGINO)) { in xfs_dialloc_ag_finobt_newino()
/linux-4.4.14/fs/xfs/
Dxfs_fsops.c309 agi->agi_newino = cpu_to_be32(NULLAGINO); in xfs_growfs_data_private()
310 agi->agi_dirino = cpu_to_be32(NULLAGINO); in xfs_growfs_data_private()
318 agi->agi_unlinked[bucket] = cpu_to_be32(NULLAGINO); in xfs_growfs_data_private()
Dxfs_inode.c1991 if (agi->agi_unlinked[bucket_index] != cpu_to_be32(NULLAGINO)) { in xfs_iunlink()
2003 ASSERT(dip->di_next_unlinked == cpu_to_be32(NULLAGINO)); in xfs_iunlink()
2073 ASSERT(agi->agi_unlinked[bucket_index] != cpu_to_be32(NULLAGINO)); in xfs_iunlink_remove()
2093 if (next_agino != NULLAGINO) { in xfs_iunlink_remove()
2094 dip->di_next_unlinked = cpu_to_be32(NULLAGINO); in xfs_iunlink_remove()
2153 ASSERT(next_agino != NULLAGINO); in xfs_iunlink_remove()
2171 if (next_agino != NULLAGINO) { in xfs_iunlink_remove()
2172 dip->di_next_unlinked = cpu_to_be32(NULLAGINO); in xfs_iunlink_remove()
Dxfs_log_recover.c3980 agi->agi_unlinked[bucket] = cpu_to_be32(NULLAGINO); in xlog_recover_clear_agi_bucket()
4051 return NULLAGINO; in xlog_recover_process_one_iunlink()
4115 while (agino != NULLAGINO) { in xlog_recover_process_iunlinks()