Searched refs:tfhp (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/nfsd/ |
| H A D | vfs.c | 2006 char *name, int len, struct svc_fh *tfhp) in nfsd_link() argument 2014 trace_nfsd_vfs_link(rqstp, ffhp, tfhp, name, len); in nfsd_link() 2019 err = fh_verify(rqstp, tfhp, 0, NFSD_MAY_NOP); in nfsd_link() 2023 if (d_is_dir(tfhp->fh_dentry)) in nfsd_link() 2033 type = d_inode(tfhp->fh_dentry)->i_mode & S_IFMT; in nfsd_link() 2034 host_err = fh_want_write(tfhp); in nfsd_link() 2047 dold = tfhp->fh_dentry; in nfsd_link() 2062 host_err = commit_metadata(tfhp); in nfsd_link() 2066 fh_drop_write(tfhp); in nfsd_link() 2117 struct svc_fh *tfhp, char *tname, int tlen) in nfsd_rename() argument [all …]
|
| H A D | trace.h | 2485 const struct svc_fh *tfhp, 2489 TP_ARGS(rqstp, sfhp, tfhp, name, namelen), 2499 __entry->tfh_hash = knfsd_fh_hash(&tfhp->fh_handle); 2536 const struct svc_fh *tfhp, 2542 TP_ARGS(rqstp, sfhp, tfhp, source, sourcelen, target, targetlen), 2553 __entry->tfh_hash = knfsd_fh_hash(&tfhp->fh_handle);
|