Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyportenv.h261 #ifndef S_IREAD
262 #define S_IREAD 0000400 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.c863 if (readRequested && !(obj->yst_mode & S_IREAD)) in yaffs_open_sharing()
2269 if ((amode & R_OK) && !(obj->yst_mode & S_IREAD)) in yaffs_access()