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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/
H A Dxfs_inum.h42 #define NULLFSINO ((xfs_ino_t)-1) macro
H A Dxfs_ialloc.c549 *inop = NULLFSINO;
602 *inop = NULLFSINO;
617 *inop = NULLFSINO;
632 *inop = NULLFSINO;
1165 ASSERT(ino != NULLFSINO);
H A Dxfs_rtalloc.c2270 if (sbp->sb_rbmino == NULLFSINO)
2276 ASSERT(sbp->sb_rsumino != NULLFSINO);
H A Dxfs_inode.c1107 if (*call_again || ino == NULLFSINO) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/quota/
H A Dxfs_qm_syscalls.c390 if ((flags & XFS_DQ_USER) && mp->m_sb.sb_uquotino != NULLFSINO) {
399 mp->m_sb.sb_gquotino != NULLFSINO) {
532 out->qs_uquota.qfs_ino = NULLFSINO;
533 out->qs_gquota.qfs_ino = NULLFSINO;
547 if (!uip && mp->m_sb.sb_uquotino != NULLFSINO) {
552 if (!gip && mp->m_sb.sb_gquotino != NULLFSINO) {
H A Dxfs_qm.c1442 mp->m_sb.sb_uquotino = NULLFSINO;
1443 mp->m_sb.sb_gquotino = NULLFSINO;
1989 mp->m_sb.sb_uquotino != NULLFSINO) {
1996 mp->m_sb.sb_gquotino != NULLFSINO) {

Completed in 73 milliseconds