Searched defs:xfs_disk_dquot (Results 1 – 4 of 4) sorted by relevance
110438 struct xfs_disk_dquot { struct110439 __be16 d_magic;110440 __u8 d_version;110441 __u8 d_type;110442 __be32 d_id;110443 __be64 d_blk_hardlimit;110444 __be64 d_blk_softlimit;110445 __be64 d_ino_hardlimit;110446 __be64 d_ino_softlimit;110447 __be64 d_bcount;[all …]
58066 struct xfs_disk_dquot { struct58067 __be16 d_magic;58091 struct xfs_disk_dquot dd_diskdq; argument