Searched refs:v1_dqoff (Results 1 – 2 of 2) sorted by relevance
/fs/ |
D | quota_v1.c | 65 …ota_read(dquot->dq_sb, type, (char *)&dqblk, sizeof(struct v1_disk_dqblk), v1_dqoff(dquot->dq_id)); in v1_read_dqblk() 90 sizeof(struct v1_disk_dqblk), v1_dqoff(dquot->dq_id)); in v1_commit_dqblk() 151 …if ((ret = sb->s_op->quota_read(sb, type, (char *)&dqblk, sizeof(struct v1_disk_dqblk), v1_dqoff(0… in v1_read_file_info() 174 sizeof(struct v1_disk_dqblk), v1_dqoff(0))) != sizeof(struct v1_disk_dqblk)) { in v1_write_file_info() 182 sizeof(struct v1_disk_dqblk), v1_dqoff(0)); in v1_write_file_info()
|
D | quotaio_v1.h | 31 #define v1_dqoff(UID) ((loff_t)((UID) * sizeof (struct v1_disk_dqblk))) macro
|