Home
last modified time | relevance | path

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

/Linux-v5.15/fs/notify/fanotify/
Dfanotify.c528 unsigned int child_fh_len = fanotify_encode_fh_len(child); in fanotify_alloc_name_event() local
532 if (child_fh_len) in fanotify_alloc_name_event()
533 size += FANOTIFY_FH_HDR_LEN + child_fh_len; in fanotify_alloc_name_event()
547 if (child_fh_len) { in fanotify_alloc_name_event()
550 child_fh_len, hash, 0); in fanotify_alloc_name_event()
560 __func__, id->i_ino, size, dir_fh_len, child_fh_len, in fanotify_alloc_name_event()