Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_qm_syscalls.c464 out->qs_uquota.qfs_nblks = uip->i_d.di_nblocks; in xfs_qm_scall_getqstat()
472 out->qs_gquota.qfs_nblks = gip->i_d.di_nblocks; in xfs_qm_scall_getqstat()
479 out->qs_gquota.qfs_nblks = pip->i_d.di_nblocks; in xfs_qm_scall_getqstat()
547 out->qs_uquota.qfs_nblks = uip->i_d.di_nblocks; in xfs_qm_scall_getqstatv()
554 out->qs_gquota.qfs_nblks = gip->i_d.di_nblocks; in xfs_qm_scall_getqstatv()
560 out->qs_pquota.qfs_nblks = pip->i_d.di_nblocks; in xfs_qm_scall_getqstatv()
/fs/quota/
Dcompat.c25 compat_u64 qfs_nblks; member
/fs/gfs2/
Dquota.c1496 fqs->qs_uquota.qfs_nblks = sdp->sd_quota_inode->i_blocks; in gfs2_quota_get_xstate()