Home
last modified time | relevance | path

Searched defs:dquot_operations (Results 1 – 1 of 1) sorted by relevance

/developtools/profiler/hiebpf/include/
Dvmlinux.h4643 struct dquot_operations { struct
4644 int (*write_dquot)(struct dquot *);
4645 struct dquot * (*alloc_dquot)(struct super_block *, int);
4646 void (*destroy_dquot)(struct dquot *);
4647 int (*acquire_dquot)(struct dquot *);
4648 int (*release_dquot)(struct dquot *);
4649 int (*mark_dirty)(struct dquot *);
4650 int (*write_info)(struct super_block *, int);
4651 qsize_t * (*get_reserved_space)(struct inode *);
4652 int (*get_projid)(struct inode *, kprojid_t *);
[all …]