Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfsd/
H A Dvfs.h150 static inline int fh_want_write(struct svc_fh *fh) in fh_want_write() function
154 if (fh->fh_want_write) in fh_want_write()
158 fh->fh_want_write = true; in fh_want_write()
164 if (fh->fh_want_write) { in fh_drop_write()
165 fh->fh_want_write = false; in fh_drop_write()
H A Dvfs.c514 host_err = fh_want_write(fhp); in nfsd_setattr()
1518 host_err = fh_want_write(fhp); in nfsd_create()
1620 host_err = fh_want_write(fhp); in nfsd_symlink()
1684 host_err = fh_want_write(tfhp); in nfsd_link()
1792 host_err = fh_want_write(ffhp); in nfsd_rename()
1906 host_err = fh_want_write(fhp); in nfsd_unlink()
2347 ret = fh_want_write(fhp); in nfsd_removexattr()
2377 ret = fh_want_write(fhp); in nfsd_setxattr()
H A Dnfsfh.h84 bool fh_want_write; /* remount protection taken */ member
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.c277 hosterr = fh_want_write(dirfhp); in nfsd_proc_create()
H A Dnfs3proc.c248 host_err = fh_want_write(fhp); in nfsd3_create_file()
H A Dnfs4proc.c257 host_err = fh_want_write(fhp); in nfsd4_create_file()
1143 err = fh_want_write(&cstate->current_fh); in nfsd4_setattr()