Home
last modified time | relevance | path

Searched refs:accounting_types_mask (Results 1 – 3 of 3) sorted by relevance

/linux/fs/bcachefs/
H A Dbcachefs_ioctl.h441 __u32 accounting_types_mask; /* input parameter */ member
H A Ddisk_accounting.c444 int bch2_fs_accounting_read(struct bch_fs *c, darray_char *out_buf, unsigned accounting_types_mask) in bch2_fs_accounting_read() argument
457 if (!(accounting_types_mask & BIT(a_p.type))) in bch2_fs_accounting_read()
H A Dchardev.c434 bch2_fs_accounting_read(c, &accounting, arg.accounting_types_mask) ?: in bch2_ioctl_query_accounting()