Home
last modified time | relevance | path

Searched refs:EXT3_SYNC_FL (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/linux/
Dext3_fs.h192 #define EXT3_SYNC_FL 0x00000008 /* Synchronous updates */ macro
/linux-2.4.37.9/fs/ext3/
Dinode.c2092 if (flags & EXT3_SYNC_FL) in ext3_set_inode_flags()