Home
last modified time | relevance | path

Searched refs:parfilp (Results 1 – 3 of 3) sorted by relevance

/linux/fs/xfs/
A Dxfs_handle.h10 int xfs_attrlist_by_handle(struct file *parfilp,
12 int xfs_attrmulti_by_handle(struct file *parfilp, void __user *arg);
15 int xfs_open_by_handle(struct file *parfilp, struct xfs_fsop_handlereq *hreq);
16 int xfs_readlink_by_handle(struct file *parfilp,
19 int xfs_ioc_attrmulti_one(struct file *parfilp, struct inode *inode,
26 struct dentry *xfs_handle_to_dentry(struct file *parfilp, void __user *uhandle,
A Dxfs_handle.c210 struct file *parfilp, in xfs_handle_to_dentry() argument
221 return xfs_khandle_to_dentry(parfilp, &handle); in xfs_handle_to_dentry()
226 struct file *parfilp, in xfs_handlereq_to_dentry() argument
234 struct file *parfilp, in xfs_open_by_handle() argument
290 path.mnt = parfilp->f_path.mnt; in xfs_open_by_handle()
314 struct file *parfilp, in xfs_readlink_by_handle() argument
494 struct file *parfilp, in xfs_attrlist_by_handle() argument
586 struct file *parfilp, in xfs_ioc_attrmulti_one() argument
613 error = mnt_want_write_file(parfilp); in xfs_ioc_attrmulti_one()
617 mnt_drop_write_file(parfilp); in xfs_ioc_attrmulti_one()
[all …]
A Dxfs_ioctl32.c334 struct file *parfilp, in xfs_compat_handlereq_to_dentry() argument
337 return xfs_handle_to_dentry(parfilp, in xfs_compat_handlereq_to_dentry()
343 struct file *parfilp, in xfs_compat_attrlist_by_handle() argument
355 dentry = xfs_compat_handlereq_to_dentry(parfilp, &al_hreq.hreq); in xfs_compat_attrlist_by_handle()
368 struct file *parfilp, in xfs_compat_attrmulti_by_handle() argument
387 dentry = xfs_compat_handlereq_to_dentry(parfilp, &am_hreq.hreq); in xfs_compat_attrmulti_by_handle()
404 ops[i].am_error = xfs_ioc_attrmulti_one(parfilp, in xfs_compat_attrmulti_by_handle()

Completed in 11 milliseconds