Searched refs:ov_flags (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.81.4/bsd/vfs/ |
| H A D | vfs_exclave_fs.c | 108 const char *path, int flags, uint32_t ov_flags, uint64_t *file_id); 816 uint32_t ov_flags = 0; in vfs_exclave_fs_root() local 829 ov_flags = OV_EXCLAVE_BASE | OV_FORCE_ENOSPC; in vfs_exclave_fs_root() 834 exclave_id, O_DIRECTORY, ov_flags, root_id); in vfs_exclave_fs_root() 847 exclave_id, O_DIRECTORY, ov_flags, root_id); in vfs_exclave_fs_root() 862 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 886 if (ov_flags) { in get_open_vnode() 888 *ov_flags = entry->flags; in get_open_vnode() 890 *ov_flags = 0; in get_open_vnode() 1005 int flags, uint32_t ov_flags, uint64_t *file_id) in exclave_fs_open_internal() argument [all …]
|