| /Linux-v5.4/fs/btrfs/ | 
| D | dir-item.c | 25 						   int name_len)  in insert_with_overflow()58 			    const char *name, u16 name_len,  in btrfs_insert_xattr_item()
 109 			  int name_len, struct btrfs_inode *dir,  in btrfs_insert_dir_item()
 182 					     const char *name, int name_len,  in btrfs_lookup_dir_item()
 205 				   const char *name, int name_len)  in btrfs_check_dir_item_collision()
 275 			    u64 objectid, const char *name, int name_len,  in btrfs_lookup_dir_index_item()
 298 			    const char *name, int name_len)  in btrfs_search_dir_index_item()
 346 					  const char *name, u16 name_len,  in btrfs_lookup_xattr()
 373 						 const char *name, int name_len)  in btrfs_match_dir_item_name()
 
 | 
| D | inode-item.c | 13 						   int name_len)  in btrfs_find_name_in_backref()39 		const char *name, int name_len)  in btrfs_find_name_in_ext_backref()
 77 			  const char *name, int name_len,  in btrfs_lookup_inode_extref()
 100 				  const char *name, int name_len,  in btrfs_del_inode_extref()
 173 			const char *name, int name_len,  in btrfs_del_inode_ref()
 253 				     const char *name, int name_len,  in btrfs_insert_inode_extref()
 311 			   const char *name, int name_len,  in btrfs_insert_inode_ref()
 
 | 
| D | root-tree.c | 353 		       int name_len)  in btrfs_del_root_ref()424 		       int name_len)  in btrfs_add_root_ref()
 
 | 
| D | xattr.c | 86 	size_t name_len = strlen(name);  in btrfs_setxattr()  local316 			u16 name_len = btrfs_dir_name_len(leaf, di);  in btrfs_listxattr()  local
 
 | 
| D | send.c | 259 	int name_len;  member429 static int fs_path_prepare_for_add(struct fs_path *p, int name_len,  in fs_path_prepare_for_add()
 459 static int fs_path_add(struct fs_path *p, const char *name, int name_len)  in fs_path_add()
 894 	u32 name_len;  in iterate_inode_ref()  local
 1011 	u32 name_len;  in iterate_dir_item()  local
 1678 				 u64 dir, const char *name, int name_len,  in lookup_dir_item_inode()
 1783 			const char *name, int name_len)  in is_first_ref()
 1820 			      const char *name, int name_len,  in will_overwrite_ref()
 1894 			    const char *name, int name_len)  in did_overwrite_ref()
 2744 	int name_len;  member
 [all …]
 
 | 
| D | tree-log.c | 857 	int name_len;  in drop_one_dir_item()  local903 				 const char *name, int name_len)  in inode_in_dir()
 1601 	int name_len;  in count_inode_extrefs()  local
 1649 	int name_len;  in count_inode_refs()  local
 1860 				    char *name, int name_len,  in insert_one_name()
 1892 			    const char *name, const int name_len,  in name_in_log_ref()
 1935 	int name_len;  in replay_one_name()  local
 2061 	int name_len;  in replay_one_dir_item()  local
 2228 	int name_len;  in check_item_in_log()  local
 2359 			u16 name_len = btrfs_dir_name_len(path->nodes[0], di);  in replay_xattr_deletes()  local
 [all …]
 
 | 
| /Linux-v5.4/net/ceph/ | 
| D | cls_lock_client.c | 30 	int name_len = strlen(lock_name);  in ceph_cls_lock()  local95 	int name_len = strlen(lock_name);  in ceph_cls_unlock()  local
 145 	int name_len = strlen(lock_name);  in ceph_cls_break_lock()  local
 191 	int name_len = strlen(lock_name);  in ceph_cls_set_cookie()  local
 335 	int name_len = strlen(lock_name);  in ceph_cls_lock_info()  local
 387 	int name_len = strlen(lock_name);  in ceph_cls_assert_locked()  local
 
 | 
| /Linux-v5.4/fs/cifs/ | 
| D | cifssmb.c | 927 	int name_len;  in CIFSPOSIXDelFile()  local1001 	int name_len;  in CIFSSMBDelFile()  local
 1045 	int name_len;  in CIFSSMBRmDir()  local
 1089 	int name_len;  in CIFSSMBMkDir()  local
 1133 	int name_len;  in CIFSPOSIXCreate()  local
 1300 	int name_len;  in SMBLegacyOpen()  local
 1401 	int name_len;  in CIFS_open()  local
 2770 	int name_len, name_len2;  in CIFSSMBRename()  local
 2917 	int name_len, name_len2;  in CIFSSMBCopy()  local
 2979 	int name_len;  in CIFSUnixCreateSymLink()  local
 [all …]
 
 | 
