Home
last modified time | relevance | path

Searched defs:name_len (Results 1 – 25 of 161) sorted by relevance

1234567

/linux-6.6.21/net/ceph/
Dcls_lock_client.c32 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-6.6.21/fs/ntfs3/
Dattrlist.c188 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()
389 const __le16 *name, u8 name_len, const struct MFT_REF *ref) in al_delete_le()
Dxattr.c46 const char *name, u8 name_len, u32 *off, u32 *ea_sz) in find_ea()
247 static int ntfs_get_ea(struct inode *inode, const char *name, size_t name_len, in ntfs_get_ea()
310 size_t name_len, const void *value, in ntfs_set_ea()
545 size_t name_len; in ntfs_get_acl() local
593 size_t size, name_len; in ntfs_set_acl_ex() local
Drecord.c15 const __le16 *name, u8 name_len, in compare_attr()
347 u8 name_len, const __le16 *id) in mi_find_attr()
462 const __le16 *name, u8 name_len, u32 asize, in mi_insert_attr()
Dfrecord.c188 const __le16 *name, u8 name_len, const CLST *vcn, in ni_find_attr()
283 const __le16 *name, u8 name_len, CLST vcn, in ni_load_attr()
388 const __le16 *name, u8 name_len, bool base_only, in ni_remove_attr()
458 const __le16 *name, u8 name_len, u32 asize, u16 name_off, in ni_ins_new_attr()
940 enum ATTR_TYPE type, const __le16 *name, u8 name_len, in ni_ins_attr_ext()
1091 const __le16 *name, u8 name_len, u32 asize, in ni_insert_attr()
1440 const __le16 *name, u8 name_len, in ni_insert_nonresident()
1516 enum ATTR_TYPE type, const __le16 *name, u8 name_len, in ni_insert_resident()
Ddir.c177 int ntfs_nls_to_utf16(struct ntfs_sb_info *sbi, const u8 *name, u32 name_len, in ntfs_nls_to_utf16()
281 int name_len; in ntfs_filldir() local
/linux-6.6.21/fs/btrfs/
Ddir-item.c28 int name_len) in insert_with_overflow()
59 const char *name, u16 name_len, in btrfs_insert_xattr_item()
181 int name_len, int mod) in btrfs_lookup_match_dir()
359 const char *name, u16 name_len, in btrfs_lookup_xattr()
383 const char *name, int name_len) in btrfs_match_dir_item_name()
Dxattr.c90 size_t name_len = strlen(name); in btrfs_setxattr() local
325 u16 name_len = btrfs_dir_name_len(leaf, di); in btrfs_listxattr() local
Dsend.c350 int name_len; member
530 static int fs_path_prepare_for_add(struct fs_path *p, int name_len, in fs_path_prepare_for_add()
560 static int fs_path_add(struct fs_path *p, const char *name, int name_len) in fs_path_add()
1002 u32 name_len; in iterate_inode_ref() local
1117 u32 name_len; in iterate_dir_item() local
1982 u64 dir, const char *name, int name_len, in lookup_dir_item_inode()
2084 const char *name, int name_len) in is_first_ref()
2121 const char *name, int name_len, in will_overwrite_ref()
2185 const char *name, int name_len) in did_overwrite_ref()
3020 int name_len; member
[all …]
/linux-6.6.21/fs/smb/client/
Dcifssmb.c670 int name_len; in CIFSPOSIXDelFile() local
747 int name_len; in CIFSSMBDelFile() local
791 int name_len; in CIFSSMBRmDir() local
835 int name_len; in CIFSSMBMkDir() local
879 int name_len; in CIFSPOSIXCreate() local
1047 int name_len; in SMBLegacyOpen() local
1148 int name_len; in CIFS_open() local
2161 int name_len, name_len2; in CIFSSMBRename() local
2309 int name_len, name_len2; in CIFSSMBCopy() local
2371 int name_len; in CIFSUnixCreateSymLink() local
[all …]
/linux-6.6.21/security/tomoyo/
Drealpath.c192 int name_len; in tomoyo_get_local_path() local
209 const int name_len = strlen(name); in tomoyo_get_local_path() local
/linux-6.6.21/drivers/net/wireless/ath/ath11k/
Dcore.c989 size_t name_len, bool with_variant, in __ath11k_core_create_board_name()
1031 size_t name_len) in ath11k_core_create_board_name()
1037 size_t name_len) in ath11k_core_create_fallback_board_name()
1043 size_t name_len) in ath11k_core_create_bus_type_board_name()
/linux-6.6.21/fs/ext2/
Dxattr.c171 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-6.6.21/fs/ceph/
Dcrypto.c212 const char *name, int *name_len) in parse_longname()
267 int name_len; in ceph_encode_encrypted_dname() local
385 int name_len = fname->name_len; in ceph_fname_to_usr() local
/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/
Dobj_name.c24 size_t name_len = strlen(tests[i].name) + 1; in test_obj_name() local
/linux-6.6.21/include/keys/
Dasymmetric-subtype.h27 unsigned short name_len; /* length of name */ member
/linux-6.6.21/drivers/video/
Dcmdline.c36 size_t name_len = 0; in __video_get_option_string() local
/linux-6.6.21/include/uapi/mtd/
Dubi-user.h350 __s16 name_len; member
407 __s16 name_len; member
/linux-6.6.21/fs/ntfs/
Dattrib.c576 const u32 name_len, const IGNORE_CASE_BOOL ic, in ntfs_attr_find()
868 const ntfschar *name, const u32 name_len, in ntfs_external_attr_find()
1198 const u32 name_len, const IGNORE_CASE_BOOL ic, in ntfs_attr_lookup()
Dinode.h54 u32 name_len; /* Attribute name length of this fake inode. */ member
252 u32 name_len; member
/linux-6.6.21/fs/notify/inotify/
Dinotify.h11 int name_len; member
/linux-6.6.21/net/batman-adv/
Dbat_algo.c122 size_t name_len = strlen(algo_name); in batadv_param_set_ra() local
/linux-6.6.21/tools/perf/util/
Dbpf-event.c132 int name_len; in synthesize_bpf_prog_name() local
244 int name_len; in perf_event__synthesize_one_bpf_prog() local
/linux-6.6.21/drivers/firmware/google/
Dgsmi.c114 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-6.6.21/tools/lib/api/fs/
Dfs.c223 size_t name_len = strlen(fs->name); in fs__env_override() local
259 size_t name_len = strlen(fs->name); in mount_overload() local

1234567