Searched refs:NULLAGINO (Results 1 - 15 of 15) sorted by relevance

/linux-master/fs/xfs/scrub/
H A Discan.c82 * If there are no more inodes in this AG, cursor is set to NULLAGINO.
99 xfs_agino_t lastino = NULLAGINO;
108 *cursor = NULLAGINO;
129 *cursor = NULLAGINO;
142 if (lastino != NULLAGINO &&
294 if (agino != NULLAGINO) {
H A Dialloc.c527 if (iabt->next_startino != NULLAGINO) {
542 iabt->next_startino = NULLAGINO;
543 iabt->next_cluster_ino = NULLAGINO;
717 .next_startino = NULLAGINO,
718 .next_cluster_ino = NULLAGINO,
H A Dialloc_repair.c203 ri->rie.ir_startino = NULLAGINO;
242 if (ri->rie.ir_startino != NULLAGINO &&
249 if (ri->rie.ir_startino == NULLAGINO) {
480 ri->rie.ir_startino = NULLAGINO;
490 if (ri->rie.ir_startino != NULLAGINO)
H A Drepair.c274 xfs_agino_t icount = NULLAGINO;
316 if (icount == NULLAGINO ||
H A Dagheader_repair.c854 agi->agi_newino = cpu_to_be32(NULLAGINO);
855 agi->agi_dirino = cpu_to_be32(NULLAGINO);
H A Dinode_repair.c199 dip->di_next_unlinked = cpu_to_be32(NULLAGINO);
/linux-master/fs/xfs/
H A Dxfs_iunlink_item.c159 if (next_agino != NULLAGINO)
H A Dxfs_inode.c1981 if (next_agino == NULLAGINO)
2050 ASSERT(next_agino != NULLAGINO);
2130 if (next_agino != NULLAGINO) {
2142 ip->i_prev_unlinked = NULLAGINO;
2213 error = xfs_iunlink_log_inode(tp, ip, pag, NULLAGINO);
2247 ip->i_next_unlinked = NULLAGINO;
3841 prev_agino = NULLAGINO;
3843 while (next_agino != NULLAGINO) {
H A Dxfs_icache.c116 ip->i_next_unlinked = NULLAGINO;
277 if (agino != NULLAGINO)
934 xfs_perag_clear_inode_tag(pag, NULLAGINO, XFS_ICI_RECLAIM_TAG);
H A Dxfs_inode_item.c545 to->di_next_unlinked = NULLAGINO;
H A Dxfs_log_recover.c2664 agi->agi_unlinked[bucket] = cpu_to_be32(NULLAGINO);
2696 while (agino != NULLAGINO) {
/linux-master/fs/xfs/libxfs/
H A Dxfs_types.h61 #define NULLAGINO ((xfs_agino_t)-1) macro
H A Dxfs_ialloc.c379 free->di_next_unlinked = cpu_to_be32(NULLAGINO);
748 if (likely(newino != NULLAGINO &&
1146 if (pagino != NULLAGINO &&
1148 pag->pagl_leftrec != NULLAGINO &&
1149 pag->pagl_rightrec != NULLAGINO) {
1238 pag->pagl_pagino = NULLAGINO;
1239 pag->pagl_leftrec = NULLAGINO;
1240 pag->pagl_rightrec = NULLAGINO;
1251 if (agi->agi_newino != cpu_to_be32(NULLAGINO)) {
1441 if (agi->agi_newino != cpu_to_be32(NULLAGINO)) {
[all...]
H A Dxfs_ag.h218 * nor points at static metadata, or is NULLAGINO.
223 if (agino == NULLAGINO)
H A Dxfs_ag.c745 agi->agi_newino = cpu_to_be32(NULLAGINO);
746 agi->agi_dirino = cpu_to_be32(NULLAGINO);
754 agi->agi_unlinked[bucket] = cpu_to_be32(NULLAGINO);

Completed in 260 milliseconds