Home
last modified time | relevance | path

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

/fs/nfsd/
A Dvfs.h163 static inline int fh_want_write(struct svc_fh *fh) in fh_want_write() function
167 if (fh->fh_want_write) in fh_want_write()
171 fh->fh_want_write = true; in fh_want_write()
177 if (fh->fh_want_write) { in fh_drop_write()
178 fh->fh_want_write = false; in fh_drop_write()
A Dvfs.c542 host_err = fh_want_write(fhp); in nfsd_setattr()
1604 host_err = fh_want_write(fhp); in nfsd_create()
1708 host_err = fh_want_write(fhp); in nfsd_symlink()
1785 host_err = fh_want_write(tfhp); in nfsd_link()
1907 host_err = fh_want_write(ffhp); in nfsd_rename()
2050 host_err = fh_want_write(fhp); in nfsd_unlink()
2539 ret = fh_want_write(fhp); in nfsd_removexattr()
2569 ret = fh_want_write(fhp); in nfsd_setxattr()
A Dnfsfh.h85 bool fh_want_write; /* remount protection taken */ member
A Dnfs3acl.c102 error = fh_want_write(fh); in nfsd3_proc_setacl()
A Dnfs2acl.c112 error = fh_want_write(fh); in nfsacld_proc_setacl()
A Dnfsproc.c303 hosterr = fh_want_write(dirfhp); in nfsd_proc_create()
A Dnfs3proc.c280 host_err = fh_want_write(fhp); in nfsd3_create_file()
A Dnfs4proc.c260 host_err = fh_want_write(fhp); in nfsd4_create_file()
1182 err = fh_want_write(&cstate->current_fh); in nfsd4_setattr()

Completed in 21 milliseconds