Home
last modified time | relevance | path

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

/Linux-v6.6/fs/notify/fanotify/
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()
660 __func__, size, dir_fh_len, child_fh_len, in fanotify_alloc_name_event()