Searched refs:vfs_quota_on (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dquotaops.h40 extern int vfs_quota_on(struct super_block *sb, int type, int format_id, char *path);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Ddquot.c1533 int vfs_quota_on(struct super_block *sb, int type, int format_id, char *path) function
1732 .quota_on = vfs_quota_on,
1883 EXPORT_SYMBOL(vfs_quota_on); variable
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/reiserfs/
H A Dsuper.c1998 return vfs_quota_on(sb, type, format_id, path);
2006 return vfs_quota_on(sb, type, format_id, path);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext3/
H A Dsuper.c2608 return vfs_quota_on(sb, type, format_id, path);
2623 return vfs_quota_on(sb, type, format_id, path);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext4/
H A Dsuper.c2682 return vfs_quota_on(sb, type, format_id, path);
2697 return vfs_quota_on(sb, type, format_id, path);

Completed in 95 milliseconds