Searched refs:ov_flags (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | vfs_exclave_fs.c | 109 const char *path, int flags, uint32_t ov_flags, uint64_t *file_id); 806 uint32_t ov_flags = 0; in vfs_exclave_fs_root_ex() local 824 ov_flags = OV_EXCLAVE_BASE | OV_FORCE_ENOSPC; in vfs_exclave_fs_root_ex() 829 exclave_id, O_DIRECTORY, ov_flags, root_id); in vfs_exclave_fs_root_ex() 842 exclave_id, O_DIRECTORY, ov_flags, root_id); in vfs_exclave_fs_root_ex() 857 get_open_vnode(registered_fs_tag_t *base_dir, uint64_t file_id, vnode_t *vpp, uint32_t *ov_flags) in get_open_vnode() argument 881 if (ov_flags) { in get_open_vnode() 883 *ov_flags = entry->flags; in get_open_vnode() 885 *ov_flags = 0; in get_open_vnode() 1001 int flags, uint32_t ov_flags, uint64_t *file_id) in exclave_fs_open_internal() argument [all …]
|