Searched defs:dirfd (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.1.9/libsyscall/wrappers/ |
| H A D | fs_snapshot.c | 35 fs_snapshot_create(int dirfd, const char *name, uint32_t flags) in fs_snapshot_create() 41 fs_snapshot_list(int dirfd, struct attrlist *alist, void *attrbuf, size_t bufsize, in fs_snapshot_list() 54 fs_snapshot_delete(int dirfd, const char *name, uint32_t flags) in fs_snapshot_delete() 60 fs_snapshot_rename(int dirfd, const char *old, const char *new, uint32_t flags) in fs_snapshot_rename() 66 fs_snapshot_revert(int dirfd, const char *name, uint32_t flags) in fs_snapshot_revert() 72 fs_snapshot_root(int dirfd, const char *name, uint32_t flags) in fs_snapshot_root() 78 fs_snapshot_mount(int dirfd, const char *dir, const char *snapshot, in fs_snapshot_mount()
|
| /xnu-12377.1.9/tests/vfs/ |
| H A D | resolve_namespace.c | 199 int fd, dirfd; variable
|
| H A D | longpaths.c | 83 int dirfd = AT_FDCWD; in createpath() local 158 int dirfd = AT_FDCWD; in openlongpath() local
|
| /xnu-12377.1.9/bsd/vfs/ |
| H A D | vfs_syscalls.c | 4299 nameiat(struct nameidata *ndp, int dirfd) in nameiat() 5165 int dirfd, int authfd) in open1at() 14620 vnode_get_snapshot(int dirfd, vnode_t *rvpp, vnode_t *sdvpp, in vnode_get_snapshot() 14738 snapshot_create(int dirfd, user_addr_t name, uint32_t flags, in snapshot_create() 14797 snapshot_delete(int dirfd, user_addr_t name, uint32_t flags, in snapshot_delete() 14837 snapshot_revert(int dirfd, user_addr_t name, uint32_t flags, in snapshot_revert() 14935 snapshot_rename(int dirfd, user_addr_t old, user_addr_t new, in snapshot_rename() 15042 snapshot_mount(int dirfd, user_addr_t name, user_addr_t directory, in snapshot_mount() 15153 snapshot_root(int dirfd, user_addr_t name, uint32_t flags, in snapshot_root()
|