Home
last modified time | relevance | path

Searched refs:nfsd4_create_is_exclusive (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/fs/nfsd/
Dnfs4proc.c187 static inline bool nfsd4_create_is_exclusive(int createmode) in nfsd4_create_is_exclusive() function
284 if (nfsd4_create_is_exclusive(open->op_createmode)) { in nfsd4_create_file()
358 if (nfsd4_create_is_exclusive(open->op_createmode)) { in nfsd4_create_file()
421 if (nfsd4_create_is_exclusive(open->op_createmode) && status == 0) in do_open_lookup()