Home
last modified time | relevance | path

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

/linux-3.4.99/fs/xfs/
Dxfs_qm_syscalls.c236 if (ino == NULLFSINO) in xfs_qm_scall_trunc_qfile()
419 out->qs_uquota.qfs_ino = NULLFSINO; in xfs_qm_scall_getqstat()
420 out->qs_gquota.qfs_ino = NULLFSINO; in xfs_qm_scall_getqstat()
434 if (!uip && mp->m_sb.sb_uquotino != NULLFSINO) { in xfs_qm_scall_getqstat()
439 if (!gip && mp->m_sb.sb_gquotino != NULLFSINO) { in xfs_qm_scall_getqstat()
Dxfs_inum.h31 #define NULLFSINO ((xfs_ino_t)-1) macro
Dxfs_ialloc.c684 *inop = NULLFSINO; in xfs_dialloc()
737 *inop = NULLFSINO; in xfs_dialloc()
752 *inop = NULLFSINO; in xfs_dialloc()
767 *inop = NULLFSINO; in xfs_dialloc()
1276 ASSERT(ino != NULLFSINO); in xfs_imap()
Dxfs_qm.c792 mp->m_sb.sb_uquotino = NULLFSINO; in xfs_qm_qino_alloc()
793 mp->m_sb.sb_gquotino = NULLFSINO; in xfs_qm_qino_alloc()
1352 mp->m_sb.sb_uquotino != NULLFSINO) { in xfs_qm_init_quotainos()
1359 mp->m_sb.sb_gquotino != NULLFSINO) { in xfs_qm_init_quotainos()
Dxfs_rtalloc.c2245 if (sbp->sb_rbmino == NULLFSINO) in xfs_rtmount_inodes()
2251 ASSERT(sbp->sb_rsumino != NULLFSINO); in xfs_rtmount_inodes()
Dxfs_inode.c978 if (*call_again || ino == NULLFSINO) { in xfs_ialloc()