Home
last modified time | relevance | path

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

/linux/fs/notify/fanotify/
H A Dfanotify.c647 unsigned int dir2_fh_len = fanotify_encode_fh_len(dir2); in fanotify_alloc_name_event() local
657 if (dir2_fh_len) in fanotify_alloc_name_event()
658 size += FANOTIFY_FH_HDR_LEN + dir2_fh_len; in fanotify_alloc_name_event()
675 if (dir2_fh_len) { in fanotify_alloc_name_event()
677 len = fanotify_encode_fh(dfh, dir2, dir2_fh_len, hash, 0); in fanotify_alloc_name_event()
699 if (dir2_fh_len) { in fanotify_alloc_name_event()
701 __func__, dir2_fh_len, info->name2_len, in fanotify_alloc_name_event()