Searched refs:name_max (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/pnp/isapnp/ |
| H A D | core.c | 546 isapnp_parse_name(char *name, unsigned int name_max, unsigned short *size) in isapnp_parse_name() argument 550 *size >= name_max ? (name_max - 1) : *size; in isapnp_parse_name()
|
| /linux/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/fs/fuse/ |
| H A D | fuse_i.h | 952 u32 name_max; member
|
| H A D | inode.c | 1001 fc->name_max = FUSE_NAME_LOW_MAX; in fuse_conn_init() 1401 fc->name_max = FUSE_NAME_MAX; in process_init_reply()
|
| H A D | dev.c | 1692 if (outarg.namelen > fc->name_max) in fuse_notify_inval_entry() 1734 if (outarg.namelen > fc->name_max) in fuse_notify_delete()
|
| H A D | dir.c | 562 if (name->len > fm->fc->name_max) in fuse_lookup_name()
|