Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/
Dxfs_icache.h15 kgid_t eof_gid; member
110 dst->eof_gid = INVALID_GID; in xfs_fs_eofblocks_from_user()
112 dst->eof_gid = make_kgid(current_user_ns(), src->eof_gid); in xfs_fs_eofblocks_from_user()
113 if (!gid_valid(dst->eof_gid)) in xfs_fs_eofblocks_from_user()
Dxfs_icache.c1413 !gid_eq(VFS_I(ip)->i_gid, eofb->eof_gid)) in xfs_inode_match_id()
1437 gid_eq(VFS_I(ip)->i_gid, eofb->eof_gid)) in xfs_inode_match_id_union()
1561 eofb.eof_gid = VFS_I(ip)->i_gid; in __xfs_inode_free_quota_eofblocks()
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_fs.h344 gid_t eof_gid; member