Searched refs:nfs_lookup_check_intent (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/nfs/
H A Ddir.c706 static inline unsigned int nfs_lookup_check_intent(struct nameidata *nd, unsigned int mask) function
721 return nd && nfs_lookup_check_intent(nd, LOOKUP_EXCL);
744 if (nfs_lookup_check_intent(nd, LOOKUP_OPEN) != 0 &&
768 if (nd != NULL && nfs_lookup_check_intent(nd, LOOKUP_CREATE) != 0)
1020 if (nd == NULL || nfs_lookup_check_intent(nd, LOOKUP_OPEN) == 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/nfs/
H A Ddir.c706 static inline unsigned int nfs_lookup_check_intent(struct nameidata *nd, unsigned int mask) function
721 return nd && nfs_lookup_check_intent(nd, LOOKUP_EXCL);
744 if (nfs_lookup_check_intent(nd, LOOKUP_OPEN) != 0 &&
768 if (nd != NULL && nfs_lookup_check_intent(nd, LOOKUP_CREATE) != 0)
1020 if (nd == NULL || nfs_lookup_check_intent(nd, LOOKUP_OPEN) == 0)

Completed in 91 milliseconds