Home
last modified time | relevance | path

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

/u-boot/fs/yaffs2/
A Dyportenv.h262 #ifndef S_IREAD
263 #define S_IREAD 0000400 macro
A Dyaffs_uboot_glue.c289 S_IREAD | S_IWRITE); in make_a_file()
388 outh = yaffs_open(fn, O_CREAT | O_RDWR | O_TRUNC, S_IREAD | S_IWRITE); in cmd_yaffs_mwrite_file()
A Dyaffsfs.c864 if (readRequested && !(obj->yst_mode & S_IREAD)) in yaffs_open_sharing()
2270 if ((amode & R_OK) && !(obj->yst_mode & S_IREAD)) in yaffs_access()

Completed in 10 milliseconds