Searched defs:xfs_quotainfo (Results 1 – 1 of 1) sorted by relevance
50 struct xfs_quotainfo { struct51 struct radix_tree_root qi_uquota_tree;52 struct radix_tree_root qi_gquota_tree;53 struct radix_tree_root qi_pquota_tree;54 struct mutex qi_tree_lock;55 struct xfs_inode *qi_uquotaip; /* user quota inode */56 struct xfs_inode *qi_gquotaip; /* group quota inode */80 struct xfs_quotainfo *qi, in xfs_dquot_tree() argument