Home
last modified time | relevance | path

Searched refs:d_ino_count (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/fs/quota/
H A Dquota.c192 dst->dqb_curinodes = src->d_ino_count; in copy_to_if_dqblk()
265 dst->d_ino_count = src->dqb_curinodes; in copy_from_if_dqblk()
550 dst->d_ino_count = src->d_icount; in copy_from_xfs_dqblk()
686 dst->d_icount = src->d_ino_count; in copy_to_xfs_dqblk()
H A Ddquot.c2619 di->d_ino_count = dm->dqb_curinodes; in do_get_dqblk()
2703 dm->dqb_curinodes = di->d_ino_count; in do_set_dqblk()
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_qm_syscalls.c653 dst->d_ino_count = dqp->q_ino.reserved; in xfs_qm_scall_getquota_fill_qc()
681 if ((dst->d_ino_count > dqp->q_ino.softlimit) && in xfs_qm_scall_getquota_fill_qc()
/OK3568_Linux_fs/kernel/include/linux/
H A Dquota.h356 u64 d_ino_count; /* # inodes owned by the user */ member