Lines Matching refs:parfilp

154 	struct file		*parfilp,  in xfs_handle_to_dentry()  argument
164 if (!S_ISDIR(file_inode(parfilp)->i_mode)) in xfs_handle_to_dentry()
179 return exportfs_decode_fh(parfilp->f_path.mnt, (struct fid *)&fid, 3, in xfs_handle_to_dentry()
186 struct file *parfilp, in xfs_handlereq_to_dentry() argument
189 return xfs_handle_to_dentry(parfilp, hreq->ihandle, hreq->ihandlen); in xfs_handlereq_to_dentry()
194 struct file *parfilp, in xfs_open_by_handle() argument
210 dentry = xfs_handlereq_to_dentry(parfilp, hreq); in xfs_open_by_handle()
250 path.mnt = parfilp->f_path.mnt; in xfs_open_by_handle()
274 struct file *parfilp, in xfs_readlink_by_handle() argument
285 dentry = xfs_handlereq_to_dentry(parfilp, hreq); in xfs_readlink_by_handle()
356 struct file *parfilp, in xfs_fssetdm_by_handle() argument
369 error = mnt_want_write_file(parfilp); in xfs_fssetdm_by_handle()
373 dentry = xfs_handlereq_to_dentry(parfilp, &dmhreq.hreq); in xfs_fssetdm_by_handle()
375 mnt_drop_write_file(parfilp); in xfs_fssetdm_by_handle()
393 mnt_drop_write_file(parfilp); in xfs_fssetdm_by_handle()
400 struct file *parfilp, in xfs_attrlist_by_handle() argument
423 dentry = xfs_handlereq_to_dentry(parfilp, &al_hreq.hreq); in xfs_attrlist_by_handle()
511 struct file *parfilp, in xfs_attrmulti_by_handle() argument
530 dentry = xfs_handlereq_to_dentry(parfilp, &am_hreq.hreq); in xfs_attrmulti_by_handle()
567 ops[i].am_error = mnt_want_write_file(parfilp); in xfs_attrmulti_by_handle()
574 mnt_drop_write_file(parfilp); in xfs_attrmulti_by_handle()
577 ops[i].am_error = mnt_want_write_file(parfilp); in xfs_attrmulti_by_handle()
583 mnt_drop_write_file(parfilp); in xfs_attrmulti_by_handle()