Lines Matching refs:parfilp
155 struct file *parfilp, in xfs_handle_to_dentry() argument
165 if (!S_ISDIR(file_inode(parfilp)->i_mode)) in xfs_handle_to_dentry()
180 return exportfs_decode_fh(parfilp->f_path.mnt, (struct fid *)&fid, 3, in xfs_handle_to_dentry()
187 struct file *parfilp, in xfs_handlereq_to_dentry() argument
190 return xfs_handle_to_dentry(parfilp, hreq->ihandle, hreq->ihandlen); in xfs_handlereq_to_dentry()
195 struct file *parfilp, in xfs_open_by_handle() argument
211 dentry = xfs_handlereq_to_dentry(parfilp, hreq); in xfs_open_by_handle()
251 path.mnt = parfilp->f_path.mnt; in xfs_open_by_handle()
275 struct file *parfilp, in xfs_readlink_by_handle() argument
286 dentry = xfs_handlereq_to_dentry(parfilp, hreq); in xfs_readlink_by_handle()
357 struct file *parfilp, in xfs_fssetdm_by_handle() argument
370 error = mnt_want_write_file(parfilp); in xfs_fssetdm_by_handle()
374 dentry = xfs_handlereq_to_dentry(parfilp, &dmhreq.hreq); in xfs_fssetdm_by_handle()
376 mnt_drop_write_file(parfilp); in xfs_fssetdm_by_handle()
394 mnt_drop_write_file(parfilp); in xfs_fssetdm_by_handle()
401 struct file *parfilp, in xfs_attrlist_by_handle() argument
424 dentry = xfs_handlereq_to_dentry(parfilp, &al_hreq.hreq); in xfs_attrlist_by_handle()
522 struct file *parfilp, in xfs_attrmulti_by_handle() argument
541 dentry = xfs_handlereq_to_dentry(parfilp, &am_hreq.hreq); in xfs_attrmulti_by_handle()
578 ops[i].am_error = mnt_want_write_file(parfilp); in xfs_attrmulti_by_handle()
585 mnt_drop_write_file(parfilp); in xfs_attrmulti_by_handle()
588 ops[i].am_error = mnt_want_write_file(parfilp); in xfs_attrmulti_by_handle()
594 mnt_drop_write_file(parfilp); in xfs_attrmulti_by_handle()