Home
last modified time | relevance | path

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

/Linux-v5.15/fs/nfsd/
Dvfs.h135 static inline int fh_want_write(struct svc_fh *fh) in fh_want_write() function
139 if (fh->fh_want_write) in fh_want_write()
143 fh->fh_want_write = true; in fh_want_write()
149 if (fh->fh_want_write) { in fh_drop_write()
150 fh->fh_want_write = false; in fh_drop_write()
Dvfs.c389 host_err = fh_want_write(fhp); in nfsd_setattr()
1333 host_err = fh_want_write(fhp); in nfsd_create()
1386 host_err = fh_want_write(fhp); in do_nfsd_create()
1585 host_err = fh_want_write(fhp); in nfsd_symlink()
1644 host_err = fh_want_write(tfhp); in nfsd_link()
1741 host_err = fh_want_write(ffhp); in nfsd_rename()
1856 host_err = fh_want_write(fhp); in nfsd_unlink()
2281 ret = fh_want_write(fhp); in nfsd_removexattr()
2307 ret = fh_want_write(fhp); in nfsd_setxattr()
Dnfsfh.h38 bool fh_want_write; /* remount protection taken */ member
Dnfs3acl.c100 error = fh_want_write(fh); in nfsd3_proc_setacl()
Dnfs2acl.c110 error = fh_want_write(fh); in nfsacld_proc_setacl()
Dnfsproc.c288 hosterr = fh_want_write(dirfhp); in nfsd_proc_create()
Dnfs4proc.c983 err = fh_want_write(&cstate->current_fh); in nfsd4_setattr()