Searched refs:tfhp (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/nfsd/ |
| H A D | vfs.c | 2045 char *name, int len, struct svc_fh *tfhp) in nfsd_link() argument 2053 trace_nfsd_vfs_link(rqstp, ffhp, tfhp, name, len); in nfsd_link() 2058 err = fh_verify(rqstp, tfhp, 0, NFSD_MAY_NOP); in nfsd_link() 2062 if (d_is_dir(tfhp->fh_dentry)) in nfsd_link() 2072 type = d_inode(tfhp->fh_dentry)->i_mode & S_IFMT; in nfsd_link() 2073 host_err = fh_want_write(tfhp); in nfsd_link() 2086 dold = tfhp->fh_dentry; in nfsd_link() 2101 host_err = commit_metadata(tfhp); in nfsd_link() 2105 fh_drop_write(tfhp); in nfsd_link() 2156 struct svc_fh *tfhp, char *tname, int tlen) in nfsd_rename() argument [all …]
|
| H A D | trace.h | 2603 const struct svc_fh *tfhp, 2607 TP_ARGS(rqstp, sfhp, tfhp, name, namelen), 2617 __entry->tfh_hash = knfsd_fh_hash(&tfhp->fh_handle); 2654 const struct svc_fh *tfhp, 2660 TP_ARGS(rqstp, sfhp, tfhp, source, sourcelen, target, targetlen), 2671 __entry->tfh_hash = knfsd_fh_hash(&tfhp->fh_handle);
|