Home
last modified time | relevance | path

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

/Linux-v6.1/fs/nfsd/
Dvfs.h149 static inline int fh_want_write(struct svc_fh *fh) in fh_want_write() function
153 if (fh->fh_want_write) in fh_want_write()
157 fh->fh_want_write = true; in fh_want_write()
163 if (fh->fh_want_write) { in fh_drop_write()
164 fh->fh_want_write = false; in fh_drop_write()
Dvfs.c444 host_err = fh_want_write(fhp); in nfsd_setattr()
1390 host_err = fh_want_write(fhp); in nfsd_create()
1490 host_err = fh_want_write(fhp); in nfsd_symlink()
1551 host_err = fh_want_write(tfhp); in nfsd_link()
1651 host_err = fh_want_write(ffhp); in nfsd_rename()
1766 host_err = fh_want_write(fhp); in nfsd_unlink()
2208 ret = fh_want_write(fhp); in nfsd_removexattr()
2236 ret = fh_want_write(fhp); in nfsd_setxattr()
Dnfsfh.h84 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.c289 hosterr = fh_want_write(dirfhp); in nfsd_proc_create()
Dnfs3proc.c259 host_err = fh_want_write(fhp); in nfsd3_create_file()
Dnfs4proc.c257 host_err = fh_want_write(fhp); in nfsd4_create_file()
1116 err = fh_want_write(&cstate->current_fh); in nfsd4_setattr()