Home
last modified time | relevance | path

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

/openbmc/linux/fs/quota/
H A Dquota_v1.c59 struct v1_disk_dqblk dqblk; in v1_read_dqblk()
66 memset(&dqblk, 0, sizeof(struct v1_disk_dqblk)); in v1_read_dqblk()
68 sizeof(struct v1_disk_dqblk), in v1_read_dqblk()
86 struct v1_disk_dqblk dqblk; in v1_commit_dqblk()
101 if (ret != sizeof(struct v1_disk_dqblk)) { in v1_commit_dqblk()
143 sizeof(struct v1_disk_dqblk)) in v1_check_quota_file()
162 struct v1_disk_dqblk dqblk; in v1_read_file_info()
168 if (ret != sizeof(struct v1_disk_dqblk)) { in v1_read_file_info()
189 struct v1_disk_dqblk dqblk; in v1_write_file_info()
195 if (ret != sizeof(struct v1_disk_dqblk)) { in v1_write_file_info()
[all …]
H A Dquotaio_v1.h21 struct v1_disk_dqblk { struct
34 #define v1_dqoff(UID) ((loff_t)((UID) * sizeof (struct v1_disk_dqblk))) argument