Home
last modified time | relevance | path

Searched refs:XFS_EOF_FLAGS_SYNC (Results 1 – 4 of 4) sorted by relevance

/fs/xfs/libxfs/
Dxfs_fs.h531 #define XFS_EOF_FLAGS_SYNC (1 << 0) /* sync/wait mode scan */ macro
540 (XFS_EOF_FLAGS_SYNC | \
/fs/xfs/
Dxfs_icache.c1356 wait = eofb && (eofb->eof_flags & XFS_EOF_FLAGS_SYNC); in xfs_inode_free_eofblocks()
1420 eofb.eof_flags = XFS_EOF_FLAGS_UNION|XFS_EOF_FLAGS_SYNC; in __xfs_inode_free_quota_eofblocks()
Dxfs_file.c720 eofb.eof_flags = XFS_EOF_FLAGS_SYNC; in xfs_file_buffered_aio_write()
Dxfs_super.c1719 .eof_flags = XFS_EOF_FLAGS_SYNC, in xfs_remount_ro()