Home
last modified time | relevance | path

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

/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h4933 struct dquot_operations { struct
4934 int (*write_dquot)(struct dquot *);
4935 struct dquot * (*alloc_dquot)(struct super_block *, int);
4936 void (*destroy_dquot)(struct dquot *);
4937 int (*acquire_dquot)(struct dquot *);
4938 int (*release_dquot)(struct dquot *);
4939 int (*mark_dirty)(struct dquot *);
4940 int (*write_info)(struct super_block *, int);
4941 qsize_t * (*get_reserved_space)(struct inode *);
4942 int (*get_projid)(struct inode *, kprojid_t *);
[all …]