Home
last modified time | relevance | path

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

/fs/jfs/
Djfs_inode.c44 if (flags & JFS_SYNC_FL) in jfs_set_inode_flags()
53 JFS_DIRSYNC_FL | JFS_SYNC_FL); in jfs_get_inode_flags()
63 jfs_ip->mode2 |= JFS_SYNC_FL; in jfs_get_inode_flags()
Djfs_dinode.h158 #define JFS_SYNC_FL 0x00200000 /* Synchronous updates */ macro
Dioctl.c32 {JFS_SYNC_FL, FS_SYNC_FL},