Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_icache.h104 if (src->eof_flags & XFS_EOF_FLAGS_UID) { in xfs_fs_eofblocks_from_user()
Dxfs_icache.c1419 if ((eofb->eof_flags & XFS_EOF_FLAGS_UID) && in xfs_inode_match_id()
1443 if ((eofb->eof_flags & XFS_EOF_FLAGS_UID) && in xfs_inode_match_id_union()
1564 eofb.eof_flags |= XFS_EOF_FLAGS_UID; in __xfs_inode_free_quota_eofblocks()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_fs.h353 #define XFS_EOF_FLAGS_UID (1 << 1) /* filter by uid */ macro
362 XFS_EOF_FLAGS_UID | \