Searched refs:kern_funlinkat (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_file_os.c | 297 rc = kern_funlinkat(curthread, AT_FDCWD, fnamep, FD_NONE, seg, 0, 0); in zfs_file_unlink()
|
| /f-stack/freebsd/sys/ |
| H A D | syscallsubr.h | 327 int kern_funlinkat(struct thread *td, int dfd, const char *path, int fd,
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_mountroot.c | 420 error = kern_funlinkat(td, AT_FDCWD, "/dev/dev", FD_NONE, in vfs_mountroot_shuffle()
|
| H A D | vfs_syscalls.c | 1805 return (kern_funlinkat(td, AT_FDCWD, uap->path, FD_NONE, UIO_USERSPACE, in sys_unlink() 1820 return (kern_funlinkat(td, dfd, path, fd, UIO_USERSPACE, 0, 0)); in kern_funlinkat_ex() 1855 kern_funlinkat(struct thread *td, int dfd, const char *path, int fd, in kern_funlinkat() function
|