Searched refs:name_max (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/pnp/isapnp/ |
| H A D | core.c | 545 isapnp_parse_name(char *name, unsigned int name_max, unsigned short *size) in isapnp_parse_name() argument 549 *size >= name_max ? (name_max - 1) : *size; in isapnp_parse_name()
|
| /linux-6.15/arch/powerpc/perf/ |
| H A D | hv-24x7.c | 478 static struct attribute *device_str_attr_create(char *name, int name_max, in device_str_attr_create() argument 490 n = kasprintf(GFP_KERNEL, "%.*s", name_max, name); in device_str_attr_create() 492 n = kasprintf(GFP_KERNEL, "%.*s__%d", name_max, name, in device_str_attr_create()
|
| /linux-6.15/fs/fuse/ |
| H A D | fuse_i.h | 932 u32 name_max; member
|
| H A D | inode.c | 985 fc->name_max = FUSE_NAME_LOW_MAX; in fuse_conn_init() 1383 fc->name_max = FUSE_NAME_MAX; in process_init_reply()
|
| H A D | dev.c | 1660 if (outarg.namelen > fc->name_max) in fuse_notify_inval_entry() 1709 if (outarg.namelen > fc->name_max) in fuse_notify_delete()
|
| H A D | dir.c | 373 if (name->len > fm->fc->name_max) in fuse_lookup_name()
|