Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nfsd/
Dvfs.h107 static inline int fh_want_write(struct svc_fh *fh) in fh_want_write() function
112 fh->fh_want_write = 1; in fh_want_write()
118 if (fh->fh_want_write) { in fh_drop_write()
119 fh->fh_want_write = 0; in fh_drop_write()
Dvfs.c423 host_err = fh_want_write(fhp); in nfsd_setattr()
1224 host_err = fh_want_write(fhp); in nfsd_create()
1364 host_err = fh_want_write(fhp); in do_nfsd_create()
1568 host_err = fh_want_write(fhp); in nfsd_symlink()
1627 host_err = fh_want_write(tfhp); in nfsd_link()
1701 host_err = fh_want_write(ffhp); in nfsd_rename()
1787 host_err = fh_want_write(fhp); in nfsd_unlink()
Dnfsfh.h34 unsigned char fh_want_write; /* remount protection taken */ member
Dnfs3acl.c103 error = fh_want_write(fh); in nfsd3_proc_setacl()
Dnfs2acl.c112 error = fh_want_write(fh); in nfsacld_proc_setacl()
Dnfsproc.c212 hosterr = fh_want_write(dirfhp); in nfsd_proc_create()
Dnfs4proc.c935 err = fh_want_write(&cstate->current_fh); in nfsd4_setattr()