Home
last modified time | relevance | path

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

/linux/fs/jfs/
H A Djfs_dinode.h158 #define JFS_SYNC_FL 0x00200000 /* Synchronous updates */ macro
H A Dioctl.c34 {JFS_SYNC_FL, FS_SYNC_FL},
H A Djfs_inode.c29 if (flags & JFS_SYNC_FL) in jfs_set_inode_flags()