Home
last modified time | relevance | path

Searched refs:v1_dqoff (Results 1 – 2 of 2) sorted by relevance

/fs/
Dquota_v1.c65 …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()
Dquotaio_v1.h31 #define v1_dqoff(UID) ((loff_t)((UID) * sizeof (struct v1_disk_dqblk))) macro