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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/
H A Dxfs_inum.h42 #define NULLFSINO ((xfs_ino_t)-1) macro
H A Dxfs_ialloc.c675 *inop = NULLFSINO;
728 *inop = NULLFSINO;
743 *inop = NULLFSINO;
758 *inop = NULLFSINO;
1277 ASSERT(ino != NULLFSINO);
H A Dxfs_rtalloc.c2271 if (sbp->sb_rbmino == NULLFSINO)
2277 ASSERT(sbp->sb_rsumino != NULLFSINO);
H A Dxfs_inode.c1007 if (*call_again || ino == NULLFSINO) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/
H A Dxfs_inum.h42 #define NULLFSINO ((xfs_ino_t)-1) macro
H A Dxfs_ialloc.c675 *inop = NULLFSINO;
728 *inop = NULLFSINO;
743 *inop = NULLFSINO;
758 *inop = NULLFSINO;
1277 ASSERT(ino != NULLFSINO);
H A Dxfs_rtalloc.c2271 if (sbp->sb_rbmino == NULLFSINO)
2277 ASSERT(sbp->sb_rsumino != NULLFSINO);
H A Dxfs_inode.c1007 if (*call_again || ino == NULLFSINO) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/quota/
H A Dxfs_qm_syscalls.c249 if (ino == NULLFSINO)
426 out->qs_uquota.qfs_ino = NULLFSINO;
427 out->qs_gquota.qfs_ino = NULLFSINO;
441 if (!uip && mp->m_sb.sb_uquotino != NULLFSINO) {
446 if (!gip && mp->m_sb.sb_gquotino != NULLFSINO) {
H A Dxfs_qm.c1329 mp->m_sb.sb_uquotino = NULLFSINO;
1330 mp->m_sb.sb_gquotino = NULLFSINO;
1875 mp->m_sb.sb_uquotino != NULLFSINO) {
1882 mp->m_sb.sb_gquotino != NULLFSINO) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/quota/
H A Dxfs_qm_syscalls.c249 if (ino == NULLFSINO)
426 out->qs_uquota.qfs_ino = NULLFSINO;
427 out->qs_gquota.qfs_ino = NULLFSINO;
441 if (!uip && mp->m_sb.sb_uquotino != NULLFSINO) {
446 if (!gip && mp->m_sb.sb_gquotino != NULLFSINO) {
H A Dxfs_qm.c1329 mp->m_sb.sb_uquotino = NULLFSINO;
1330 mp->m_sb.sb_gquotino = NULLFSINO;
1875 mp->m_sb.sb_uquotino != NULLFSINO) {
1882 mp->m_sb.sb_gquotino != NULLFSINO) {

Completed in 150 milliseconds