Home
last modified time | relevance | path

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

/linux-4.1.27/fs/jfs/
Djfs_inode.c38 if (flags & JFS_NOATIME_FL) in jfs_set_inode_flags()
52 jfs_ip->mode2 &= ~(JFS_IMMUTABLE_FL | JFS_APPEND_FL | JFS_NOATIME_FL | in jfs_get_inode_flags()
59 jfs_ip->mode2 |= JFS_NOATIME_FL; in jfs_get_inode_flags()
Djfs_dinode.h155 #define JFS_NOATIME_FL 0x00080000 /* do not update atime */ macro
Dioctl.c30 {JFS_NOATIME_FL, FS_NOATIME_FL},