Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyportenv.h113 #ifndef O_EXCL
114 #define O_EXCL 0200 macro
H A Dyaffsfs.c807 oflag &= ~(O_EXCL); in yaffs_open_sharing()
810 if ((oflag & O_CREAT) & (oflag & O_EXCL)) in yaffs_open_sharing()
856 (oflag & O_EXCL) && (oflag & O_CREAT)) { in yaffs_open_sharing()