Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Ddqblk_xfs.h171 __u32 qs_incoredqs; /* number of dquots incore */ member
213 __u32 qs_incoredqs; /* number of dquots incore */ member
/linux-6.12.1/fs/quota/
Dcompat.h28 compat_uint_t qs_incoredqs; member
Dquota.c371 fqs->qs_incoredqs = state.s_incoredqs; in quota_getstate()
424 put_user(from->qs_incoredqs, &to->qs_incoredqs) || in compat_copy_fs_quota_stat()
469 fqs->qs_incoredqs = state.s_incoredqs; in quota_getstatev()