NULLAGINO 240 fs/xfs/xfs_fsops.c agi->agi_newino = cpu_to_be32(NULLAGINO);
NULLAGINO 241 fs/xfs/xfs_fsops.c agi->agi_dirino = cpu_to_be32(NULLAGINO);
NULLAGINO 243 fs/xfs/xfs_fsops.c agi->agi_unlinked[bucket] = cpu_to_be32(NULLAGINO);
NULLAGINO 173 fs/xfs/xfs_ialloc.c if (likely(newino != NULLAGINO &&
NULLAGINO 322 fs/xfs/xfs_ialloc.c free->di_next_unlinked = cpu_to_be32(NULLAGINO);
NULLAGINO 863 fs/xfs/xfs_ialloc.c else if (be32_to_cpu(agi->agi_newino) != NULLAGINO) {
NULLAGINO 1833 fs/xfs/xfs_inode.c if (be32_to_cpu(agi->agi_unlinked[bucket_index]) != NULLAGINO) {
NULLAGINO 1844 fs/xfs/xfs_inode.c ASSERT(be32_to_cpu(dip->di_next_unlinked) == NULLAGINO);
NULLAGINO 1936 fs/xfs/xfs_inode.c ASSERT(be32_to_cpu(agi->agi_unlinked[bucket_index]) != NULLAGINO);
NULLAGINO 1957 fs/xfs/xfs_inode.c if (next_agino != NULLAGINO) {
NULLAGINO 1958 fs/xfs/xfs_inode.c dip->di_next_unlinked = cpu_to_be32(NULLAGINO);
NULLAGINO 2003 fs/xfs/xfs_inode.c ASSERT(next_agino != NULLAGINO);
NULLAGINO 2020 fs/xfs/xfs_inode.c if (next_agino != NULLAGINO) {
NULLAGINO 2021 fs/xfs/xfs_inode.c dip->di_next_unlinked = cpu_to_be32(NULLAGINO);
NULLAGINO 3150 fs/xfs/xfs_log_recover.c agi->agi_unlinked[bucket] = cpu_to_be32(NULLAGINO);
NULLAGINO 3224 fs/xfs/xfs_log_recover.c while (agino != NULLAGINO) {
NULLAGINO 3293 fs/xfs/xfs_log_recover.c agino = NULLAGINO;