Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfsfh.h87 bool fh_want_write; /* remount protection taken */ member
288 static inline int fh_want_write(struct svc_fh *fhp) in fh_want_write() function
292 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()
H A Dnfs3acl.c102 error = fh_want_write(fh); in nfsd3_proc_setacl()