Home
last modified time | relevance | path

Searched defs:group (Results 1 – 25 of 195) sorted by relevance

12345678

/linux-3.3/fs/notify/fanotify/
Dfanotify_user.c43 static struct fsnotify_event *get_one_event(struct fsnotify_group *group, in get_one_event()
61 static int create_fd(struct fsnotify_group *group, struct fsnotify_event *event) in create_fd()
111 static int fill_event_metadata(struct fsnotify_group *group, in fill_event_metadata()
137 static struct fanotify_response_event *dequeue_re(struct fsnotify_group *group, in dequeue_re()
158 static int process_access_response(struct fsnotify_group *group, in process_access_response()
196 static int prepare_for_access_response(struct fsnotify_group *group, in prepare_for_access_response()
227 static void remove_access_response(struct fsnotify_group *group, in remove_access_response()
247 static int prepare_for_access_response(struct fsnotify_group *group, in prepare_for_access_response()
254 static void remove_access_response(struct fsnotify_group *group, in remove_access_response()
262 static ssize_t copy_event_to_user(struct fsnotify_group *group, in copy_event_to_user()
[all …]
Dfanotify.c88 static int fanotify_get_response_from_access(struct fsnotify_group *group, in fanotify_get_response_from_access()
121 static int fanotify_handle_event(struct fsnotify_group *group, in fanotify_handle_event()
161 static bool fanotify_should_send_event(struct fsnotify_group *group, in fanotify_should_send_event()
213 static void fanotify_free_group_priv(struct fsnotify_group *group) in fanotify_free_group_priv()
/linux-3.3/drivers/gpio/
Dgpio-lpc32xx.c165 static void __set_gpio_dir_p012(struct lpc32xx_gpio_chip *group, in __set_gpio_dir_p012()
176 static void __set_gpio_dir_p3(struct lpc32xx_gpio_chip *group, in __set_gpio_dir_p3()
187 static void __set_gpio_level_p012(struct lpc32xx_gpio_chip *group, in __set_gpio_level_p012()
198 static void __set_gpio_level_p3(struct lpc32xx_gpio_chip *group, in __set_gpio_level_p3()
209 static void __set_gpo_level_p3(struct lpc32xx_gpio_chip *group, in __set_gpo_level_p3()
218 static int __get_gpio_state_p012(struct lpc32xx_gpio_chip *group, in __get_gpio_state_p012()
225 static int __get_gpio_state_p3(struct lpc32xx_gpio_chip *group, in __get_gpio_state_p3()
237 static int __get_gpi_state_p3(struct lpc32xx_gpio_chip *group, in __get_gpi_state_p3()
249 struct lpc32xx_gpio_chip *group = to_lpc32xx_gpio(chip); in lpc32xx_gpio_dir_input_p012() local
259 struct lpc32xx_gpio_chip *group = to_lpc32xx_gpio(chip); in lpc32xx_gpio_dir_input_p3() local
[all …]
/linux-3.3/fs/notify/inotify/
Dinotify_user.c114 struct fsnotify_group *group = file->private_data; in inotify_poll() local
133 static struct fsnotify_event *get_one_event(struct fsnotify_group *group, in get_one_event()
165 static ssize_t copy_event_to_user(struct fsnotify_group *group, in copy_event_to_user()
233 struct fsnotify_group *group; in inotify_read() local
285 struct fsnotify_group *group = file->private_data; in inotify_fasync() local
292 struct fsnotify_group *group = file->private_data; in inotify_release() local
307 struct fsnotify_group *group; in inotify_ioctl() local
389 static struct inotify_inode_mark *inotify_idr_find_locked(struct fsnotify_group *group, in inotify_idr_find_locked()
410 static struct inotify_inode_mark *inotify_idr_find(struct fsnotify_group *group, in inotify_idr_find()
423 static void do_inotify_remove_from_idr(struct fsnotify_group *group, in do_inotify_remove_from_idr()
[all …]
Dinotify_fsnotify.c92 static int inotify_handle_event(struct fsnotify_group *group, in inotify_handle_event()
139 static void inotify_freeing_mark(struct fsnotify_mark *fsn_mark, struct fsnotify_group *group) in inotify_freeing_mark()
144 static bool inotify_should_send_event(struct fsnotify_group *group, struct inode *inode, in inotify_should_send_event()
195 static void inotify_free_group_priv(struct fsnotify_group *group) in inotify_free_group_priv()
/linux-3.3/fs/notify/
Dgroup.c34 void fsnotify_final_destroy_group(struct fsnotify_group *group) in fsnotify_final_destroy_group()
53 static void fsnotify_destroy_group(struct fsnotify_group *group) in fsnotify_destroy_group()
68 void fsnotify_put_group(struct fsnotify_group *group) in fsnotify_put_group()
79 struct fsnotify_group *group; in fsnotify_alloc_group() local
Dnotification.c73 bool fsnotify_notify_queue_is_empty(struct fsnotify_group *group) in fsnotify_notify_queue_is_empty()
118 struct fsnotify_event_private_data *fsnotify_remove_priv_from_event(struct fsnotify_group *group, s… in fsnotify_remove_priv_from_event()
140 struct fsnotify_event *fsnotify_add_notify_event(struct fsnotify_group *group, struct fsnotify_even… in fsnotify_add_notify_event()
236 struct fsnotify_event *fsnotify_remove_notify_event(struct fsnotify_group *group) in fsnotify_remove_notify_event()
266 struct fsnotify_event *fsnotify_peek_notify_event(struct fsnotify_group *group) in fsnotify_peek_notify_event()
283 void fsnotify_flush_notify(struct fsnotify_group *group) in fsnotify_flush_notify()
Dvfsmount_mark.c54 void fsnotify_clear_vfsmount_marks_by_group(struct fsnotify_group *group) in fsnotify_clear_vfsmount_marks_by_group()
104 static struct fsnotify_mark *fsnotify_find_vfsmount_mark_locked(struct fsnotify_group *group, in fsnotify_find_vfsmount_mark_locked()
126 struct fsnotify_mark *fsnotify_find_vfsmount_mark(struct fsnotify_group *group, in fsnotify_find_vfsmount_mark()
144 struct fsnotify_group *group, struct vfsmount *mnt, in fsnotify_add_vfsmount_mark()
Dmark.c123 struct fsnotify_group *group; in fsnotify_destroy_mark() local
218 struct fsnotify_group *group, struct inode *inode, in fsnotify_add_mark()
285 void fsnotify_clear_marks_by_group_flags(struct fsnotify_group *group, in fsnotify_clear_marks_by_group_flags()
310 void fsnotify_clear_marks_by_group(struct fsnotify_group *group) in fsnotify_clear_marks_by_group()
Dinode_mark.c110 void fsnotify_clear_inode_marks_by_group(struct fsnotify_group *group) in fsnotify_clear_inode_marks_by_group()
119 struct fsnotify_mark *fsnotify_find_inode_mark_locked(struct fsnotify_group *group, in fsnotify_find_inode_mark_locked()
140 struct fsnotify_mark *fsnotify_find_inode_mark(struct fsnotify_group *group, in fsnotify_find_inode_mark()
185 struct fsnotify_group *group, struct inode *inode, in fsnotify_add_inode_mark()
/linux-3.3/fs/nilfs2/
Dalloc.c95 __u64 group = nr; in nilfs_palloc_group() local
110 nilfs_palloc_desc_blkoff(const struct inode *inode, unsigned long group) in nilfs_palloc_desc_blkoff()
126 nilfs_palloc_bitmap_blkoff(const struct inode *inode, unsigned long group) in nilfs_palloc_bitmap_blkoff()
141 nilfs_palloc_group_desc_nfrees(struct inode *inode, unsigned long group, in nilfs_palloc_group_desc_nfrees()
161 unsigned long group, in nilfs_palloc_group_desc_add_entries()
178 unsigned long group, group_offset; in nilfs_palloc_entry_blkoff() local
250 unsigned long group, in nilfs_palloc_get_desc_block()
269 unsigned long group, in nilfs_palloc_get_bitmap_block()
307 unsigned long group, in nilfs_palloc_block_get_group_desc()
342 unsigned long group, in nilfs_palloc_find_available_slot()
[all …]
/linux-3.3/arch/sparc/kernel/
Dhvapi.c18 unsigned long group; member
53 static struct api_info *__get_info(unsigned long group) in __get_info()
90 int sun4v_hvapi_register(unsigned long group, unsigned long major, in sun4v_hvapi_register()
141 void sun4v_hvapi_unregister(unsigned long group) in sun4v_hvapi_unregister()
154 int sun4v_hvapi_get(unsigned long group, in sun4v_hvapi_get()
178 unsigned long group, major, minor; in sun4v_hvapi_init() local
/linux-3.3/drivers/infiniband/core/
Dmulticast.c118 struct mcast_group *group; member
134 struct mcast_group *group; in mcast_find() local
152 struct mcast_group *group, in mcast_insert()
186 static void release_group(struct mcast_group *group) in release_group()
209 struct mcast_group *group = member->group; in queue_join() local
228 static void adjust_membership(struct mcast_group *group, u8 join_state, int inc) in adjust_membership()
243 static u8 get_leave_state(struct mcast_group *group) in get_leave_state()
330 static int send_join(struct mcast_group *group, struct mcast_member *member) in send_join()
349 static int send_leave(struct mcast_group *group, u8 leave_state) in send_leave()
373 static void join_group(struct mcast_group *group, struct mcast_member *member, in join_group()
[all …]
/linux-3.3/drivers/target/
Dtarget_core_fabric_configfs.c243 struct config_group *group, in target_core_mappedlun_stat_mkdir()
250 struct config_group *group, in target_core_mappedlun_stat_rmdir()
310 struct config_group *group, in target_fabric_make_mappedlun()
397 struct config_group *group, in target_fabric_drop_mappedlun()
463 struct config_group *group, in target_fabric_make_nodeacl()
505 struct config_group *group, in target_fabric_drop_nodeacl()
562 struct config_group *group, in target_fabric_make_np()
587 struct config_group *group, in target_fabric_drop_np()
825 struct config_group *group, in target_core_port_stat_mkdir()
832 struct config_group *group, in target_core_port_stat_rmdir()
[all …]
/linux-3.3/security/tomoyo/
Dgroup.c73 struct tomoyo_group *group = tomoyo_get_group(param, type); in tomoyo_write_group() local
126 const struct tomoyo_group *group) in tomoyo_path_matches_group()
152 const struct tomoyo_group *group) in tomoyo_number_matches_group()
180 const struct tomoyo_group *group) in tomoyo_address_matches_group()
/linux-3.3/arch/mips/rb532/
Dirq.c88 static inline int group_to_ip(unsigned int group) in group_to_ip()
116 unsigned int group, intr_bit, irq_nr = d->irq; in rb532_enable_irq() local
137 unsigned int group, intr_bit, mask, irq_nr = d->irq; in rb532_disable_irq() local
175 int group = irq_to_group(d->irq); in rb532_set_type() local
217 unsigned int ip, pend, group; in plat_irq_dispatch() local
/linux-3.3/fs/configfs/
Ditem.c125 void config_group_init_type_name(struct config_group *group, const char *name, in config_group_init_type_name()
180 void config_group_init(struct config_group *group) in config_group_init()
195 struct config_item *config_group_find_item(struct config_group *group, in config_group_find_item()
/linux-3.3/fs/ext4/
Dresize.c58 ext4_group_t group = input->group; in verify_group_input() local
214 ext4_group_t group; in ext4_alloc_group_tables() local
366 ext4_group_t group; in set_flexbg_block_bitmap() local
431 ext4_group_t group, count; in setup_new_flex_group_blocks() local
682 ext4_group_t group) in add_new_gdb()
836 ext4_group_t group) in reserve_backup_gdb()
959 ext4_group_t group; in update_backups() local
1035 ext4_group_t group, struct inode *resize_inode, in ext4_add_new_descs()
1080 ext4_group_t group; in ext4_setup_new_descs() local
1232 ext4_group_t group; in ext4_flex_group_add() local
[all …]
Dmballoc.c706 void *buddy, void *bitmap, ext4_group_t group) in ext4_mb_generate_buddy()
902 int group; in ext4_mb_init_cache() local
986 ext4_group_t group, struct ext4_buddy *e4b) in ext4_mb_get_buddy_page_lock()
1046 int ext4_mb_init_group(struct super_block *sb, ext4_group_t group) in ext4_mb_init_group()
1112 ext4_mb_load_buddy(struct super_block *sb, ext4_group_t group, in ext4_mb_load_buddy()
1682 ext4_group_t group = ex.fe_group; in ext4_mb_try_best_found() local
1709 ext4_group_t group = ac->ac_g_ex.fe_group; in ext4_mb_find_by_goal() local
1905 ext4_group_t group, int cr) in ext4_mb_good_group()
1961 ext4_group_t ngroups, group, i; in ext4_mb_regular_allocator() local
2102 ext4_group_t group; in ext4_mb_seq_groups_start() local
[all …]
/linux-3.3/fs/ext2/
Dialloc.c65 static void ext2_release_inode(struct super_block *sb, int group, int dir) in ext2_release_inode()
211 int group, best_group = -1; in find_group_dir() local
274 int group = -1, i; in find_group_orlov() local
377 int group, i; in find_group_other() local
438 int group, i; in ext2_new_inode() local
/linux-3.3/net/bridge/
Dbr_multicast.c350 __be32 group) in br_ip4_multicast_alloc_query()
416 const struct in6_addr *group) in br_ip6_multicast_alloc_query()
580 struct br_ip *group, int hash) in br_multicast_get_group()
654 struct br_ip *group) in br_multicast_new_group()
705 struct br_ip *group) in br_multicast_add_group()
766 __be32 group) in br_ip4_multicast_add_group()
782 const struct in6_addr *group) in br_ip6_multicast_add_group()
951 __be32 group; in br_ip4_multicast_igmp3_report() local
1129 __be32 group; in br_ip4_multicast_query() local
1204 const struct in6_addr *group = NULL; in br_ip6_multicast_query() local
[all …]
/linux-3.3/arch/arm/plat-s5p/
Dirq-gpioint.c83 int group, pend_offset, mask_offset; in s5p_gpioint_handler() local
116 int group = chip->group; in s5p_gpioint_add() local
178 int offset, group; in s5p_register_gpio_interrupt() local
/linux-3.3/arch/arm/plat-samsung/include/plat/
Dirq.h70 unsigned int group) in s3c_irqsub_maskack()
91 unsigned int group) in s3c_irqsub_ack()
/linux-3.3/net/mac80211/
Drc80211_minstrel_ht.c159 minstrel_ht_calc_tp(struct minstrel_ht_sta *mi, int group, int rate) in minstrel_ht_calc_tp()
191 int group, i, index; in minstrel_ht_update_stats() local
337 int group, orig_group; in minstrel_downgrade_rate() local
393 int group; in minstrel_ht_tx_status() local
466 const struct mcs_group *group; in minstrel_calc_retransmit() local
519 const struct mcs_group *group = &minstrel_mcs_groups[index / MCS_GROUP_RATES]; in minstrel_ht_set_rate() local
544 const struct mcs_group *group = &minstrel_mcs_groups[index / MCS_GROUP_RATES]; in minstrel_get_duration() local
/linux-3.3/fs/ext3/
Dballoc.c281 unsigned int group, struct super_block * sb) in goal_in_my_reservation()
884 ext3_try_to_allocate(struct super_block *sb, handle_t *handle, int group, in ext3_try_to_allocate()
1122 unsigned int group, struct buffer_head *bitmap_bh) in alloc_new_reservation()
1324 unsigned int group, struct buffer_head *bitmap_bh, in ext3_try_to_allocate_with_rsv()
1846 static int ext3_group_sparse(int group) in ext3_group_sparse()
1864 int ext3_bg_has_super(struct super_block *sb, int group) in ext3_bg_has_super()
1873 static unsigned long ext3_bg_num_gdb_meta(struct super_block *sb, int group) in ext3_bg_num_gdb_meta()
1884 static unsigned long ext3_bg_num_gdb_nometa(struct super_block *sb, int group) in ext3_bg_num_gdb_nometa()
1898 unsigned long ext3_bg_num_gdb(struct super_block *sb, int group) in ext3_bg_num_gdb()
1928 unsigned int group, in ext3_trim_all_free()
[all …]

12345678