Lines Matching defs:type
259 int type = qid.type; in hashfn() local
396 void mark_info_dirty(struct super_block *sb, int type) in mark_info_dirty()
516 static void invalidate_dquots(struct super_block *sb, int type) in invalidate_dquots()
600 int dquot_writeback_dquots(struct super_block *sb, int type) in dquot_writeback_dquots()
651 int dquot_quota_sync(struct super_block *sb, int type) in dquot_quota_sync()
799 struct dquot *dquot_alloc(struct super_block *sb, int type) in dquot_alloc()
805 static struct dquot *get_empty_dquot(struct super_block *sb, int type) in get_empty_dquot()
898 static int dqinit_needed(struct inode *inode, int type) in dqinit_needed()
913 static void add_dquot_ref(struct super_block *sb, int type) in add_dquot_ref()
979 static int remove_inode_dquot_ref(struct inode *inode, int type, in remove_inode_dquot_ref()
1026 static void remove_dquot_ref(struct super_block *sb, int type, in remove_dquot_ref()
1057 static void drop_dquot_ref(struct super_block *sb, int type) in drop_dquot_ref()
1393 static void __dquot_initialize(struct inode *inode, int type) in __dquot_initialize()
1919 int dquot_commit_info(struct super_block *sb, int type) in dquot_commit_info()
1962 int dquot_disable(struct super_block *sb, int type, unsigned int flags) in dquot_disable()
2093 int dquot_quota_off(struct super_block *sb, int type) in dquot_quota_off()
2108 static int vfs_load_quota_inode(struct inode *inode, int type, int format_id, in vfs_load_quota_inode()
2219 int dquot_resume(struct super_block *sb, int type) in dquot_resume()
2255 int dquot_quota_on(struct super_block *sb, int type, int format_id, in dquot_quota_on()
2276 int dquot_enable(struct inode *inode, int type, int format_id, in dquot_enable()
2324 int format_id, int type) in dquot_quota_on_mount()
2515 int dquot_get_dqinfo(struct super_block *sb, int type, struct if_dqinfo *ii) in dquot_get_dqinfo()
2537 int dquot_set_dqinfo(struct super_block *sb, int type, struct if_dqinfo *ii) in dquot_set_dqinfo()
2580 unsigned int type = (int *)table->data - dqstats.stat; in do_proc_dqstats() local