Home
last modified time | relevance | path

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

/linux-3.4.99/fs/jfs/
Djfs_inode.c42 if (flags & JFS_DIRSYNC_FL) in jfs_set_inode_flags()
53 JFS_DIRSYNC_FL | JFS_SYNC_FL); in jfs_get_inode_flags()
61 jfs_ip->mode2 |= JFS_DIRSYNC_FL; in jfs_get_inode_flags()
122 jfs_inode->mode2 &= ~JFS_DIRSYNC_FL; in ialloc()
Dioctl.c27 {JFS_DIRSYNC_FL, FS_DIRSYNC_FL},
86 flags &= ~JFS_DIRSYNC_FL; in jfs_ioctl()
Djfs_dinode.h157 #define JFS_DIRSYNC_FL 0x00100000 /* dirsync behaviour */ macro