Home
last modified time | relevance | path

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

/u-boot/fs/yaffs2/
A Dyportenv.h266 #ifndef S_IWRITE
267 #define S_IWRITE 0000200 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.c867 if (writeRequested && !(obj->yst_mode & S_IWRITE)) in yaffs_open_sharing()
2272 if ((amode & W_OK) && !(obj->yst_mode & S_IWRITE)) in yaffs_access()

Completed in 10 milliseconds