Home
last modified time | relevance | path

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

/linux-4.4.14/fs/quota/
Dquota_v1.c31 static void v1_disk2mem_dqblk(struct mem_dqblk *m, struct v1_disk_dqblk *d) in v1_disk2mem_dqblk()
43 static void v1_mem2disk_dqblk(struct v1_disk_dqblk *d, struct mem_dqblk *m) in v1_mem2disk_dqblk()
58 struct v1_disk_dqblk dqblk; in v1_read_dqblk()
64 memset(&dqblk, 0, sizeof(struct v1_disk_dqblk)); in v1_read_dqblk()
66 sizeof(struct v1_disk_dqblk), in v1_read_dqblk()
84 struct v1_disk_dqblk dqblk; in v1_commit_dqblk()
97 (char *)&dqblk, sizeof(struct v1_disk_dqblk), in v1_commit_dqblk()
99 if (ret != sizeof(struct v1_disk_dqblk)) { in v1_commit_dqblk()
140 if ((blocks % sizeof(struct v1_disk_dqblk) * BLOCK_SIZE + off) % in v1_check_quota_file()
141 sizeof(struct v1_disk_dqblk)) in v1_check_quota_file()
[all …]
Dquotaio_v1.h20 struct v1_disk_dqblk { struct
31 #define v1_dqoff(UID) ((loff_t)((UID) * sizeof (struct v1_disk_dqblk))) argument