Lines Matching refs:parfilp

147 	struct file		*parfilp,  in xfs_handle_to_dentry()  argument
157 if (!S_ISDIR(file_inode(parfilp)->i_mode)) in xfs_handle_to_dentry()
172 return exportfs_decode_fh(parfilp->f_path.mnt, (struct fid *)&fid, 3, in xfs_handle_to_dentry()
179 struct file *parfilp, in xfs_handlereq_to_dentry() argument
182 return xfs_handle_to_dentry(parfilp, hreq->ihandle, hreq->ihandlen); in xfs_handlereq_to_dentry()
187 struct file *parfilp, in xfs_open_by_handle() argument
203 dentry = xfs_handlereq_to_dentry(parfilp, hreq); in xfs_open_by_handle()
243 path.mnt = parfilp->f_path.mnt; in xfs_open_by_handle()
267 struct file *parfilp, in xfs_readlink_by_handle() argument
277 dentry = xfs_handlereq_to_dentry(parfilp, hreq); in xfs_readlink_by_handle()
333 struct file *parfilp, in xfs_fssetdm_by_handle() argument
346 error = mnt_want_write_file(parfilp); in xfs_fssetdm_by_handle()
350 dentry = xfs_handlereq_to_dentry(parfilp, &dmhreq.hreq); in xfs_fssetdm_by_handle()
352 mnt_drop_write_file(parfilp); in xfs_fssetdm_by_handle()
370 mnt_drop_write_file(parfilp); in xfs_fssetdm_by_handle()
377 struct file *parfilp, in xfs_attrlist_by_handle() argument
401 dentry = xfs_handlereq_to_dentry(parfilp, &al_hreq.hreq); in xfs_attrlist_by_handle()
504 struct file *parfilp, in xfs_attrmulti_by_handle() argument
523 dentry = xfs_handlereq_to_dentry(parfilp, &am_hreq.hreq); in xfs_attrmulti_by_handle()
560 ops[i].am_error = mnt_want_write_file(parfilp); in xfs_attrmulti_by_handle()
567 mnt_drop_write_file(parfilp); in xfs_attrmulti_by_handle()
570 ops[i].am_error = mnt_want_write_file(parfilp); in xfs_attrmulti_by_handle()
576 mnt_drop_write_file(parfilp); in xfs_attrmulti_by_handle()