Lines Matching defs:type
178 static inline int const hashfn(struct super_block *sb, unsigned int id, int type) in hashfn()
195 …e struct dquot *find_dquot(unsigned int hashent, struct super_block *sb, unsigned int id, int type) in find_dquot()
344 static void invalidate_dquots(struct super_block *sb, int type) in invalidate_dquots()
373 static int vfs_quota_sync(struct super_block *sb, int type) in vfs_quota_sync()
418 static struct super_block *get_super_to_sync(int type) in get_super_to_sync()
447 void sync_dquots_dev(kdev_t dev, int type) in sync_dquots_dev()
471 void sync_dquots_sb(struct super_block *sb, int type) in sync_dquots_sb()
567 static struct dquot *get_empty_dquot(struct super_block *sb, int type) in get_empty_dquot()
591 static struct dquot *dqget(struct super_block *sb, unsigned int id, int type) in dqget()
668 static int dqinit_needed(struct inode *inode, int type) in dqinit_needed()
682 static void add_dquot_ref(struct super_block *sb, int type) in add_dquot_ref()
716 int remove_inode_dquot_ref(struct inode *inode, int type, struct list_head *tofree_head) in remove_inode_dquot_ref()
955 void dquot_initialize(struct inode *inode, int type) in dquot_initialize()
1240 static inline void set_enable_flags(struct quota_info *dqopt, int type) in set_enable_flags()
1252 static inline void reset_enable_flags(struct quota_info *dqopt, int type) in reset_enable_flags()
1270 int vfs_quota_off(struct super_block *sb, int type) in vfs_quota_off()
1310 int vfs_quota_on(struct super_block *sb, int type, int format_id, char *path) in vfs_quota_on()
1386 int vfs_get_dqblk(struct super_block *sb, int type, qid_t id, struct if_dqblk *di) in vfs_get_dqblk()
1449 int vfs_set_dqblk(struct super_block *sb, int type, qid_t id, struct if_dqblk *di) in vfs_set_dqblk()
1461 int vfs_get_dqinfo(struct super_block *sb, int type, struct if_dqinfo *ii) in vfs_get_dqinfo()
1473 int vfs_set_dqinfo(struct super_block *sb, int type, struct if_dqinfo *ii) in vfs_set_dqinfo()