Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfsfh.h87 bool fh_want_write; /* remount protection taken */ member
291 static inline int fh_want_write(struct svc_fh *fhp) in fh_want_write() function
295 if (fhp->fh_want_write) in fh_want_write()
299 fhp->fh_want_write = true; in fh_want_write()
309 if (fhp->fh_want_write) { in fh_drop_write()
310 fhp->fh_want_write = false; in fh_drop_write()
H A Dvfs.c547 host_err = fh_want_write(fhp); in nfsd_setattr()
1898 host_err = fh_want_write(fhp); in nfsd_create()
1998 host_err = fh_want_write(fhp); in nfsd_symlink()
2073 host_err = fh_want_write(tfhp); in nfsd_link()
2191 host_err = fh_want_write(ffhp); in nfsd_rename()
2308 host_err = fh_want_write(fhp); in nfsd_unlink()
2791 ret = fh_want_write(fhp); in nfsd_removexattr()
2821 ret = fh_want_write(fhp); in nfsd_setxattr()
H A Dnfs3acl.c102 error = fh_want_write(fh); in nfsd3_proc_setacl()
H A Dnfs2acl.c112 error = fh_want_write(fh); in nfsacld_proc_setacl()
H A Dnfsproc.c121 hosterr = fh_want_write(fhp); in nfsd_proc_setattr()
310 hosterr = fh_want_write(dirfhp); in nfsd_proc_create()
H A Dnfs3proc.c306 host_err = fh_want_write(fhp); in nfsd3_create_file()
H A Dnfs4proc.c274 host_err = fh_want_write(fhp); in nfsd4_create_file()
1297 err = fh_want_write(&cstate->current_fh); in nfsd4_setattr()