Searched refs:name2_len (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/fs/notify/fanotify/ |
D | fanotify.h | 46 u8 name2_len; member 60 #define FANOTIFY_NAME2_SIZE(info) ((info)->name2_len + 1) 161 if (!info->name2_len) in fanotify_info_name2() 176 info->name2_len = 0; in fanotify_info_init() 186 WARN_ON_ONCE(info->name2_len > 0)) in fanotify_info_set_dir_fh() 197 WARN_ON_ONCE(info->name2_len > 0)) in fanotify_info_set_dir2_fh() 207 WARN_ON_ONCE(info->name2_len > 0)) in fanotify_info_set_file_fh() 217 WARN_ON_ONCE(info->name2_len > 0)) in fanotify_info_copy_name() 230 info->name2_len = name->len; in fanotify_info_copy_name2()
|
D | fanotify.c | 82 info1->name2_len != info2->name2_len) in fanotify_info_equal() 105 return !info1->name2_len || in fanotify_info_equal() 107 info1->name2_len); in fanotify_info_equal() 610 unsigned long name2_len = name2 ? name2->len : 0; in fanotify_alloc_name_event() local 614 size = sizeof(*fne) + name_len + name2_len + 2; in fanotify_alloc_name_event() 649 if (name2_len) { in fanotify_alloc_name_event() 651 *hash ^= full_name_hash((void *)name2_len, name2->name, in fanotify_alloc_name_event() 652 name2_len); in fanotify_alloc_name_event() 661 __func__, dir2_fh_len, info->name2_len, in fanotify_alloc_name_event() 662 info->name2_len, fanotify_info_name2(info)); in fanotify_alloc_name_event()
|
D | fanotify_user.c | 152 info->name2_len); in fanotify_dir_name_info_len() 536 info->name2_len, buf, count); in copy_info_records_to_user()
|
/linux-6.1.9/fs/ntfs/ |
D | unistr.c | 84 const ntfschar *name2, const u32 name2_len, in ntfs_collate_names() argument 92 if (name1_len > name2_len) in ntfs_collate_names() 93 min_len = name2_len; in ntfs_collate_names() 110 if (name1_len < name2_len) in ntfs_collate_names() 112 if (name1_len == name2_len) in ntfs_collate_names()
|
D | ntfs.h | 99 const ntfschar *name2, const u32 name2_len,
|
/linux-6.1.9/net/ceph/ |
D | osd_client.c | 1701 const void *name2, size_t name2_len) in compare_names() argument 1705 ret = memcmp(name1, name2, min(name1_len, name2_len)); in compare_names() 1707 if (name1_len < name2_len) in compare_names() 1709 else if (name1_len > name2_len) in compare_names()
|