Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_fs.h352 #define XFS_EOF_FLAGS_SYNC (1 << 0) /* sync/wait mode scan */ macro
361 (XFS_EOF_FLAGS_SYNC | \
/linux-4.19.296/fs/xfs/
Dxfs_icache.c1522 if (eofb && (eofb->eof_flags & XFS_EOF_FLAGS_SYNC)) in __xfs_icache_free_eofblocks()
1558 eofb.eof_flags = XFS_EOF_FLAGS_UNION|XFS_EOF_FLAGS_SYNC; in __xfs_inode_free_quota_eofblocks()
Dxfs_file.c672 eofb.eof_flags = XFS_EOF_FLAGS_SYNC; in xfs_file_buffered_aio_write()