Home
last modified time | relevance | path

Searched refs:name2_len (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/fs/notify/fanotify/
Dfanotify.h46 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()
Dfanotify.c82 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()
Dfanotify_user.c152 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/
Dunistr.c84 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()
Dntfs.h99 const ntfschar *name2, const u32 name2_len,
/linux-6.1.9/net/ceph/
Dosd_client.c1701 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()