Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_fs.h378 #define XFS_EOF_FLAGS_MINFILESIZE (1 << 4) /* filter by min file size */ macro
387 XFS_EOF_FLAGS_MINFILESIZE)
/linux-4.4.14/fs/xfs/
Dxfs_icache.c1271 if (eofb->eof_flags & XFS_EOF_FLAGS_MINFILESIZE && in xfs_inode_free_eofblocks()