Home
last modified time | relevance | path

Searched refs:f_path (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/usr.bin/find/
H A Doption.c102 { "-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 Dextern.h107 exec_f f_path; variable
H A Dfunction.c1300 f_path(PLAN *plan, FTSENT *entry) in f_path() function
/freebsd-14.2/sys/contrib/openzfs/config/
H A Dkernel-file-dentry.m43 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 Dzfs_file_os.c278 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 Dzpl_inode.c286 &file->f_path.dentry->d_name); in zpl_tmpfile()
/freebsd-14.2/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-generic.c655 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 Dspl-zone.c77 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 Dvfs_compat.h293 return (f->f_path.dentry); in file_dentry()