Searched refs:MS_NOSYNC (Results 1 – 2 of 2) sorted by relevance
/kernel/liteos_a/fs/include/fs/ | ||
D | mount.h | 39 #define MS_NOSYNC 2 macro |
/kernel/liteos_a/fs/fat/os_adapt/ | ||
D | fatfs.c | 196 if (!(mountflags & (MS_NOSYNC | MS_RDONLY))) { in fatfs_sync() |