Searched refs:fh_want_write (Results 1 – 7 of 7) 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()
544 host_err = fh_want_write(fhp); in nfsd_setattr()1879 host_err = fh_want_write(fhp); in nfsd_create()1979 host_err = fh_want_write(fhp); in nfsd_symlink()2054 host_err = fh_want_write(tfhp); in nfsd_link()2171 host_err = fh_want_write(ffhp); in nfsd_rename()2288 host_err = fh_want_write(fhp); in nfsd_unlink()2771 ret = fh_want_write(fhp); in nfsd_removexattr()2801 ret = fh_want_write(fhp); in nfsd_setxattr()
102 error = fh_want_write(fh); in nfsd3_proc_setacl()
112 error = fh_want_write(fh); in nfsacld_proc_setacl()
303 hosterr = fh_want_write(dirfhp); in nfsd_proc_create()
280 host_err = fh_want_write(fhp); in nfsd3_create_file()
273 host_err = fh_want_write(fhp); in nfsd4_create_file()1268 err = fh_want_write(&cstate->current_fh); in nfsd4_setattr()