/linux/net/ceph/ |
H A D | cls_lock_client.c | 32 int name_len = strlen(lock_name); in ceph_cls_lock() local 99 int name_len = strlen(lock_name); in ceph_cls_unlock() local 151 int name_len = strlen(lock_name); in ceph_cls_break_lock() local 197 int name_len = strlen(lock_name); in ceph_cls_set_cookie() local 341 int name_len = strlen(lock_name); in ceph_cls_lock_info() local 393 int name_len = strlen(lock_name); in ceph_cls_assert_locked() local
|
/linux/fs/btrfs/ |
H A D | dir-item.c | 28 int name_len) in insert_with_overflow() 58 const char *name, u16 name_len, in btrfs_insert_xattr_item() 178 int name_len, int mod) in btrfs_lookup_match_dir() 349 const char *name, u16 name_len, in btrfs_lookup_xattr() 372 const char *name, int name_len) in btrfs_match_dir_item_name()
|
H A D | xattr.c | 89 size_t name_len = strlen(name); in btrfs_setxattr() local 323 u16 name_len = btrfs_dir_name_len(leaf, di); in btrfs_listxattr() local 513 const size_t name_len = XATTR_SECURITY_PREFIX_LEN + in btrfs_initxattrs() local
|
H A D | print-tree.c | 274 const u32 name_len = btrfs_dir_name_len(eb, di); in print_dir_item() local 298 const u32 name_len = btrfs_inode_ref_name_len(eb, ref); in print_inode_ref_item() local 316 const u32 name_len = btrfs_inode_extref_name_len(eb, extref); in print_inode_extref_item() local
|
H A D | send.c | 351 int name_len; member 532 static int fs_path_prepare_for_add(struct fs_path *p, int name_len, in fs_path_prepare_for_add() 561 static int fs_path_add(struct fs_path *p, const char *name, int name_len) in fs_path_add() 985 u32 name_len; in iterate_inode_ref() local 1102 u32 name_len; in iterate_dir_item() local 1933 u64 dir, const char *name, int name_len, in lookup_dir_item_inode() 2027 const char *name, int name_len) in is_first_ref() 2064 const char *name, int name_len, in will_overwrite_ref() 2128 const char *name, int name_len) in did_overwrite_ref() 2972 int name_len; member [all …]
|
/linux/fs/ntfs3/ |
H A D | xattr.c | 46 const char *name, u8 name_len, u32 *off, u32 *ea_sz) in find_ea() 217 u8 name_len = ea->name_len; in ntfs_list_ea() local 251 static int ntfs_get_ea(struct inode *inode, const char *name, size_t name_len, in ntfs_get_ea() 314 size_t name_len, const void *value, in ntfs_set_ea() 549 size_t name_len; in ntfs_get_acl() local 601 size_t size, name_len; in ntfs_set_acl_ex() local
|
H A D | attrlist.c | 188 u8 name_len, const CLST *vcn) in al_find_ex() 245 u8 name_len, CLST vcn) in al_find_le_to_insert() 287 u8 name_len, CLST svcn, __le16 id, const struct MFT_REF *ref, in al_add_le()
|
H A D | record.c | 15 const __le16 *name, u8 name_len, in compare_attr() 361 const __le16 *name, u8 name_len, const __le16 *id) in mi_find_attr() 477 u8 name_len, u32 asize, u16 name_off) in mi_insert_attr()
|
H A D | frecord.c | 192 const __le16 *name, u8 name_len, const CLST *vcn, in ni_find_attr() 337 const __le16 *name, u8 name_len, bool base_only, in ni_remove_attr() 408 const __le16 *name, u8 name_len, u32 asize, u16 name_off, in ni_ins_new_attr() 890 enum ATTR_TYPE type, const __le16 *name, u8 name_len, in ni_ins_attr_ext() 1041 const __le16 *name, u8 name_len, u32 asize, in ni_insert_attr() 1390 const __le16 *name, u8 name_len, in ni_insert_nonresident() 1466 enum ATTR_TYPE type, const __le16 *name, u8 name_len, in ni_insert_resident()
|
H A D | dir.c | 177 int ntfs_nls_to_utf16(struct ntfs_sb_info *sbi, const u8 *name, u32 name_len, in ntfs_nls_to_utf16() 284 int name_len; in ntfs_dir_emit() local
|
/linux/fs/smb/client/ |
H A D | cifssmb.c | 690 int name_len; in CIFSPOSIXDelFile() local 767 int name_len; in CIFSSMBDelFile() local 811 int name_len; in CIFSSMBRmDir() local 855 int name_len; in CIFSSMBMkDir() local 899 int name_len; in CIFSPOSIXCreate() local 1083 int name_len; in SMBLegacyOpen() local 1184 int name_len; in CIFS_open() local 2259 int name_len, name_len2; in CIFSSMBRename() local 2406 int name_len; in CIFSUnixCreateSymLink() local 2493 int name_len; in CIFSUnixCreateHardLink() local [all …]
|
/linux/security/tomoyo/ |
H A D | realpath.c | 192 int name_len; in tomoyo_get_local_path() local 209 const int name_len = strlen(name); in tomoyo_get_local_path() local
|
/linux/fs/ext2/ |
H A D | xattr.c | 171 ext2_xattr_cmp_entry(int name_index, size_t name_len, const char *name, in ext2_xattr_cmp_entry() 201 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/fs/ceph/ |
H A D | crypto.c | 215 const char *name, int *name_len) in parse_longname() 264 int name_len = elen; in ceph_encode_encrypted_dname() local 362 int name_len = fname->name_len; in ceph_fname_to_usr() local
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | obj_name.c | 24 size_t name_len = strlen(tests[i].name) + 1; in test_obj_name() local
|
/linux/fs/xfs/ |
H A D | xfs_attr_item.c | 76 unsigned int name_len, in xfs_attri_log_nameval_alloc() 955 unsigned int name_len) in xfs_attri_validate_name_iovec() 1016 unsigned int name_len = 0; in xlog_recover_attri_commit_pass2() local
|
/linux/drivers/video/ |
H A D | cmdline.c | 36 size_t name_len = 0; in __video_get_option_string() local
|
/linux/include/keys/ |
H A D | asymmetric-subtype.h | 27 unsigned short name_len; /* length of name */ member
|
/linux/fs/notify/inotify/ |
H A D | inotify.h | 11 int name_len; member
|
/linux/include/uapi/mtd/ |
H A D | ubi-user.h | 354 __s16 name_len; member 411 __s16 name_len; member
|
/linux/drivers/firmware/google/ |
H A D | gsmi.c | 114 u32 name_len; member 322 size_t name_len = ucs2_strnlen(name, GSMI_BUF_SIZE / 2); in gsmi_get_variable() local 446 size_t name_len = ucs2_strnlen(name, GSMI_BUF_SIZE / 2); in gsmi_set_variable() local
|
/linux/net/batman-adv/ |
H A D | bat_algo.c | 123 size_t name_len = strlen(algo_name); in batadv_param_set_ra() local
|
/linux/drivers/net/wireless/ath/ath12k/ |
H A D | core.c | 217 size_t name_len, bool with_variant, in __ath12k_core_create_board_name() 261 size_t name_len) in ath12k_core_create_board_name() 267 size_t name_len) in ath12k_core_create_fallback_board_name() 273 size_t name_len) in ath12k_core_create_bus_type_board_name()
|
/linux/tools/lib/bpf/ |
H A D | elf.c | 225 const char *name, size_t name_len, const char *lib_ver) in symbol_match() 283 size_t name_len; in elf_find_func_offset() local
|
/linux/usr/ |
H A D | gen_init_cpio.c | 40 unsigned int name_len = strlen(name) + 1; push_string() local 57 unsigned int name_len = strlen(name) + 1; push_rest() local
|