Lines Matching refs:parfilp
141 struct file *parfilp, in xfs_handle_to_dentry() argument
151 if (!S_ISDIR(file_inode(parfilp)->i_mode)) in xfs_handle_to_dentry()
166 return exportfs_decode_fh(parfilp->f_path.mnt, (struct fid *)&fid, 3, in xfs_handle_to_dentry()
173 struct file *parfilp, in xfs_handlereq_to_dentry() argument
176 return xfs_handle_to_dentry(parfilp, hreq->ihandle, hreq->ihandlen); in xfs_handlereq_to_dentry()
181 struct file *parfilp, in xfs_open_by_handle() argument
197 dentry = xfs_handlereq_to_dentry(parfilp, hreq); in xfs_open_by_handle()
237 path.mnt = parfilp->f_path.mnt; in xfs_open_by_handle()
261 struct file *parfilp, in xfs_readlink_by_handle() argument
271 dentry = xfs_handlereq_to_dentry(parfilp, hreq); in xfs_readlink_by_handle()
327 struct file *parfilp, in xfs_fssetdm_by_handle() argument
340 error = mnt_want_write_file(parfilp); in xfs_fssetdm_by_handle()
344 dentry = xfs_handlereq_to_dentry(parfilp, &dmhreq.hreq); in xfs_fssetdm_by_handle()
346 mnt_drop_write_file(parfilp); in xfs_fssetdm_by_handle()
364 mnt_drop_write_file(parfilp); in xfs_fssetdm_by_handle()
371 struct file *parfilp, in xfs_attrlist_by_handle() argument
395 dentry = xfs_handlereq_to_dentry(parfilp, &al_hreq.hreq); in xfs_attrlist_by_handle()
498 struct file *parfilp, in xfs_attrmulti_by_handle() argument
517 dentry = xfs_handlereq_to_dentry(parfilp, &am_hreq.hreq); in xfs_attrmulti_by_handle()
554 ops[i].am_error = mnt_want_write_file(parfilp); in xfs_attrmulti_by_handle()
561 mnt_drop_write_file(parfilp); in xfs_attrmulti_by_handle()
564 ops[i].am_error = mnt_want_write_file(parfilp); in xfs_attrmulti_by_handle()
570 mnt_drop_write_file(parfilp); in xfs_attrmulti_by_handle()