Home
last modified time | relevance | path

Searched refs:fm (Results 1 - 25 of 101) sorted by relevance

12345

/kernel/linux/linux-5.10/drivers/misc/
H A Dtifm_7xx1.c21 static void tifm_7xx1_dummy_eject(struct tifm_adapter *fm, in tifm_7xx1_dummy_eject() argument
26 static void tifm_7xx1_eject(struct tifm_adapter *fm, struct tifm_dev *sock) in tifm_7xx1_eject() argument
30 spin_lock_irqsave(&fm->lock, flags); in tifm_7xx1_eject()
31 fm->socket_change_set |= 1 << sock->socket_id; in tifm_7xx1_eject()
32 tifm_queue_work(&fm->media_switcher); in tifm_7xx1_eject()
33 spin_unlock_irqrestore(&fm->lock, flags); in tifm_7xx1_eject()
38 struct tifm_adapter *fm = dev_id; in tifm_7xx1_isr() local
42 spin_lock(&fm->lock); in tifm_7xx1_isr()
43 irq_status = readl(fm->addr + FM_INTERRUPT_STATUS); in tifm_7xx1_isr()
45 spin_unlock(&fm in tifm_7xx1_isr()
137 struct tifm_adapter *fm = container_of(work, struct tifm_adapter, tifm_7xx1_switch_media() local
213 struct tifm_adapter *fm = pci_get_drvdata(dev); tifm_7xx1_suspend() local
230 struct tifm_adapter *fm = pci_get_drvdata(dev); tifm_7xx1_resume() local
292 tifm_7xx1_dummy_has_ms_pif(struct tifm_adapter *fm, struct tifm_dev *sock) tifm_7xx1_dummy_has_ms_pif() argument
298 tifm_7xx1_has_ms_pif(struct tifm_adapter *fm, struct tifm_dev *sock) tifm_7xx1_has_ms_pif() argument
310 struct tifm_adapter *fm; tifm_7xx1_probe() local
381 struct tifm_adapter *fm = pci_get_drvdata(dev); tifm_7xx1_remove() local
[all...]
H A Dtifm_core.c165 struct tifm_adapter *fm = container_of(dev, struct tifm_adapter, dev); in tifm_free() local
167 kfree(fm); in tifm_free()
178 struct tifm_adapter *fm; in tifm_alloc_adapter() local
180 fm = kzalloc(sizeof(struct tifm_adapter) in tifm_alloc_adapter()
182 if (fm) { in tifm_alloc_adapter()
183 fm->dev.class = &tifm_adapter_class; in tifm_alloc_adapter()
184 fm->dev.parent = dev; in tifm_alloc_adapter()
185 device_initialize(&fm->dev); in tifm_alloc_adapter()
186 spin_lock_init(&fm->lock); in tifm_alloc_adapter()
187 fm in tifm_alloc_adapter()
193 tifm_add_adapter(struct tifm_adapter *fm) tifm_add_adapter() argument
219 tifm_remove_adapter(struct tifm_adapter *fm) tifm_remove_adapter() argument
236 tifm_free_adapter(struct tifm_adapter *fm) tifm_free_adapter() argument
249 tifm_alloc_device(struct tifm_adapter *fm, unsigned int id, unsigned char type) tifm_alloc_device() argument
282 struct tifm_adapter *fm = dev_get_drvdata(sock->dev.parent); tifm_eject() local
289 struct tifm_adapter *fm = dev_get_drvdata(sock->dev.parent); tifm_has_ms_pif() local
[all...]
/kernel/linux/linux-6.6/drivers/misc/
H A Dtifm_7xx1.c21 static void tifm_7xx1_dummy_eject(struct tifm_adapter *fm, in tifm_7xx1_dummy_eject() argument
26 static void tifm_7xx1_eject(struct tifm_adapter *fm, struct tifm_dev *sock) in tifm_7xx1_eject() argument
30 spin_lock_irqsave(&fm->lock, flags); in tifm_7xx1_eject()
31 fm->socket_change_set |= 1 << sock->socket_id; in tifm_7xx1_eject()
32 tifm_queue_work(&fm->media_switcher); in tifm_7xx1_eject()
33 spin_unlock_irqrestore(&fm->lock, flags); in tifm_7xx1_eject()
38 struct tifm_adapter *fm = dev_id; in tifm_7xx1_isr() local
42 spin_lock(&fm->lock); in tifm_7xx1_isr()
43 irq_status = readl(fm->addr + FM_INTERRUPT_STATUS); in tifm_7xx1_isr()
45 spin_unlock(&fm in tifm_7xx1_isr()
137 struct tifm_adapter *fm = container_of(work, struct tifm_adapter, tifm_7xx1_switch_media() local
213 struct tifm_adapter *fm = pci_get_drvdata(dev); tifm_7xx1_suspend() local
230 struct tifm_adapter *fm = pci_get_drvdata(dev); tifm_7xx1_resume() local
292 tifm_7xx1_dummy_has_ms_pif(struct tifm_adapter *fm, struct tifm_dev *sock) tifm_7xx1_dummy_has_ms_pif() argument
298 tifm_7xx1_has_ms_pif(struct tifm_adapter *fm, struct tifm_dev *sock) tifm_7xx1_has_ms_pif() argument
310 struct tifm_adapter *fm; tifm_7xx1_probe() local
381 struct tifm_adapter *fm = pci_get_drvdata(dev); tifm_7xx1_remove() local
[all...]
H A Dtifm_core.c164 struct tifm_adapter *fm = container_of(dev, struct tifm_adapter, dev); in tifm_free() local
166 kfree(fm); in tifm_free()
177 struct tifm_adapter *fm; in tifm_alloc_adapter() local
179 fm = kzalloc(struct_size(fm, sockets, num_sockets), GFP_KERNEL); in tifm_alloc_adapter()
180 if (fm) { in tifm_alloc_adapter()
181 fm->dev.class = &tifm_adapter_class; in tifm_alloc_adapter()
182 fm->dev.parent = dev; in tifm_alloc_adapter()
183 device_initialize(&fm->dev); in tifm_alloc_adapter()
184 spin_lock_init(&fm in tifm_alloc_adapter()
191 tifm_add_adapter(struct tifm_adapter *fm) tifm_add_adapter() argument
217 tifm_remove_adapter(struct tifm_adapter *fm) tifm_remove_adapter() argument
234 tifm_free_adapter(struct tifm_adapter *fm) tifm_free_adapter() argument
247 tifm_alloc_device(struct tifm_adapter *fm, unsigned int id, unsigned char type) tifm_alloc_device() argument
280 struct tifm_adapter *fm = dev_get_drvdata(sock->dev.parent); tifm_eject() local
287 struct tifm_adapter *fm = dev_get_drvdata(sock->dev.parent); tifm_has_ms_pif() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Dtc_conntrack.c101 struct flow_match_control fm; in efx_tc_ct_parse_match() local
103 flow_rule_match_control(fr, &fm); in efx_tc_ct_parse_match()
104 if (IS_ALL_ONES(fm.mask->addr_type)) in efx_tc_ct_parse_match()
105 switch (fm.key->addr_type) { in efx_tc_ct_parse_match()
138 struct flow_match_basic fm; in efx_tc_ct_parse_match() local
140 flow_rule_match_basic(fr, &fm); in efx_tc_ct_parse_match()
141 if (!IS_ALL_ONES(fm.mask->n_proto)) { in efx_tc_ct_parse_match()
144 ntohs(fm.mask->n_proto)); in efx_tc_ct_parse_match()
147 conn->eth_proto = fm.key->n_proto; in efx_tc_ct_parse_match()
155 if (!IS_ALL_ONES(fm in efx_tc_ct_parse_match()
181 struct flow_match_ipv4_addrs fm; efx_tc_ct_parse_match() local
199 struct flow_match_ipv6_addrs fm; efx_tc_ct_parse_match() local
223 struct flow_match_ports fm; efx_tc_ct_parse_match() local
247 struct flow_match_tcp fm; efx_tc_ct_parse_match() local
[all...]
H A Dtc.c227 struct flow_match_##_type fm; \
229 flow_rule_match_##_tcget(rule, &fm); \
230 match->value._field = fm.key->_tcfield; \
231 match->mask._field = fm.mask->_tcfield; \
253 struct flow_match_control fm; in efx_tc_flower_parse_match() local
255 flow_rule_match_control(rule, &fm); in efx_tc_flower_parse_match()
256 if (IS_ALL_ONES(fm.mask->addr_type)) in efx_tc_flower_parse_match()
257 switch (fm.key->addr_type) { in efx_tc_flower_parse_match()
268 if (fm.mask->flags & FLOW_DIS_IS_FRAGMENT) { in efx_tc_flower_parse_match()
269 match->value.ip_frag = fm in efx_tc_flower_parse_match()
323 struct flow_match_vlan fm; efx_tc_flower_parse_match() local
337 struct flow_match_vlan fm; efx_tc_flower_parse_match() local
351 struct flow_match_eth_addrs fm; efx_tc_flower_parse_match() local
388 struct flow_match_control fm; efx_tc_flower_parse_match() local
440 struct flow_match_ct fm; efx_tc_flower_parse_match() local
[all...]
/kernel/linux/linux-6.6/fs/fuse/
H A Dxattr.c17 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_setxattr() local
22 if (fm->fc->no_setxattr) in fuse_setxattr()
33 args.in_args[0].size = fm->fc->setxattr_ext ? in fuse_setxattr()
40 err = fuse_simple_request(fm, &args); in fuse_setxattr()
42 fm->fc->no_setxattr = 1; in fuse_setxattr()
54 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_getxattr() local
60 if (fm->fc->no_getxattr) in fuse_getxattr()
82 ret = fuse_simple_request(fm, &args); in fuse_getxattr()
86 fm->fc->no_getxattr = 1; in fuse_getxattr()
112 struct fuse_mount *fm in fuse_listxattr() local
158 struct fuse_mount *fm = get_fuse_mount(inode); fuse_removexattr() local
[all...]
H A Dfile.c23 static int fuse_send_open(struct fuse_mount *fm, u64 nodeid, in fuse_send_open() argument
32 if (!fm->fc->atomic_o_trunc) in fuse_send_open()
35 if (fm->fc->handle_killpriv_v2 && in fuse_send_open()
49 return fuse_simple_request(fm, &args); in fuse_send_open()
58 struct fuse_file *fuse_file_alloc(struct fuse_mount *fm) in fuse_file_alloc() argument
66 ff->fm = fm; in fuse_file_alloc()
80 ff->kh = atomic64_inc_return(&fm->fc->khctr); in fuse_file_alloc()
98 static void fuse_release_end(struct fuse_mount *fm, struct fuse_args *args, in fuse_release_end() argument
112 if (isdir ? ff->fm in fuse_file_put()
128 fuse_file_open(struct fuse_mount *fm, u64 nodeid, unsigned int open_flags, bool isdir) fuse_file_open() argument
170 fuse_do_open(struct fuse_mount *fm, u64 nodeid, struct file *file, bool isdir) fuse_do_open() argument
223 struct fuse_mount *fm = get_fuse_mount(inode); fuse_open_common() local
484 struct fuse_mount *fm = get_fuse_mount(inode); fuse_flush() local
542 struct fuse_mount *fm = get_fuse_mount(inode); fuse_fsync_common() local
730 fuse_aio_complete_req(struct fuse_mount *fm, struct fuse_args *args, int err) fuse_aio_complete_req() argument
759 fuse_async_req_send(struct fuse_mount *fm, struct fuse_io_args *ia, size_t num_bytes) fuse_async_req_send() argument
785 struct fuse_mount *fm = ff->fm; fuse_send_read() local
833 struct fuse_mount *fm = get_fuse_mount(inode); fuse_do_readpage() local
891 fuse_readpages_end(struct fuse_mount *fm, struct fuse_args *args, int err) fuse_readpages_end() argument
935 struct fuse_mount *fm = ff->fm; fuse_send_readpages() local
1073 struct fuse_mount *fm = ff->fm; fuse_send_write() local
1120 struct fuse_mount *fm = ff->fm; fuse_send_write_pages() local
1675 fuse_writepage_finish(struct fuse_mount *fm, struct fuse_writepage_args *wpa) fuse_writepage_finish() argument
1759 struct fuse_mount *fm = get_fuse_mount(inode); global() variable
1809 fuse_writepage_end(struct fuse_mount *fm, struct fuse_args *args, int error) fuse_writepage_end() argument
1830 struct fuse_mount *fm = get_fuse_mount(inode); fuse_writepage_end() local
2553 struct fuse_mount *fm = get_fuse_mount(inode); fuse_getlk() local
2573 struct fuse_mount *fm = get_fuse_mount(inode); fuse_setlk() local
2645 struct fuse_mount *fm = get_fuse_mount(inode); fuse_bmap() local
2675 struct fuse_mount *fm = get_fuse_mount(inode); fuse_lseek() local
2801 struct fuse_mount *fm = ff->fm; fuse_file_poll() local
2997 struct fuse_mount *fm = ff->fm; fuse_file_fallocate() local
3094 struct fuse_mount *fm = ff_in->fm; __fuse_copy_file_range() local
[all...]
H A Dinode.c492 struct fuse_mount **fm) in fuse_ilookup()
504 if (fm) in fuse_ilookup()
505 *fm = fm_iter; in fuse_ilookup()
577 static void fuse_send_destroy(struct fuse_mount *fm) in fuse_send_destroy() argument
579 if (fm->fc->conn_init) { in fuse_send_destroy()
585 fuse_simple_request(fm, &args); in fuse_send_destroy()
606 struct fuse_mount *fm = get_fuse_mount_super(sb); in fuse_statfs() local
611 if (!fuse_allow_current_process(fm->fc)) { in fuse_statfs()
623 err = fuse_simple_request(fm, &args); in fuse_statfs()
682 struct fuse_mount *fm in fuse_sync_fs() local
491 fuse_ilookup(struct fuse_conn *fc, u64 nodeid, struct fuse_mount **fm) fuse_ilookup() argument
903 fuse_conn_init(struct fuse_conn *fc, struct fuse_mount *fm, struct user_namespace *user_ns, const struct fuse_iqueue_ops *fiq_ops, void *fiq_priv) fuse_conn_init() argument
1196 process_init_reply(struct fuse_mount *fm, struct fuse_args *args, int error) process_init_reply() argument
1316 fuse_send_init(struct fuse_mount *fm) fuse_send_init() argument
1519 struct fuse_mount *fm = get_fuse_mount_super(sb); fuse_fill_super_submount() local
1574 struct fuse_mount *fm; fuse_get_tree_submount() local
1623 struct fuse_mount *fm = get_fuse_mount_super(sb); fuse_fill_super_common() local
1769 struct fuse_mount *fm; fuse_get_tree() local
1859 fuse_mount_remove(struct fuse_mount *fm) fuse_mount_remove() argument
1874 fuse_conn_destroy(struct fuse_mount *fm) fuse_conn_destroy() argument
1895 struct fuse_mount *fm = get_fuse_mount_super(sb); fuse_sb_destroy() local
1905 fuse_mount_destroy(struct fuse_mount *fm) fuse_mount_destroy() argument
[all...]
H A Dioctl.c12 static ssize_t fuse_send_ioctl(struct fuse_mount *fm, struct fuse_args *args, in fuse_send_ioctl() argument
20 ret = fuse_simple_request(fm, args); in fuse_send_ioctl()
171 struct fuse_mount *fm = ff->fm; in fuse_do_ioctl() local
204 ap.pages = fuse_pages_alloc(fm->fc->max_pages, GFP_KERNEL, &ap.descs); in fuse_do_ioctl()
209 fuse_page_descs_length_init(ap.descs, 0, fm->fc->max_pages); in fuse_do_ioctl()
245 if (max_pages > fm->fc->max_pages) in fuse_do_ioctl()
280 transferred = fuse_send_ioctl(fm, &ap.args, &outarg); in fuse_do_ioctl()
308 err = fuse_copy_ioctl_iovec(fm->fc, iov_page, vaddr, in fuse_do_ioctl()
318 err = fuse_verify_ioctl_iov(fm in fuse_do_ioctl()
380 struct fuse_mount *fm = ff->fm; fuse_priv_ioctl() local
424 struct fuse_mount *fm = get_fuse_mount(inode); fuse_priv_ioctl_prepare() local
[all...]
H A Ddir.c199 struct fuse_mount *fm; in fuse_dentry_revalidate() local
221 fm = get_fuse_mount(inode); in fuse_dentry_revalidate()
228 attr_version = fuse_get_attr_version(fm->fc); in fuse_dentry_revalidate()
231 fuse_lookup_init(fm->fc, &args, get_node_id(d_inode(parent)), in fuse_dentry_revalidate()
233 ret = fuse_simple_request(fm, &args); in fuse_dentry_revalidate()
242 fuse_queue_forget(fm->fc, forget, in fuse_dentry_revalidate()
366 struct fuse_mount *fm = get_fuse_mount_super(sb); in fuse_lookup_name() local
383 attr_version = fuse_get_attr_version(fm->fc); in fuse_lookup_name()
385 fuse_lookup_init(fm->fc, &args, nodeid, name, outarg); in fuse_lookup_name()
386 err = fuse_simple_request(fm, in fuse_lookup_name()
618 struct fuse_mount *fm = get_fuse_mount(dir); fuse_create_open() local
773 create_new_entry(struct fuse_mount *fm, struct fuse_args *args, struct inode *dir, struct dentry *entry, umode_t mode) create_new_entry() argument
847 struct fuse_mount *fm = get_fuse_mount(dir); fuse_mknod() local
893 struct fuse_mount *fm = get_fuse_mount(dir); fuse_mkdir() local
914 struct fuse_mount *fm = get_fuse_mount(dir); fuse_symlink() local
975 struct fuse_mount *fm = get_fuse_mount(dir); fuse_unlink() local
998 struct fuse_mount *fm = get_fuse_mount(dir); fuse_rmdir() local
1024 struct fuse_mount *fm = get_fuse_mount(olddir); fuse_rename_common() local
1107 struct fuse_mount *fm = get_fuse_mount(inode); fuse_link() local
1185 struct fuse_mount *fm = get_fuse_mount(inode); fuse_do_statx() local
1244 struct fuse_mount *fm = get_fuse_mount(inode); fuse_do_getattr() local
1453 struct fuse_mount *fm = get_fuse_mount(inode); fuse_access() local
1565 struct fuse_mount *fm = get_fuse_mount(inode); fuse_readlink_page() local
1810 struct fuse_mount *fm = get_fuse_mount(inode); fuse_flush_times() local
1847 struct fuse_mount *fm = get_fuse_mount(inode); fuse_do_setattr() local
[all...]
H A Dcuse.c60 struct fuse_mount fm; /* Dummy mount referencing fc */ member
138 rc = fuse_do_open(&cc->fm, 0, file, 0); in cuse_open()
147 struct fuse_mount *fm = ff->fm; in cuse_release() local
150 fuse_conn_put(fm->fc); in cuse_release()
159 struct cuse_conn *cc = fc_to_cc(ff->fm->fc); in cuse_file_ioctl()
172 struct cuse_conn *cc = fc_to_cc(ff->fm->fc); in cuse_file_compat_ioctl()
317 static void cuse_process_init_reply(struct fuse_mount *fm, in cuse_process_init_reply() argument
320 struct fuse_conn *fc = fm->fc; in cuse_process_init_reply()
429 struct fuse_mount *fm in cuse_send_init() local
[all...]
/kernel/linux/linux-5.10/fs/fuse/
H A Dxattr.c17 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_setxattr() local
22 if (fm->fc->no_setxattr) in fuse_setxattr()
37 err = fuse_simple_request(fm, &args); in fuse_setxattr()
39 fm->fc->no_setxattr = 1; in fuse_setxattr()
52 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_getxattr() local
58 if (fm->fc->no_getxattr) in fuse_getxattr()
80 ret = fuse_simple_request(fm, &args); in fuse_getxattr()
84 fm->fc->no_getxattr = 1; in fuse_getxattr()
110 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_listxattr() local
119 if (!fuse_allow_current_process(fm in fuse_listxattr()
156 struct fuse_mount *fm = get_fuse_mount(inode); fuse_removexattr() local
[all...]
H A Dfile.c35 static int fuse_send_open(struct fuse_mount *fm, u64 nodeid, struct file *file, in fuse_send_open() argument
43 if (!fm->fc->atomic_o_trunc) in fuse_send_open()
54 return fuse_simple_request(fm, &args); in fuse_send_open()
63 struct fuse_file *fuse_file_alloc(struct fuse_mount *fm) in fuse_file_alloc() argument
71 ff->fm = fm; in fuse_file_alloc()
85 ff->kh = atomic64_inc_return(&fm->fc->khctr); in fuse_file_alloc()
103 static void fuse_release_end(struct fuse_mount *fm, struct fuse_args *args, in fuse_release_end() argument
117 if (isdir ? ff->fm->fc->no_opendir : ff->fm in fuse_file_put()
133 fuse_do_open(struct fuse_mount *fm, u64 nodeid, struct file *file, bool isdir) fuse_do_open() argument
219 struct fuse_mount *fm = get_fuse_mount(inode); fuse_open_common() local
471 struct fuse_mount *fm = get_fuse_mount(inode); fuse_flush() local
526 struct fuse_mount *fm = get_fuse_mount(inode); fuse_fsync_common() local
714 fuse_aio_complete_req(struct fuse_mount *fm, struct fuse_args *args, int err) fuse_aio_complete_req() argument
743 fuse_async_req_send(struct fuse_mount *fm, struct fuse_io_args *ia, size_t num_bytes) fuse_async_req_send() argument
769 struct fuse_mount *fm = ff->fm; fuse_send_read() local
826 struct fuse_mount *fm = get_fuse_mount(inode); fuse_do_readpage() local
883 fuse_readpages_end(struct fuse_mount *fm, struct fuse_args *args, int err) fuse_readpages_end() argument
927 struct fuse_mount *fm = ff->fm; fuse_send_readpages() local
1057 struct fuse_mount *fm = ff->fm; fuse_send_write() local
1102 struct fuse_mount *fm = ff->fm; fuse_send_write_pages() local
1632 fuse_writepage_finish(struct fuse_mount *fm, struct fuse_writepage_args *wpa) fuse_writepage_finish() argument
1716 struct fuse_mount *fm = get_fuse_mount(inode); global() variable
1766 fuse_writepage_end(struct fuse_mount *fm, struct fuse_args *args, int error) fuse_writepage_end() argument
1787 struct fuse_mount *fm = get_fuse_mount(inode); fuse_writepage_end() local
2473 struct fuse_mount *fm = get_fuse_mount(inode); fuse_getlk() local
2493 struct fuse_mount *fm = get_fuse_mount(inode); fuse_setlk() local
2565 struct fuse_mount *fm = get_fuse_mount(inode); fuse_bmap() local
2595 struct fuse_mount *fm = get_fuse_mount(inode); fuse_lseek() local
2806 struct fuse_mount *fm = ff->fm; fuse_do_ioctl() local
3078 struct fuse_mount *fm = ff->fm; fuse_file_poll() local
3274 struct fuse_mount *fm = ff->fm; fuse_file_fallocate() local
3372 struct fuse_mount *fm = ff_in->fm; __fuse_copy_file_range() local
[all...]
H A Ddir.c200 struct fuse_mount *fm; in fuse_dentry_revalidate() local
222 fm = get_fuse_mount(inode); in fuse_dentry_revalidate()
229 attr_version = fuse_get_attr_version(fm->fc); in fuse_dentry_revalidate()
232 fuse_lookup_init(fm->fc, &args, get_node_id(d_inode(parent)), in fuse_dentry_revalidate()
234 ret = fuse_simple_request(fm, &args); in fuse_dentry_revalidate()
243 fuse_queue_forget(fm->fc, forget, in fuse_dentry_revalidate()
314 struct fuse_mount *fm; in fuse_dentry_automount() local
327 fm = kzalloc(sizeof(struct fuse_mount), GFP_KERNEL); in fuse_dentry_automount()
328 if (!fm) in fuse_dentry_automount()
331 refcount_set(&fm in fuse_dentry_automount()
424 struct fuse_mount *fm = get_fuse_mount_super(sb); fuse_lookup_name() local
532 struct fuse_mount *fm = get_fuse_mount(dir); fuse_create_open() local
673 create_new_entry(struct fuse_mount *fm, struct fuse_args *args, struct inode *dir, struct dentry *entry, umode_t mode) create_new_entry() argument
737 struct fuse_mount *fm = get_fuse_mount(dir); fuse_mknod() local
765 struct fuse_mount *fm = get_fuse_mount(dir); fuse_mkdir() local
786 struct fuse_mount *fm = get_fuse_mount(dir); fuse_symlink() local
818 struct fuse_mount *fm = get_fuse_mount(dir); fuse_unlink() local
857 struct fuse_mount *fm = get_fuse_mount(dir); fuse_rmdir() local
884 struct fuse_mount *fm = get_fuse_mount(olddir); fuse_rename_common() local
973 struct fuse_mount *fm = get_fuse_mount(inode); fuse_link() local
1052 struct fuse_mount *fm = get_fuse_mount(inode); fuse_do_getattr() local
1228 struct fuse_mount *fm = get_fuse_mount(inode); fuse_access() local
1338 struct fuse_mount *fm = get_fuse_mount(inode); fuse_readlink_page() local
1583 struct fuse_mount *fm = get_fuse_mount(inode); fuse_flush_times() local
1620 struct fuse_mount *fm = get_fuse_mount(inode); fuse_do_setattr() local
[all...]
H A Dinode.c369 struct fuse_mount **fm) in fuse_ilookup()
381 if (fm) in fuse_ilookup()
382 *fm = fm_iter; in fuse_ilookup()
448 static void fuse_send_destroy(struct fuse_mount *fm) in fuse_send_destroy() argument
450 if (fm->fc->conn_init) { in fuse_send_destroy()
456 fuse_simple_request(fm, &args); in fuse_send_destroy()
462 struct fuse_mount *fm = get_fuse_mount_super(sb); in fuse_put_super() local
464 fuse_mount_put(fm); in fuse_put_super()
484 struct fuse_mount *fm = get_fuse_mount_super(sb); in fuse_statfs() local
489 if (!fuse_allow_current_process(fm in fuse_statfs()
368 fuse_ilookup(struct fuse_conn *fc, u64 nodeid, struct fuse_mount **fm) fuse_ilookup() argument
685 fuse_conn_init(struct fuse_conn *fc, struct fuse_mount *fm, struct user_namespace *user_ns, const struct fuse_iqueue_ops *fiq_ops, void *fiq_priv) fuse_conn_init() argument
745 fuse_mount_put(struct fuse_mount *fm) fuse_mount_put() argument
755 fuse_mount_get(struct fuse_mount *fm) fuse_mount_get() argument
991 process_init_reply(struct fuse_mount *fm, struct fuse_args *args, int error) process_init_reply() argument
1092 fuse_send_init(struct fuse_mount *fm) fuse_send_init() argument
1291 struct fuse_mount *fm = get_fuse_mount_super(sb); fuse_fill_super_submount() local
1329 struct fuse_mount *fm = get_fuse_mount_super(sb); fuse_fill_super_common() local
1433 struct fuse_mount *fm; fuse_fill_super() local
1536 fuse_mount_remove(struct fuse_mount *fm) fuse_mount_remove() argument
1551 fuse_conn_destroy(struct fuse_mount *fm) fuse_conn_destroy() argument
1572 struct fuse_mount *fm = get_fuse_mount_super(sb); fuse_kill_sb_anon() local
1596 struct fuse_mount *fm = get_fuse_mount_super(sb); fuse_kill_sb_blk() local
[all...]
H A Dfuse_i.h186 struct fuse_mount *fm; member
273 void (*end)(struct fuse_mount *fm, struct fuse_args *args, int error);
383 struct fuse_mount *fm; member
830 struct fuse_mount *fm = get_fuse_mount_super(sb); in get_fuse_conn_super() local
832 return fm ? fm->fc : NULL; in get_fuse_conn_super()
842 struct fuse_mount *fm = get_fuse_mount(inode); in get_fuse_conn() local
844 return fm ? fm->fc : NULL; in get_fuse_conn()
942 struct fuse_file *fuse_file_alloc(struct fuse_mount *fm);
[all...]
H A Dcuse.c60 struct fuse_mount fm; /* Dummy mount referencing fc */ member
138 rc = fuse_do_open(&cc->fm, 0, file, 0); in cuse_open()
147 struct fuse_mount *fm = ff->fm; in cuse_release() local
150 fuse_conn_put(fm->fc); in cuse_release()
159 struct cuse_conn *cc = fc_to_cc(ff->fm->fc); in cuse_file_ioctl()
172 struct cuse_conn *cc = fc_to_cc(ff->fm->fc); in cuse_file_compat_ioctl()
317 static void cuse_process_init_reply(struct fuse_mount *fm, in cuse_process_init_reply() argument
320 struct fuse_conn *fc = fm->fc; in cuse_process_init_reply()
429 struct fuse_mount *fm in cuse_send_init() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_psfp.c188 struct sparx5_psfp_fm *fm) in sparx5_sdlb_conf_set()
193 if (!fm->pol.rate && !fm->pol.burst) in sparx5_sdlb_conf_set()
198 sparx5_policer_conf_set(sparx5, &fm->pol); in sparx5_sdlb_conf_set()
200 return sparx5_sdlb_group_action(sparx5, fm->pol.group, fm->pol.idx); in sparx5_sdlb_conf_set()
267 struct sparx5_psfp_fm *fm, u32 *id) in sparx5_psfp_fm_add()
269 struct sparx5_policer *pol = &fm->pol; in sparx5_psfp_fm_add()
273 ret = sparx5_psfp_fm_get(uidx, &fm->pol.idx); in sparx5_psfp_fm_add()
284 fm in sparx5_psfp_fm_add()
187 sparx5_sdlb_conf_set(struct sparx5 *sparx5, struct sparx5_psfp_fm *fm) sparx5_sdlb_conf_set() argument
266 sparx5_psfp_fm_add(struct sparx5 *sparx5, u32 uidx, struct sparx5_psfp_fm *fm, u32 *id) sparx5_psfp_fm_add() argument
297 struct sparx5_psfp_fm fm = { .pol.idx = id, sparx5_psfp_fm_del() local
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dtifm.h122 void (*eject)(struct tifm_adapter *fm,
124 int (*has_ms_pif)(struct tifm_adapter *fm,
132 int tifm_add_adapter(struct tifm_adapter *fm);
133 void tifm_remove_adapter(struct tifm_adapter *fm);
134 void tifm_free_adapter(struct tifm_adapter *fm);
137 struct tifm_dev *tifm_alloc_device(struct tifm_adapter *fm, unsigned int id,
/kernel/linux/linux-6.6/include/linux/
H A Dtifm.h122 void (*eject)(struct tifm_adapter *fm,
124 int (*has_ms_pif)(struct tifm_adapter *fm,
132 int tifm_add_adapter(struct tifm_adapter *fm);
133 void tifm_remove_adapter(struct tifm_adapter *fm);
134 void tifm_free_adapter(struct tifm_adapter *fm);
137 struct tifm_dev *tifm_alloc_device(struct tifm_adapter *fm, unsigned int id,
/kernel/linux/linux-5.10/sound/drivers/opl3/
H A Dopl3_midi.c301 struct fm_instrument *fm; in snd_opl3_note_on() local
347 fm = &patch->inst; in snd_opl3_note_on()
435 vol_op[i] = fm->op[i].ksl_level; in snd_opl3_note_on()
437 connection = fm->feedback_connection[0] & 0x01; in snd_opl3_note_on()
440 connection |= fm->feedback_connection[1] & 0x01; in snd_opl3_note_on()
467 reg_val = fm->op[i].am_vib; in snd_opl3_note_on()
477 reg_val = fm->op[i].attack_decay; in snd_opl3_note_on()
482 reg_val = fm->op[i].sustain_release; in snd_opl3_note_on()
487 reg_val = fm->op[i].wave_select; in snd_opl3_note_on()
493 reg_val = fm in snd_opl3_note_on()
[all...]
/kernel/linux/linux-6.6/sound/drivers/opl3/
H A Dopl3_midi.c300 struct fm_instrument *fm; in snd_opl3_note_on() local
346 fm = &patch->inst; in snd_opl3_note_on()
434 vol_op[i] = fm->op[i].ksl_level; in snd_opl3_note_on()
436 connection = fm->feedback_connection[0] & 0x01; in snd_opl3_note_on()
439 connection |= fm->feedback_connection[1] & 0x01; in snd_opl3_note_on()
466 reg_val = fm->op[i].am_vib; in snd_opl3_note_on()
476 reg_val = fm->op[i].attack_decay; in snd_opl3_note_on()
481 reg_val = fm->op[i].sustain_release; in snd_opl3_note_on()
486 reg_val = fm->op[i].wave_select; in snd_opl3_note_on()
492 reg_val = fm in snd_opl3_note_on()
[all...]
/kernel/linux/linux-5.10/drivers/mtd/ubi/
H A Dfastmap.c543 * @fm: the fastmap to be attached
550 struct ubi_fastmap_layout *fm) in ubi_attach_fastmap()
609 fm->max_pool_size = be16_to_cpu(fmpl->max_size); in ubi_attach_fastmap()
610 fm->max_wl_pool_size = be16_to_cpu(fmpl_wl->max_size); in ubi_attach_fastmap()
623 if (fm->max_pool_size > UBI_FM_MAX_POOL_SIZE || in ubi_attach_fastmap()
624 fm->max_pool_size < 0) { in ubi_attach_fastmap()
625 ubi_err(ubi, "bad maximal pool size: %i", fm->max_pool_size); in ubi_attach_fastmap()
629 if (fm->max_wl_pool_size > UBI_FM_MAX_POOL_SIZE || in ubi_attach_fastmap()
630 fm->max_wl_pool_size < 0) { in ubi_attach_fastmap()
632 fm in ubi_attach_fastmap()
548 ubi_attach_fastmap(struct ubi_device *ubi, struct ubi_attach_info *ai, struct ubi_fastmap_layout *fm) ubi_attach_fastmap() argument
849 struct ubi_fastmap_layout *fm; ubi_scan_fastmap() local
1445 struct ubi_fastmap_layout *fm; invalidate_fastmap() local
1502 return_fm_pebs(struct ubi_device *ubi, struct ubi_fastmap_layout *fm) return_fm_pebs() argument
[all...]
/kernel/linux/linux-6.6/drivers/mtd/ubi/
H A Dfastmap.c543 * @fm: the fastmap to be attached
550 struct ubi_fastmap_layout *fm) in ubi_attach_fastmap()
609 fm->max_pool_size = be16_to_cpu(fmpl->max_size); in ubi_attach_fastmap()
610 fm->max_wl_pool_size = be16_to_cpu(fmpl_wl->max_size); in ubi_attach_fastmap()
623 if (fm->max_pool_size > UBI_FM_MAX_POOL_SIZE || in ubi_attach_fastmap()
624 fm->max_pool_size < 0) { in ubi_attach_fastmap()
625 ubi_err(ubi, "bad maximal pool size: %i", fm->max_pool_size); in ubi_attach_fastmap()
629 if (fm->max_wl_pool_size > UBI_FM_MAX_POOL_SIZE || in ubi_attach_fastmap()
630 fm->max_wl_pool_size < 0) { in ubi_attach_fastmap()
632 fm in ubi_attach_fastmap()
548 ubi_attach_fastmap(struct ubi_device *ubi, struct ubi_attach_info *ai, struct ubi_fastmap_layout *fm) ubi_attach_fastmap() argument
867 struct ubi_fastmap_layout *fm; ubi_scan_fastmap() local
1455 struct ubi_fastmap_layout *fm; invalidate_fastmap() local
1512 return_fm_pebs(struct ubi_device *ubi, struct ubi_fastmap_layout *fm) return_fm_pebs() argument
[all...]

Completed in 27 milliseconds

12345