Searched refs:fh_want_write (Results 1 – 2 of 2) sorted by relevance
87 bool fh_want_write; /* remount protection taken */ member288 static inline int fh_want_write(struct svc_fh *fhp) in fh_want_write() function292 if (fhp->fh_want_write) in fh_want_write()296 fhp->fh_want_write = true; in fh_want_write()306 if (fhp->fh_want_write) { in fh_drop_write()307 fhp->fh_want_write = false; in fh_drop_write()
102 error = fh_want_write(fh); in nfsd3_proc_setacl()