Symbol: NULLAGINO
fs/xfs/libxfs/xfs_ag.c
573
agi->agi_newino = cpu_to_be32(NULLAGINO);
fs/xfs/libxfs/xfs_ag.c
574
agi->agi_dirino = cpu_to_be32(NULLAGINO);
fs/xfs/libxfs/xfs_ag.c
582
agi->agi_unlinked[bucket] = cpu_to_be32(NULLAGINO);
fs/xfs/libxfs/xfs_ag.h
254
if (agino == NULLAGINO)
fs/xfs/libxfs/xfs_ialloc.c
1172
if (pagino != NULLAGINO &&
fs/xfs/libxfs/xfs_ialloc.c
1174
pag->pagl_leftrec != NULLAGINO &&
fs/xfs/libxfs/xfs_ialloc.c
1175
pag->pagl_rightrec != NULLAGINO) {
fs/xfs/libxfs/xfs_ialloc.c
1264
pag->pagl_pagino = NULLAGINO;
fs/xfs/libxfs/xfs_ialloc.c
1265
pag->pagl_leftrec = NULLAGINO;
fs/xfs/libxfs/xfs_ialloc.c
1266
pag->pagl_rightrec = NULLAGINO;
fs/xfs/libxfs/xfs_ialloc.c
1277
if (agi->agi_newino != cpu_to_be32(NULLAGINO)) {
fs/xfs/libxfs/xfs_ialloc.c
1474
if (agi->agi_newino != cpu_to_be32(NULLAGINO)) {
fs/xfs/libxfs/xfs_ialloc.c
2689
if (agi->agi_unlinked[i] == cpu_to_be32(NULLAGINO))
fs/xfs/libxfs/xfs_ialloc.c
381
free->di_next_unlinked = cpu_to_be32(NULLAGINO);
fs/xfs/libxfs/xfs_ialloc.c
747
if (likely(newino != NULLAGINO &&
fs/xfs/libxfs/xfs_inode_util.c
407
if (next_agino == NULLAGINO)
fs/xfs/libxfs/xfs_inode_util.c
495
if (next_agino != NULLAGINO) {
fs/xfs/libxfs/xfs_inode_util.c
507
ip->i_prev_unlinked = NULLAGINO;
fs/xfs/libxfs/xfs_inode_util.c
578
error = xfs_iunlink_log_inode(tp, ip, pag, NULLAGINO);
fs/xfs/libxfs/xfs_inode_util.c
612
ip->i_next_unlinked = NULLAGINO;
fs/xfs/scrub/agheader.c
950
while (agino != NULLAGINO) {
fs/xfs/scrub/agheader_repair.c
1045
xfs_agino_t ret = NULLAGINO;
fs/xfs/scrub/agheader_repair.c
1056
xrep_iunlink_store_next(ragi, agino, NULLAGINO);
fs/xfs/scrub/agheader_repair.c
1085
xfs_agino_t prev_agino = NULLAGINO;
fs/xfs/scrub/agheader_repair.c
1090
while (next_agino != NULLAGINO) {
fs/xfs/scrub/agheader_repair.c
1158
if (ip->i_prev_unlinked == NULLAGINO) {
fs/xfs/scrub/agheader_repair.c
1159
if (ragi->iunlink_heads[bucket] == NULLAGINO)
fs/xfs/scrub/agheader_repair.c
1331
xfs_agino_t prev_agino = NULLAGINO;
fs/xfs/scrub/agheader_repair.c
1335
while (next_agino != NULLAGINO) {
fs/xfs/scrub/agheader_repair.c
1346
next_agino = NULLAGINO;
fs/xfs/scrub/agheader_repair.c
1388
if (prev_agino != NULLAGINO) {
fs/xfs/scrub/agheader_repair.c
1406
if (prev_agino != NULLAGINO) {
fs/xfs/scrub/agheader_repair.c
1438
if (current_head != NULLAGINO) {
fs/xfs/scrub/agheader_repair.c
1743
ragi->iunlink_heads[i] = NULLAGINO;
fs/xfs/scrub/agheader_repair.c
906
agi->agi_newino = cpu_to_be32(NULLAGINO);
fs/xfs/scrub/agheader_repair.c
907
agi->agi_dirino = cpu_to_be32(NULLAGINO);
fs/xfs/scrub/ialloc.c
525
if (iabt->next_startino != NULLAGINO) {
fs/xfs/scrub/ialloc.c
540
iabt->next_startino = NULLAGINO;
fs/xfs/scrub/ialloc.c
541
iabt->next_cluster_ino = NULLAGINO;
fs/xfs/scrub/ialloc.c
715
.next_startino = NULLAGINO,
fs/xfs/scrub/ialloc.c
716
.next_cluster_ino = NULLAGINO,
fs/xfs/scrub/ialloc_repair.c
201
ri->rie.ir_startino = NULLAGINO;
fs/xfs/scrub/ialloc_repair.c
240
if (ri->rie.ir_startino != NULLAGINO &&
fs/xfs/scrub/ialloc_repair.c
247
if (ri->rie.ir_startino == NULLAGINO) {
fs/xfs/scrub/ialloc_repair.c
476
ri->rie.ir_startino = NULLAGINO;
fs/xfs/scrub/ialloc_repair.c
486
if (ri->rie.ir_startino != NULLAGINO)
fs/xfs/scrub/inode_repair.c
203
dip->di_next_unlinked = cpu_to_be32(NULLAGINO);
fs/xfs/scrub/iscan.c
108
*cursor = NULLAGINO;
fs/xfs/scrub/iscan.c
129
*cursor = NULLAGINO;
fs/xfs/scrub/iscan.c
142
if (lastino != NULLAGINO &&
fs/xfs/scrub/iscan.c
339
if (agino != NULLAGINO) {
fs/xfs/scrub/iscan.c
99
xfs_agino_t lastino = NULLAGINO;
fs/xfs/scrub/repair.c
288
xfs_agino_t icount = NULLAGINO;
fs/xfs/scrub/repair.c
330
if (icount == NULLAGINO ||
fs/xfs/xfs_icache.c
1033
xfs_perag_clear_inode_tag(pag, NULLAGINO, XFS_ICI_RECLAIM_TAG);
fs/xfs/xfs_icache.c
131
ip->i_next_unlinked = NULLAGINO;
fs/xfs/xfs_icache.c
288
if (agino != NULLAGINO)
fs/xfs/xfs_inode.c
1548
ASSERT(next_agino != NULLAGINO);
fs/xfs/xfs_inode.c
2895
prev_agino = NULLAGINO;
fs/xfs/xfs_inode.c
2897
while (next_agino != NULLAGINO) {
fs/xfs/xfs_inode_item.c
582
to->di_next_unlinked = NULLAGINO;
fs/xfs/xfs_iunlink_item.c
158
if (next_agino != NULLAGINO)
fs/xfs/xfs_log_recover.c
2701
agi->agi_unlinked[bucket] = cpu_to_be32(NULLAGINO);
fs/xfs/xfs_log_recover.c
2733
while (agino != NULLAGINO) {