| /kernel/linux/linux-6.6/fs/notify/fanotify/ |
| H A D | fanotify_user.c | 195 static void fanotify_unhash_event(struct fsnotify_group *group, in fanotify_unhash_event() argument 215 static struct fanotify_event *get_one_event(struct fsnotify_group *group, in get_one_event() argument 252 create_fd(struct fsnotify_group *group, const struct path *path, struct file **file) create_fd() argument 331 process_access_response(struct fsnotify_group *group, struct fanotify_response *response_struct, const char __user *info, size_t info_len) process_access_response() argument 657 copy_event_to_user(struct fsnotify_group *group, struct fanotify_event *event, char __user *buf, size_t count) copy_event_to_user() argument 776 struct fsnotify_group *group = file->private_data; fanotify_poll() local 791 struct fsnotify_group *group; fanotify_read() local 876 struct fsnotify_group *group; fanotify_write() local 907 struct fsnotify_group *group = file->private_data; fanotify_release() local 962 struct fsnotify_group *group; fanotify_ioctl() local 1079 fanotify_remove_mark(struct fsnotify_group *group, fsnotify_connp_t *connp, __u32 mask, unsigned int flags, __u32 umask) fanotify_remove_mark() argument 1109 fanotify_remove_vfsmount_mark(struct fsnotify_group *group, struct vfsmount *mnt, __u32 mask, unsigned int flags, __u32 umask) fanotify_remove_vfsmount_mark() argument 1117 fanotify_remove_sb_mark(struct fsnotify_group *group, struct super_block *sb, __u32 mask, unsigned int flags, __u32 umask) fanotify_remove_sb_mark() argument 1125 fanotify_remove_inode_mark(struct fsnotify_group *group, struct inode *inode, __u32 mask, unsigned int flags, __u32 umask) fanotify_remove_inode_mark() argument 1195 fanotify_add_new_mark(struct fsnotify_group *group, fsnotify_connp_t *connp, unsigned int obj_type, unsigned int fan_flags, __kernel_fsid_t *fsid) fanotify_add_new_mark() argument 1238 fanotify_group_init_error_pool(struct fsnotify_group *group) fanotify_group_init_error_pool() argument 1279 fanotify_add_mark(struct fsnotify_group *group, fsnotify_connp_t *connp, unsigned int obj_type, __u32 mask, unsigned int fan_flags, __kernel_fsid_t *fsid) fanotify_add_mark() argument 1328 fanotify_add_vfsmount_mark(struct fsnotify_group *group, struct vfsmount *mnt, __u32 mask, unsigned int flags, __kernel_fsid_t *fsid) fanotify_add_vfsmount_mark() argument 1336 fanotify_add_sb_mark(struct fsnotify_group *group, struct super_block *sb, __u32 mask, unsigned int flags, __kernel_fsid_t *fsid) fanotify_add_sb_mark() argument 1344 fanotify_add_inode_mark(struct fsnotify_group *group, struct inode *inode, __u32 mask, unsigned int flags, __kernel_fsid_t *fsid) fanotify_add_inode_mark() argument 1395 struct fsnotify_group *group; SYSCALL_DEFINE2() local 1612 fanotify_events_supported(struct fsnotify_group *group, const struct path *path, __u64 mask, unsigned int flags) fanotify_events_supported() argument 1665 struct fsnotify_group *group; do_fanotify_mark() local [all...] |
| H A D | fanotify.c | 187 static int fanotify_merge(struct fsnotify_group *group, in fanotify_merge() argument 229 static int fanotify_get_response(struct fsnotify_group *group, in fanotify_get_response() argument 293 fanotify_group_event_mask(struct fsnotify_group *group, struct fsnotify_iter_info *iter_info, u32 *match_mask, u32 event_mask, const void *data, int data_type, struct inode *dir) fanotify_group_event_mask() argument 672 fanotify_alloc_error_event( struct fsnotify_group *group, __kernel_fsid_t *fsid, const void *data, int data_type, unsigned int *hash) fanotify_alloc_error_event() argument 710 fanotify_alloc_event( struct fsnotify_group *group, u32 mask, const void *data, int data_type, struct inode *dir, const struct qstr *file_name, __kernel_fsid_t *fsid, u32 match_mask) fanotify_alloc_event() argument 874 fanotify_insert_event(struct fsnotify_group *group, struct fsnotify_event *fsn_event) fanotify_insert_event() argument 892 fanotify_handle_event(struct fsnotify_group *group, u32 mask, const void *data, int data_type, struct inode *dir, const struct qstr *file_name, u32 cookie, struct fsnotify_iter_info *iter_info) fanotify_handle_event() argument 986 fanotify_free_group_priv(struct fsnotify_group *group) fanotify_free_group_priv() argument 1023 fanotify_free_error_event(struct fsnotify_group *group, struct fanotify_event *event) fanotify_free_error_event() argument 1031 fanotify_free_event(struct fsnotify_group *group, struct fsnotify_event *fsn_event) fanotify_free_event() argument 1062 fanotify_freeing_mark(struct fsnotify_mark *mark, struct fsnotify_group *group) fanotify_freeing_mark() argument [all...] |
| H A D | fanotify.h | 485 fanotify_event_hash_bucket( struct fsnotify_group *group, struct fanotify_event *event) fanotify_event_hash_bucket() argument
|
| /kernel/linux/linux-6.6/fs/afs/ |
| H A D | fsclient.c | 178 u32 mask = 0, mtime = 0, owner = 0, group = 0, mode = 0; in xdr_encode_AFS_StoreStatus() local [all...] |
| H A D | yfsclient.c | 265 s64 mtime = 0, owner = 0, group = 0; in xdr_encode_YFS_StoreStatus() local
|
| H A D | protocol_yfs.h | 93 struct yfs_xdr_u64 group; member 116 struct yfs_xdr_u64 group; member
|
| /kernel/linux/linux-6.6/fs/configfs/ |
| H A D | dir.c | 616 static void detach_groups(struct config_group *group) in detach_groups() argument 660 create_default_group(struct config_group *parent_group, struct config_group *group, struct configfs_fragment *frag) create_default_group() argument 692 populate_groups(struct config_group *group, struct configfs_fragment *frag) populate_groups() argument 709 configfs_remove_default_groups(struct config_group *group) configfs_remove_default_groups() argument 727 struct config_group *group; unlink_obj() local 766 unlink_group(struct config_group *group) unlink_group() argument 777 link_group(struct config_group *parent_group, struct config_group *group) link_group() argument 1259 struct config_group *group = NULL; configfs_mkdir() local 1333 link_group(to_config_group(parent_item), group); configfs_mkdir() local 1723 configfs_register_group(struct config_group *parent_group, struct config_group *group) configfs_register_group() argument 1768 configfs_unregister_group(struct config_group *group) configfs_unregister_group() argument 1817 struct config_group *group; configfs_register_default_group() local 1837 configfs_unregister_default_group(struct config_group *group) configfs_unregister_default_group() argument 1847 struct config_group *group = &subsys->su_group; configfs_register_subsystem() local 1906 struct config_group *group = &subsys->su_group; configfs_unregister_subsystem() local [all...] |
| /kernel/linux/linux-6.6/fs/orangefs/ |
| H A D | protocol.h | 228 __u32 group; member
|
| /kernel/linux/linux-6.6/include/kvm/ |
| H A D | arm_vgic.h | 151 u8 group; /* 0 == group 0, 1 == group 1 */ member
|
| /kernel/linux/linux-6.6/fs/ocfs2/ |
| H A D | ocfs2_ioctl.h | 41 __u64 group; /* Group descriptor's blkno. */ member
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | host1x.h | 96 struct iommu_group *group; member
|
| H A D | cs5535.h | 49 static inline int cs5535_pic_unreqz_select_high(unsigned int group, in cs5535_pic_unreqz_select_high() argument
|
| H A D | sysfs.h | 517 sysfs_add_file_to_group(struct kobject *kobj, const struct attribute *attr, const char *group) sysfs_add_file_to_group() argument 523 sysfs_remove_file_from_group(struct kobject *kobj, const struct attribute *attr, const char *group) sysfs_remove_file_from_group() argument [all...] |
| /kernel/linux/linux-6.6/include/linux/mtd/ |
| H A D | mtd.h | 145 int group; member [all...] |
| /kernel/linux/linux-6.6/include/linux/usb/ |
| H A D | composite.h | 86 struct config_group group; member 575 struct config_group group; member
|
| /kernel/linux/linux-6.6/drivers/scsi/elx/efct/ |
| H A D | efct_lio.c | 729 efct_lio_make_nport(struct target_fabric_configfs *tf, struct config_group *group, const char *name) efct_lio_make_nport() argument 761 efct_lio_npiv_make_nport(struct target_fabric_configfs *tf, struct config_group *group, const char *name) efct_lio_npiv_make_nport() argument [all...] |
| /kernel/linux/linux-6.6/drivers/thunderbolt/ |
| H A D | tb.c | 60 struct tb_bandwidth_group *group = &tcm->groups[i]; in tb_init_bandwidth_groups() local 68 static void tb_bandwidth_group_attach_port(struct tb_bandwidth_group *group, in tb_bandwidth_group_attach_port() argument 85 struct tb_bandwidth_group *group = &tcm->groups[i]; tb_find_free_bandwidth_group() local 98 struct tb_bandwidth_group *group; tb_attach_bandwidth_group() local 151 struct tb_bandwidth_group *group = in->group; tb_detach_bandwidth_group() local 1156 tb_recalc_estimated_bandwidth_for_group(struct tb_bandwidth_group *group) tb_recalc_estimated_bandwidth_for_group() argument 1239 struct tb_bandwidth_group *group = &tcm->groups[i]; tb_recalc_estimated_bandwidth() local [all...] |
| /kernel/linux/linux-6.6/drivers/remoteproc/ |
| H A D | imx_rproc.c | 864 imx_rproc_partition_notify(struct notifier_block *nb, unsigned long event, void *group) imx_rproc_partition_notify() argument
|
| /kernel/linux/linux-6.6/drivers/rtc/ |
| H A D | rtc-omap.c | 573 rtc_pinctrl_get_group_name(struct pinctrl_dev *pctldev, unsigned int group) rtc_pinctrl_get_group_name() argument
|
| /kernel/linux/linux-6.6/drivers/vfio/ |
| H A D | vfio_main.c | 1344 struct vfio_group *group; in vfio_file_enforced_coherent() local 1383 struct vfio_group *group; vfio_file_set_kvm() local [all...] |
| /kernel/linux/linux-6.6/drivers/pinctrl/sunxi/ |
| H A D | pinctrl-sunxi.c | 110 sunxi_pinctrl_find_group_by_name(struct sunxi_pinctrl *pctl, const char *group) in sunxi_pinctrl_find_group_by_name() argument 396 const char *group; in sunxi_pctrl_dt_node_to_map() local 201 sunxi_pctrl_get_group_name(struct pinctrl_dev *pctldev, unsigned group) sunxi_pctrl_get_group_name() argument 209 sunxi_pctrl_get_group_pins(struct pinctrl_dev *pctldev, unsigned group, const unsigned **pins, unsigned *num_pins) sunxi_pctrl_get_group_pins() argument 587 sunxi_pconf_group_get(struct pinctrl_dev *pctldev, unsigned group, unsigned long *config) sunxi_pconf_group_get() argument 660 sunxi_pconf_group_set(struct pinctrl_dev *pctldev, unsigned group, unsigned long *configs, unsigned num_configs) sunxi_pconf_group_set() argument 793 sunxi_pmx_set_mux(struct pinctrl_dev *pctldev, unsigned function, unsigned group) sunxi_pmx_set_mux() argument 1290 struct sunxi_pinctrl_group *group = pctl->groups + pctl->ngroups; sunxi_pinctrl_build_state() local [all...] |
| /kernel/linux/linux-6.6/drivers/pinctrl/tegra/ |
| H A D | pinctrl-tegra-xusb.c | 161 const char *function, *group; in tegra_xusb_padctl_parse_subnode() local 115 tegra_xusb_padctl_get_group_name(struct pinctrl_dev *pinctrl, unsigned int group) tegra_xusb_padctl_get_group_name() argument 123 tegra_xusb_padctl_get_group_pins(struct pinctrl_dev *pinctrl, unsigned group, const unsigned **pins, unsigned *num_pins) tegra_xusb_padctl_get_group_pins() argument 297 tegra_xusb_padctl_pinmux_set(struct pinctrl_dev *pinctrl, unsigned int function, unsigned int group) tegra_xusb_padctl_pinmux_set() argument 330 tegra_xusb_padctl_pinconf_group_get(struct pinctrl_dev *pinctrl, unsigned int group, unsigned long *config) tegra_xusb_padctl_pinconf_group_get() argument 367 tegra_xusb_padctl_pinconf_group_set(struct pinctrl_dev *pinctrl, unsigned int group, unsigned long *configs, unsigned int num_configs) tegra_xusb_padctl_pinconf_group_set() argument 423 tegra_xusb_padctl_pinconf_group_dbg_show(struct pinctrl_dev *pinctrl, struct seq_file *s, unsigned int group) tegra_xusb_padctl_pinconf_group_dbg_show() argument [all...] |
| /kernel/linux/linux-6.6/drivers/pinctrl/renesas/ |
| H A D | pinctrl-rzn1.c | 464 rzn1_set_mux(struct pinctrl_dev *pctldev, unsigned int selector, unsigned int group) rzn1_set_mux() argument [all...] |
| /kernel/linux/linux-6.6/drivers/pinctrl/starfive/ |
| H A D | pinctrl-starfive-jh7110.c | 301 const struct group_desc *group; in jh7110_set_mux() local 434 const struct group_desc *group; in jh7110_pinconf_group_get() local 449 const struct group_desc *group; jh7110_pinconf_group_set() local [all...] |
| /kernel/linux/linux-6.6/drivers/pinctrl/ti/ |
| H A D | pinctrl-ti-iodelay.c | 582 struct ti_iodelay_pingroup *group; ti_iodelay_pinconf_group_get() local 610 struct ti_iodelay_pingroup *group; ti_iodelay_pinconf_group_set() local 698 struct ti_iodelay_pingroup *group; ti_iodelay_pinconf_group_dbg_show() local [all...] |