| /Linux-v5.4/security/tomoyo/ | 
| D | realpath.c | 190 		int name_len;  in tomoyo_get_local_path()  local207 		const int name_len = strlen(name);  in tomoyo_get_local_path()  local
 
 | 
| /Linux-v5.4/drivers/video/fbdev/core/ | 
| D | fb_cmdline.c | 39 	int name_len = strlen(name), i;  in fb_get_options()  local
 | 
| /Linux-v5.4/tools/testing/selftests/bpf/prog_tests/ | 
| D | obj_name.c | 24 		size_t name_len = strlen(tests[i].name) + 1;  in test_obj_name()  local
 | 
| /Linux-v5.4/fs/ext2/ | 
| D | xattr.c | 170 ext2_xattr_cmp_entry(int name_index, size_t name_len, const char *name,  in ext2_xattr_cmp_entry()200 	size_t name_len, size;  in ext2_xattr_get()  local
 413 	size_t name_len, free, min_offs = sb->s_blocksize;  in ext2_xattr_set()  local
 
 | 
| /Linux-v5.4/include/keys/ | 
| D | asymmetric-subtype.h | 27 	unsigned short		name_len;	/* length of name */  member
 | 
| /Linux-v5.4/fs/notify/inotify/ | 
| D | inotify.h | 11 	int name_len;  member
 | 
| /Linux-v5.4/tools/perf/util/ | 
| D | bpf-event.c | 126 	int name_len;  in synthesize_bpf_prog_name()  local231 		int name_len;  in perf_event__synthesize_one_bpf_prog()  local
 
 | 
| /Linux-v5.4/fs/ntfs/ | 
| D | attrib.c | 576 		const u32 name_len, const IGNORE_CASE_BOOL ic,  in ntfs_attr_find()844 		const ntfschar *name, const u32 name_len,  in ntfs_external_attr_find()
 1174 		const u32 name_len, const IGNORE_CASE_BOOL ic,  in ntfs_attr_lookup()
 
 | 
| D | inode.h | 54 	u32 name_len;		/* Attribute name length of this fake inode. */  member252 	u32 name_len;  member
 
 | 
| /Linux-v5.4/include/uapi/mtd/ | 
| D | ubi-user.h | 344 	__s16 name_len;  member401 		__s16 name_len;  member
 
 | 
| /Linux-v5.4/net/batman-adv/ | 
| D | bat_algo.c | 140 	size_t name_len = strlen(algo_name);  in batadv_param_set_ra()  local
 | 
| /Linux-v5.4/fs/ceph/ | 
| D | xattr.c | 434 			   const char *name, int name_len,  in __set_xattr()538 	int name_len = strlen(name);  in __get_xattr()  local
 1021 	int name_len = strlen(name);  in __ceph_setxattr()  local
 1206 	size_t name_len;  in ceph_security_init_secctx()  local
 
 | 
| /Linux-v5.4/drivers/firmware/google/ | 
| D | gsmi.c | 114 	u32	name_len;  member320 	size_t name_len = ucs2_strnlen(name, GSMI_BUF_SIZE / 2);  in gsmi_get_variable()  local
 443 	size_t name_len = ucs2_strnlen(name, GSMI_BUF_SIZE / 2);  in gsmi_set_variable()  local
 
 | 
| /Linux-v5.4/usr/ | 
| D | gen_init_cpio.c | 35 	unsigned int name_len = strlen(name) + 1;  in push_string()  local52 	unsigned int name_len = strlen(name) + 1;  in push_rest()  local
 
 | 
| /Linux-v5.4/scripts/dtc/libfdt/ | 
| D | fdt_overlay.c | 370 				     const char *name, uint32_t name_len,  in overlay_fixup_one_phandle()446 		uint32_t path_len, name_len;  in overlay_fixup_phandle()  local
 
 | 
| /Linux-v5.4/fs/afs/ | 
| D | vl_list.c | 12 struct afs_vlserver *afs_alloc_vlserver(const char *name, size_t name_len,  in afs_alloc_vlserver()
 | 
| /Linux-v5.4/tools/lib/api/fs/ | 
| D | fs.c | 210 	size_t name_len = strlen(fs->name);  in fs__env_override()  local252 	size_t name_len = strlen(fs->name);  in mount_overload()  local
 
 |