Searched refs:NULLFSINO (Results 1 - 9 of 9) sorted by relevance

/linux-master/fs/xfs/scrub/
H A Discan.c208 BUILD_BUG_ON(XFS_MAXINUMBER == NULLFSINO);
212 * NULLFSINO when wrapping around EOFS, for that will let through all
238 iscan->cursor_ino = NULLFSINO;
241 iscan->__visited_ino = NULLFSINO;
489 if (iscan->__batch_ino != NULLFSINO) {
498 iscan->__batch_ino = NULLFSINO;
646 iscan->__batch_ino = NULLFSINO;
687 if (iscan->__batch_ino == NULLFSINO)
718 if (iscan->__visited_ino == NULLFSINO) {
H A Dtrace.h1389 __entry->dir = dp ? dp->i_ino : NULLFSINO;
/linux-master/fs/xfs/
H A Dxfs_qm.c760 xfs_ino_t ino = NULLFSINO;
763 (mp->m_sb.sb_gquotino != NULLFSINO)) {
766 mp->m_sb.sb_pquotino != NULLFSINO)) {
771 (mp->m_sb.sb_pquotino != NULLFSINO)) {
774 mp->m_sb.sb_gquotino != NULLFSINO)) {
779 if (ino != NULLFSINO) {
783 mp->m_sb.sb_gquotino = NULLFSINO;
784 mp->m_sb.sb_pquotino = NULLFSINO;
818 mp->m_sb.sb_uquotino = NULLFSINO;
819 mp->m_sb.sb_gquotino = NULLFSINO;
[all...]
H A Dxfs_iwalk.c430 if (iwag->lastino != NULLFSINO &&
565 .lastino = NULLFSINO,
675 iwag->lastino = NULLFSINO;
750 .lastino = NULLFSINO,
H A Dxfs_quotaops.c30 if (!ip && ino == NULLFSINO)
H A Dxfs_qm_syscalls.c62 if (ino == NULLFSINO)
/linux-master/fs/xfs/libxfs/
H A Dxfs_types.h60 #define NULLFSINO ((xfs_ino_t)-1) macro
H A Dxfs_sb.c559 * older mkfs doesn't initialize quota inodes to NULLFSINO. This
561 * inode to be invalid: 0 and NULLFSINO. Change it to a single value
562 * NULLFSINO.
570 sbp->sb_uquotino = NULLFSINO;
572 sbp->sb_gquotino = NULLFSINO;
574 sbp->sb_pquotino = NULLFSINO;
592 sbp->sb_gquotino != NULLFSINO) {
598 * copy over sb_gquotino to sb_pquotino. The NULLFSINO test
603 sbp->sb_gquotino = NULLFSINO;
743 * that it is safe to write NULLFSINO
[all...]
H A Dxfs_ialloc.c1831 xfs_ino_t ino = NULLFSINO;
1900 if (ino == NULLFSINO) {
2398 ASSERT(ino != NULLFSINO);

Completed in 497 milliseconds