Home
last modified time | relevance | path

Searched refs:child_fh_len (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/notify/fanotify/
H A Dfanotify.c495 unsigned int child_fh_len = fanotify_encode_fh_len(child); in fanotify_alloc_name_event() local
499 if (child_fh_len) in fanotify_alloc_name_event()
500 size += FANOTIFY_FH_HDR_LEN + child_fh_len; in fanotify_alloc_name_event()
513 if (child_fh_len) { in fanotify_alloc_name_event()
515 info->file_fh_totlen = fanotify_encode_fh(ffh, child, child_fh_len, 0); in fanotify_alloc_name_event()
520 pr_debug("%s: ino=%lu size=%u dir_fh_len=%u child_fh_len=%u name_len=%u name='%.*s'\n", in fanotify_alloc_name_event()
521 __func__, id->i_ino, size, dir_fh_len, child_fh_len, in fanotify_alloc_name_event()
/kernel/linux/linux-6.6/fs/notify/fanotify/
H A Dfanotify.c612 unsigned int child_fh_len = fanotify_encode_fh_len(child); in fanotify_alloc_name_event() local
623 if (child_fh_len) in fanotify_alloc_name_event()
624 size += FANOTIFY_FH_HDR_LEN + child_fh_len; in fanotify_alloc_name_event()
644 if (child_fh_len) { in fanotify_alloc_name_event()
646 len = fanotify_encode_fh(ffh, child, child_fh_len, hash, 0); in fanotify_alloc_name_event()
659 pr_debug("%s: size=%u dir_fh_len=%u child_fh_len=%u name_len=%u name='%.*s'\n", in fanotify_alloc_name_event()
660 __func__, size, dir_fh_len, child_fh_len, in fanotify_alloc_name_event()

Completed in 3 milliseconds