Home
last modified time | relevance | path

Searched refs:NULLFSINO (Results 1 – 6 of 6) sorted by relevance

/fs/xfs/quota/
Dxfs_qm_syscalls.c393 if ((flags & XFS_DQ_USER) && mp->m_sb.sb_uquotino != NULLFSINO) { in xfs_qm_scall_trunc_qfiles()
402 mp->m_sb.sb_gquotino != NULLFSINO) { in xfs_qm_scall_trunc_qfiles()
534 out->qs_uquota.qfs_ino = NULLFSINO; in xfs_qm_scall_getqstat()
535 out->qs_gquota.qfs_ino = NULLFSINO; in xfs_qm_scall_getqstat()
549 if (!uip && mp->m_sb.sb_uquotino != NULLFSINO) { in xfs_qm_scall_getqstat()
554 if (!gip && mp->m_sb.sb_gquotino != NULLFSINO) { in xfs_qm_scall_getqstat()
Dxfs_qm.c1388 mp->m_sb.sb_uquotino = NULLFSINO; in xfs_qm_qino_alloc()
1389 mp->m_sb.sb_gquotino = NULLFSINO; in xfs_qm_qino_alloc()
1930 mp->m_sb.sb_uquotino != NULLFSINO) { in xfs_qm_init_quotainos()
1937 mp->m_sb.sb_gquotino != NULLFSINO) { in xfs_qm_init_quotainos()
/fs/xfs/
Dxfs_inum.h42 #define NULLFSINO ((xfs_ino_t)-1) macro
Dxfs_ialloc.c614 *inop = NULLFSINO; in xfs_dialloc()
667 *inop = NULLFSINO; in xfs_dialloc()
682 *inop = NULLFSINO; in xfs_dialloc()
697 *inop = NULLFSINO; in xfs_dialloc()
1219 ASSERT(ino != NULLFSINO); in xfs_imap()
Dxfs_rtalloc.c2275 if (sbp->sb_rbmino == NULLFSINO) in xfs_rtmount_inodes()
2281 ASSERT(sbp->sb_rsumino != NULLFSINO); in xfs_rtmount_inodes()
Dxfs_inode.c1007 if (*call_again || ino == NULLFSINO) { in xfs_ialloc()