Symbol: xfs_disk_dquot
fs/xfs/libxfs/xfs_dquot_buf.c
212
struct xfs_disk_dquot *ddq;
fs/xfs/libxfs/xfs_dquot_buf.c
305
struct xfs_disk_dquot *ddq,
fs/xfs/libxfs/xfs_dquot_buf.c
42
struct xfs_disk_dquot *ddq,
fs/xfs/libxfs/xfs_format.h
1468
struct xfs_disk_dquot dd_diskdq; /* portion living incore as well */
fs/xfs/libxfs/xfs_ondisk.h
36
XFS_CHECK_STRUCT_SIZE(struct xfs_disk_dquot, 104);
fs/xfs/libxfs/xfs_quota_defs.h
132
struct xfs_disk_dquot *ddq, xfs_dqid_t id);
fs/xfs/libxfs/xfs_quota_defs.h
140
time64_t xfs_dquot_from_disk_ts(struct xfs_disk_dquot *ddq,
fs/xfs/libxfs/xfs_quota_defs.h
58
((sizeof(struct xfs_dq_logformat) + sizeof(struct xfs_disk_dquot)) * 6)
fs/xfs/libxfs/xfs_trans_resv.c
1211
return xfs_calc_buf_res(1, sizeof(struct xfs_disk_dquot));
fs/xfs/scrub/quota_repair.c
267
const struct xfs_disk_dquot *ddq,
fs/xfs/scrub/quota_repair.c
300
struct xfs_disk_dquot *ddq;
fs/xfs/xfs_buf_item_recover.c
476
const size_t size_disk_dquot = sizeof(struct xfs_disk_dquot);
fs/xfs/xfs_dquot.c
580
struct xfs_disk_dquot *ddqp)
fs/xfs/xfs_dquot.c
619
struct xfs_disk_dquot *ddqp = &dqb->dd_diskdq;
fs/xfs/xfs_dquot.c
667
struct xfs_disk_dquot *ddqp,
fs/xfs/xfs_dquot.h
199
void xfs_dquot_to_disk(struct xfs_disk_dquot *ddqp, struct xfs_dquot *dqp);
fs/xfs/xfs_dquot_item.c
219
struct xfs_disk_dquot ddq = { };
fs/xfs/xfs_dquot_item.c
38
sizeof(struct xfs_disk_dquot);
fs/xfs/xfs_dquot_item.c
49
struct xfs_disk_dquot ddq;
fs/xfs/xfs_dquot_item.c
65
sizeof(struct xfs_disk_dquot));
fs/xfs/xfs_dquot_item_recover.c
30
struct xfs_disk_dquot *recddq;
fs/xfs/xfs_dquot_item_recover.c
40
if (item->ri_buf[1].iov_len < sizeof(struct xfs_disk_dquot))
fs/xfs/xfs_dquot_item_recover.c
70
struct xfs_disk_dquot *ddq, *recddq;
fs/xfs/xfs_dquot_item_recover.c
87
if (item->ri_buf[1].iov_len < sizeof(struct xfs_disk_dquot)) {
fs/xfs/xfs_qm.c
1033
struct xfs_disk_dquot *ddq;
fs/xfs/xfs_qm.c
1035
ddq = (struct xfs_disk_dquot *)&dqb[j];