Home
last modified time | relevance | path

Searched refs:os_flags (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/include/zfs/
H A Ddmu_objset.h24 uint64_t os_flags; member
/rk3399_rockchip-uboot/arch/sandbox/cpu/
H A Dos.c66 int os_open(const char *pathname, int os_flags) in os_open() argument
70 switch (os_flags & OS_O_MASK) { in os_open()
85 if (os_flags & OS_O_CREAT) in os_open()