Home
last modified time | relevance | path

Searched refs:S_IWRITE (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyportenv.h265 #ifndef S_IWRITE
266 #define S_IWRITE 0000200 macro
H A Dyaffs_uboot_glue.c288 S_IREAD | S_IWRITE); in make_a_file()
387 outh = yaffs_open(fn, O_CREAT | O_RDWR | O_TRUNC, S_IREAD | S_IWRITE); in cmd_yaffs_mwrite_file()
H A Dyaffsfs.c866 if (writeRequested && !(obj->yst_mode & S_IWRITE)) in yaffs_open_sharing()
2271 if ((amode & W_OK) && !(obj->yst_mode & S_IWRITE)) in yaffs_access()