Searched refs:f_path (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/usr.bin/find/ |
| H A D | option.c | 102 { "-ipath", c_name, f_path, F_IGNCASE }, 104 { "-iwholename",c_name, f_path, F_IGNCASE }, 151 { "-path", c_name, f_path, 0 }, 167 { "-wholename", c_name, f_path, 0 },
|
| H A D | extern.h | 107 exec_f f_path; variable
|
| H A D | function.c | 1300 f_path(PLAN *plan, FTSENT *entry) in f_path() function
|
| /freebsd-14.2/sys/contrib/openzfs/config/ |
| H A D | kernel-file-dentry.m4 | 3 dnl # struct access file->f_path.dentry was replaced by accessor function 4 dnl # since fix torvalds/linux@4bacc9c9234c ("overlayfs: Make f_path always
|
| /freebsd-14.2/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_file_os.c | 278 rc = vfs_getattr(&filp->f_path, &stat, STATX_BASIC_STATS, in zfs_file_getattr() 281 rc = vfs_getattr(&filp->f_path, &stat); in zfs_file_getattr() 283 rc = vfs_getattr(filp->f_path.mnt, filp->f_dentry, &stat); in zfs_file_getattr()
|
| H A D | zpl_inode.c | 286 &file->f_path.dentry->d_name); in zpl_tmpfile()
|
| /freebsd-14.2/sys/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-generic.c | 655 rc = vfs_getattr(&filp->f_path, stat, STATX_BASIC_STATS, in spl_getattr() 658 rc = vfs_getattr(&filp->f_path, stat); in spl_getattr() 660 rc = vfs_getattr(filp->f_path.mnt, filp->f_dentry, stat); in spl_getattr()
|
| H A D | spl-zone.c | 77 if (vfs_statfs(&nsfile->f_path, &st) != 0) { in user_ns_get()
|
| /freebsd-14.2/sys/contrib/openzfs/include/os/linux/kernel/linux/ |
| H A D | vfs_compat.h | 293 return (f->f_path.dentry); in file_dentry()
|