Searched refs:fh_want_write (Results 1 – 7 of 7) sorted by relevance
110 static inline int fh_want_write(struct svc_fh *fh) in fh_want_write() function115 fh->fh_want_write = true; in fh_want_write()121 if (fh->fh_want_write) { in fh_drop_write()122 fh->fh_want_write = false; in fh_drop_write()
387 host_err = fh_want_write(fhp); in nfsd_setattr()1154 host_err = fh_want_write(fhp); in nfsd_create()1288 host_err = fh_want_write(fhp); in do_nfsd_create()1492 host_err = fh_want_write(fhp); in nfsd_symlink()1551 host_err = fh_want_write(tfhp); in nfsd_link()1625 host_err = fh_want_write(ffhp); in nfsd_rename()1711 host_err = fh_want_write(fhp); in nfsd_unlink()
34 bool fh_want_write; /* remount protection taken */ member
103 error = fh_want_write(fh); in nfsd3_proc_setacl()
112 error = fh_want_write(fh); in nfsacld_proc_setacl()
260 hosterr = fh_want_write(dirfhp); in nfsd_proc_create()
931 err = fh_want_write(&cstate->current_fh); in nfsd4_setattr()