OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:disk2mem_dqblk
(Results
1 - 6
of
6
) sorted by null
/external/e2fsprogs/lib/support/
quotaio_tree.h
40
void (*
disk2mem_dqblk
)(struct dquot *dquot, void *disk);
member in struct:qtree_fmt_operations
quotaio_tree.c
537
info->dqi_ops->
disk2mem_dqblk
(dquot, ddquot);
575
info->dqi_ops->
disk2mem_dqblk
(dquot, ddata);
quotaio_v2.c
102
.
disk2mem_dqblk
= v2r1_disk2memdqblk,
/external/f2fs-tools/fsck/
quotaio_tree.h
46
void (*
disk2mem_dqblk
)(struct dquot *dquot, void *disk);
member in struct:qtree_fmt_operations
quotaio_tree.c
546
info->dqi_ops->
disk2mem_dqblk
(dquot, ddquot);
584
info->dqi_ops->
disk2mem_dqblk
(dquot, ddata);
quotaio_v2.c
103
.
disk2mem_dqblk
= v2r1_disk2memdqblk,
Completed in 1503 milliseconds