Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dvfs.c2026 char *name, int len, struct svc_fh *tfhp) in nfsd_link() argument
2034 trace_nfsd_vfs_link(rqstp, ffhp, tfhp, name, len); in nfsd_link()
2039 err = fh_verify(rqstp, tfhp, 0, NFSD_MAY_NOP); in nfsd_link()
2043 if (d_is_dir(tfhp->fh_dentry)) in nfsd_link()
2053 type = d_inode(tfhp->fh_dentry)->i_mode & S_IFMT; in nfsd_link()
2054 host_err = fh_want_write(tfhp); in nfsd_link()
2067 dold = tfhp->fh_dentry; in nfsd_link()
2082 host_err = commit_metadata(tfhp); in nfsd_link()
2086 fh_drop_write(tfhp); in nfsd_link()
2137 struct svc_fh *tfhp, char *tname, int tlen) in nfsd_rename() argument
[all …]