Home
last modified time | relevance | path

Searched refs:FS_SYNC_FL (Results 1 – 7 of 7) sorted by relevance

/linux/fs/ubifs/
H A Dioctl.c22 (FS_COMPR_FL | FS_SYNC_FL | FS_APPEND_FL | \
66 if (ioctl_flags & FS_SYNC_FL) in ioctl2ubifs()
92 ioctl_flags |= FS_SYNC_FL; in ubifs2ioctl()
/linux/fs/jfs/
H A Dioctl.c34 {JFS_SYNC_FL, FS_SYNC_FL},
/linux/tools/include/uapi/linux/
H A Dfs.h276 #define FS_SYNC_FL 0x00000008 /* Synchronous updates */ macro
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dfs.h371 #define FS_SYNC_FL 0x00000008 /* Synchronous updates */ macro
/linux/fs/xfs/
H A Dxfs_ioctl.c767 FS_SYNC_FL | FS_DAX_FL | in xfs_fileattr_set()
/linux/fs/gfs2/
H A Dfile.c133 {FS_SYNC_FL, GFS2_DIF_SYNC},
/linux/fs/btrfs/
H A Dioctl.c168 iflags |= FS_SYNC_FL; in btrfs_inode_flags_to_fsflags()
225 FS_SYNC_FL | FS_DIRSYNC_FL | \ in check_fsflags()
311 if (fsflags & FS_SYNC_FL) in btrfs_fileattr_set()