Searched refs:copy_to_xfs_dqblk (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/quota/ |
H A D | quota.c | 666 static void copy_to_xfs_dqblk(struct fs_disk_quota *dst, struct qc_dqblk *src, in copy_to_xfs_dqblk() function 717 copy_to_xfs_dqblk(&fdq, &qdq, type, id); in quota_getxquota() 745 copy_to_xfs_dqblk(&fdq, &qdq, type, id_out); in quota_getnextxquota()
|
/kernel/linux/linux-6.6/fs/quota/ |
H A D | quota.c | 670 static void copy_to_xfs_dqblk(struct fs_disk_quota *dst, struct qc_dqblk *src, in copy_to_xfs_dqblk() function 721 copy_to_xfs_dqblk(&fdq, &qdq, type, id); in quota_getxquota() 749 copy_to_xfs_dqblk(&fdq, &qdq, type, id_out); in quota_getnextxquota()
|
Completed in 5 milliseconds