Home
last modified time | relevance | path

Searched refs:XFS_EOF_FLAGS_MINFILESIZE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_fs.h538 #define XFS_EOF_FLAGS_MINFILESIZE (1 << 4) /* filter by min file size */ macro
547 XFS_EOF_FLAGS_MINFILESIZE)
/openbmc/linux/fs/xfs/
H A Dxfs_ioctl.c1864 if (src->eof_flags & XFS_EOF_FLAGS_MINFILESIZE) in xfs_fs_eofblocks_from_user()