Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/linux-2.6/
Dxfs_quotaops.c135 .get_xstate = xfs_fs_get_xstate,
/linux-2.6.39/fs/quota/
Dquota.c205 if (!sb->s_qcop->get_xstate) in quota_getxstate()
207 ret = sb->s_qcop->get_xstate(sb, &fqs); in quota_getxstate()
/linux-2.6.39/include/linux/
Dquota.h337 int (*get_xstate)(struct super_block *, struct fs_quota_stat *); member
/linux-2.6.39/fs/gfs2/
Dquota.c1639 .get_xstate = gfs2_quota_get_xstate,