Searched refs:nfs_lookup_check_intent (Results 1 – 1 of 1) sorted by relevance
1008 static inline unsigned int nfs_lookup_check_intent(struct nameidata *nd, in nfs_lookup_check_intent() function1024 return nd && nfs_lookup_check_intent(nd, LOOKUP_EXCL); in nfs_is_exclusive_create()1047 if (nfs_lookup_check_intent(nd, LOOKUP_OPEN) != 0 && in nfs_lookup_verify_inode()1071 if (nd != NULL && nfs_lookup_check_intent(nd, LOOKUP_CREATE) != 0) in nfs_neg_need_reval()1339 if (nd == NULL || nfs_lookup_check_intent(nd, LOOKUP_OPEN) == 0) in is_atomic_open()