/Linux-v4.19/include/uapi/linux/ |
D | auto_fs.h | 54 char name[NAME_MAX+1]; 61 char name[NAME_MAX+1]; 180 char name[NAME_MAX+1]; 201 char name[NAME_MAX+1];
|
D | limits.h | 12 #define NAME_MAX 255 /* # chars in a file name */ macro
|
D | nfs3.h | 11 #define NFS3_MAXNAMLEN NAME_MAX
|
D | nfs4.h | 26 #define NFS4_MAXNAMLEN NAME_MAX
|
/Linux-v4.19/samples/kprobes/ |
D | kretprobe_example.c | 28 static char func_name[NAME_MAX] = "_do_fork"; 29 module_param_string(func, func_name, NAME_MAX, S_IRUGO);
|
/Linux-v4.19/drivers/iommu/ |
D | of_iommu.c | 49 char propname[NAME_MAX], addrname[NAME_MAX], sizename[NAME_MAX]; in of_get_dma_window()
|
/Linux-v4.19/include/uapi/linux/netfilter/ |
D | xt_hashlimit.h | 108 char name[NAME_MAX]; 116 char name[NAME_MAX];
|
/Linux-v4.19/drivers/opp/ |
D | debugfs.c | 27 snprintf(name, NAME_MAX, "%s-%s", dev_name(dev->parent), in opp_set_dev_name() 30 snprintf(name, NAME_MAX, "%s", dev_name(dev)); in opp_set_dev_name() 155 char name[NAME_MAX]; in opp_list_debug_create_link()
|
D | opp.h | 183 char dentry_name[NAME_MAX];
|
D | of.c | 118 char name[NAME_MAX]; in opp_parse_supplies()
|
/Linux-v4.19/kernel/cgroup/ |
D | debug.c | 93 name_buf = kmalloc(NAME_MAX + 1, GFP_KERNEL); in current_css_set_cg_links_read() 103 cgroup_name(c, name_buf, NAME_MAX + 1); in current_css_set_cg_links_read()
|
/Linux-v4.19/fs/exportfs/ |
D | expfs.c | 257 if (buf->ino == ino && len <= NAME_MAX) { in filldir_one() 424 char nbuf[NAME_MAX+1]; in exportfs_decode_fh()
|
/Linux-v4.19/include/linux/ |
D | relay.h | 74 char base_filename[NAME_MAX]; /* saved base filename */
|
/Linux-v4.19/kernel/ |
D | relay.c | 422 tmpname = kzalloc(NAME_MAX + 1, GFP_KERNEL); in relay_create_buf_file() 425 snprintf(tmpname, NAME_MAX, "%s%d", chan->base_filename, cpu); in relay_create_buf_file() 590 strlcpy(chan->base_filename, base_filename, NAME_MAX); in relay_open() 661 strlcpy(chan->base_filename, base_filename, NAME_MAX); in relay_late_setup_files()
|
/Linux-v4.19/fs/autofs/ |
D | waitq.c | 201 if (!len || --len > NAME_MAX) { in autofs_getpath() 390 name = kmalloc(NAME_MAX + 1, GFP_KERNEL); in autofs_wait()
|
/Linux-v4.19/mm/ |
D | memfd.c | 262 #define MFD_NAME_MAX_LEN (NAME_MAX - MFD_NAME_PREFIX_LEN)
|
/Linux-v4.19/drivers/input/rmi4/ |
D | rmi_f34.c | 466 char fw_name[NAME_MAX]; in rmi_driver_update_fw_store() 471 if (count == 0 || count >= NAME_MAX) in rmi_driver_update_fw_store()
|
/Linux-v4.19/security/integrity/ima/ |
D | ima_api.c | 372 strlcpy(namebuf, path->dentry->d_name.name, NAME_MAX); in ima_d_path()
|
D | ima_main.c | 177 char filename[NAME_MAX]; in process_measurement()
|
/Linux-v4.19/drivers/input/touchscreen/ |
D | cyttsp4_core.h | 338 char phys[NAME_MAX];
|
/Linux-v4.19/tools/perf/util/ |
D | thread_map.c | 100 char path[NAME_MAX + 1 + 6]; in __thread_map__new_all_cpus()
|
/Linux-v4.19/fs/ |
D | libfs.c | 38 buf->f_namelen = NAME_MAX; in simple_statfs() 64 if (dentry->d_name.len > NAME_MAX) in simple_lookup()
|
/Linux-v4.19/drivers/input/mouse/ |
D | cyapa.c | 1081 char fw_name[NAME_MAX]; in cyapa_update_fw_store() 1084 if (count >= NAME_MAX) { in cyapa_update_fw_store()
|
/Linux-v4.19/Documentation/filesystems/caching/ |
D | cachefiles.txt | 274 If the key is so long that it exceeds NAME_MAX with the decorations added on to 283 Note that keys are raw data, and not only may they exceed NAME_MAX in size,
|
/Linux-v4.19/Documentation/filesystems/ |
D | fscrypt.rst | 41 bytes (NAME_MAX). Finally, unlike eCryptfs, the fscrypt API can be 487 NAME_MAX bytes, will not contain the ``/`` or ``\0`` characters, and 614 filename length to exceed NAME_MAX. To prevent this, readdir()
|