Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_icache.h107 if (src->eof_flags & XFS_EOF_FLAGS_GID) { in xfs_fs_eofblocks_from_user()
Dxfs_icache.c1197 if ((eofb->eof_flags & XFS_EOF_FLAGS_GID) && in xfs_inode_match_id()
1221 if ((eofb->eof_flags & XFS_EOF_FLAGS_GID) && in xfs_inode_match_id_union()
1343 eofb.eof_flags |= XFS_EOF_FLAGS_GID; in xfs_inode_free_quota_eofblocks()
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_fs.h375 #define XFS_EOF_FLAGS_GID (1 << 2) /* filter by gid */ macro
384 XFS_EOF_FLAGS_GID | \