Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/linux-2.6/
Dxfs_quotaops.c136 .set_xstate = xfs_fs_set_xstate,
/linux-2.6.39/fs/quota/
Dquota.c195 if (!sb->s_qcop->set_xstate) in quota_setxstate()
197 return sb->s_qcop->set_xstate(sb, flags, cmd); in quota_setxstate()
/linux-2.6.39/include/linux/
Dquota.h338 int (*set_xstate)(struct super_block *, unsigned int, int); member