Home
last modified time | relevance | path

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

/Linux-v6.1/fs/notify/fanotify/
Dfanotify.c608 unsigned int child_fh_len = fanotify_encode_fh_len(child); in fanotify_alloc_name_event() local
619 if (child_fh_len) in fanotify_alloc_name_event()
620 size += FANOTIFY_FH_HDR_LEN + child_fh_len; in fanotify_alloc_name_event()
640 if (child_fh_len) { in fanotify_alloc_name_event()
642 len = fanotify_encode_fh(ffh, child, child_fh_len, hash, 0); in fanotify_alloc_name_event()
656 __func__, size, dir_fh_len, child_fh_len, in fanotify_alloc_name_event()