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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/nfs/
H A Ddir.c690 static inline unsigned int nfs_lookup_check_intent(struct nameidata *nd, unsigned int mask) function
715 if (nfs_lookup_check_intent(nd, LOOKUP_OPEN) != 0 &&
738 if (nd != NULL && nfs_lookup_check_intent(nd, LOOKUP_CREATE) != 0)
895 if (nd == NULL || nfs_lookup_check_intent(nd, LOOKUP_CREATE) == 0)
995 if (nd == NULL || nfs_lookup_check_intent(nd, LOOKUP_OPEN) == 0)

Completed in 90 milliseconds