Searched refs:xfs_disk_dquot (Results 1 - 22 of 22) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_dquot_item_recover.c | 29 struct xfs_disk_dquot *recddq; in xlog_recover_dquot_ra_pass2() 39 if (item->ri_buf[1].i_len < sizeof(struct xfs_disk_dquot)) in xlog_recover_dquot_ra_pass2() 68 struct xfs_disk_dquot *ddq, *recddq; in xlog_recover_dquot_commit_pass2() 85 if (item->ri_buf[1].i_len < sizeof(struct xfs_disk_dquot)) { in xlog_recover_dquot_commit_pass2()
|
H A D | xfs_dquot_item.c | 37 sizeof(struct xfs_disk_dquot); in xfs_qm_dquot_logitem_size() 48 struct xfs_disk_dquot ddq; in xfs_qm_dquot_logitem_format() 65 sizeof(struct xfs_disk_dquot)); in xfs_qm_dquot_logitem_format()
|
H A D | xfs_dquot.h | 199 void xfs_dquot_to_disk(struct xfs_disk_dquot *ddqp, struct xfs_dquot *dqp);
|
H A D | xfs_ondisk.h | 38 XFS_CHECK_STRUCT_SIZE(struct xfs_disk_dquot, 104); in xfs_check_ondisk_structs()
|
H A D | xfs_dquot.c | 507 struct xfs_disk_dquot *ddqp) in xfs_dquot_check_type() 545 struct xfs_disk_dquot *ddqp = bp->b_addr + dqp->q_bufoffset; in xfs_dquot_from_disk() 596 struct xfs_disk_dquot *ddqp, in xfs_dquot_to_disk()
|
H A D | xfs_buf_item_recover.c | 447 const size_t size_disk_dquot = sizeof(struct xfs_disk_dquot); in xlog_recover_do_reg_buffer()
|
H A D | xfs_qm.c | 857 struct xfs_disk_dquot *ddq; in xfs_qm_reset_dqcounts() 859 ddq = (struct xfs_disk_dquot *)&dqb[j]; in xfs_qm_reset_dqcounts()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_quota_defs.h | 60 ((sizeof(struct xfs_dq_logformat) + sizeof(struct xfs_disk_dquot)) * 6) 134 struct xfs_disk_dquot *ddq, xfs_dqid_t id); 142 time64_t xfs_dquot_from_disk_ts(struct xfs_disk_dquot *ddq,
|
H A D | xfs_dquot_buf.c | 31 * The xfs_dqblk structure /contains/ the xfs_disk_dquot structure; 33 * smaller xfs_disk_dquot structure available. 39 struct xfs_disk_dquot *ddq, in xfs_dquot_verify() 209 struct xfs_disk_dquot *ddq; in xfs_dquot_buf_verify() 302 struct xfs_disk_dquot *ddq, in xfs_dquot_from_disk_ts()
|
H A D | xfs_format.h | 1278 struct xfs_disk_dquot { struct 1304 * This is what goes on disk. This is separated from the xfs_disk_dquot because 1308 struct xfs_disk_dquot dd_diskdq; /* portion living incore as well */
|
H A D | xfs_trans_resv.c | 871 * the disk quota buffer: sizeof(struct xfs_disk_dquot) 876 return xfs_calc_buf_res(1, sizeof(struct xfs_disk_dquot)); in xfs_calc_qm_setqlim_reservation()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_dquot_item_recover.c | 30 struct xfs_disk_dquot *recddq; in xlog_recover_dquot_ra_pass2() 40 if (item->ri_buf[1].i_len < sizeof(struct xfs_disk_dquot)) in xlog_recover_dquot_ra_pass2() 70 struct xfs_disk_dquot *ddq, *recddq; in xlog_recover_dquot_commit_pass2() 87 if (item->ri_buf[1].i_len < sizeof(struct xfs_disk_dquot)) { in xlog_recover_dquot_commit_pass2()
|
H A D | xfs_dquot_item.c | 37 sizeof(struct xfs_disk_dquot); in xfs_qm_dquot_logitem_size() 48 struct xfs_disk_dquot ddq; in xfs_qm_dquot_logitem_format() 65 sizeof(struct xfs_disk_dquot)); in xfs_qm_dquot_logitem_format()
|
H A D | xfs_dquot.h | 201 void xfs_dquot_to_disk(struct xfs_disk_dquot *ddqp, struct xfs_dquot *dqp);
|
H A D | xfs_ondisk.h | 38 XFS_CHECK_STRUCT_SIZE(struct xfs_disk_dquot, 104); in xfs_check_ondisk_structs()
|
H A D | xfs_dquot.c | 527 struct xfs_disk_dquot *ddqp) in xfs_dquot_check_type() 566 struct xfs_disk_dquot *ddqp = &dqb->dd_diskdq; in xfs_dquot_from_disk() 613 struct xfs_disk_dquot *ddqp, in xfs_dquot_to_disk()
|
H A D | xfs_qm.c | 858 struct xfs_disk_dquot *ddq; in xfs_qm_reset_dqcounts() 860 ddq = (struct xfs_disk_dquot *)&dqb[j]; in xfs_qm_reset_dqcounts()
|
H A D | xfs_buf_item_recover.c | 456 const size_t size_disk_dquot = sizeof(struct xfs_disk_dquot); in xlog_recover_do_reg_buffer()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_quota_defs.h | 61 ((sizeof(struct xfs_dq_logformat) + sizeof(struct xfs_disk_dquot)) * 6) 140 struct xfs_disk_dquot *ddq, xfs_dqid_t id); 148 time64_t xfs_dquot_from_disk_ts(struct xfs_disk_dquot *ddq,
|
H A D | xfs_dquot_buf.c | 31 * The xfs_dqblk structure /contains/ the xfs_disk_dquot structure; 33 * smaller xfs_disk_dquot structure available. 39 struct xfs_disk_dquot *ddq, in xfs_dquot_verify() 209 struct xfs_disk_dquot *ddq; in xfs_dquot_buf_verify() 302 struct xfs_disk_dquot *ddq, in xfs_dquot_from_disk_ts()
|
H A D | xfs_format.h | 1365 struct xfs_disk_dquot { struct 1391 * This is what goes on disk. This is separated from the xfs_disk_dquot because 1395 struct xfs_disk_dquot dd_diskdq; /* portion living incore as well */
|
H A D | xfs_trans_resv.c | 779 * the disk quota buffer: sizeof(struct xfs_disk_dquot) 784 return xfs_calc_buf_res(1, sizeof(struct xfs_disk_dquot)); in xfs_calc_qm_setqlim_reservation()
|
Completed in 23 milliseconds