Home
last modified time | relevance | path

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

/Linux-v5.4/fs/notify/fanotify/
Dfanotify.c221 fid->ext_fh = NULL; in fanotify_encode_fid()
232 fid->ext_fh = kmalloc(bytes, gfp); in fanotify_encode_fid()
233 if (!fid->ext_fh) in fanotify_encode_fid()
252 kfree(fid->ext_fh); in fanotify_encode_fid()
253 fid->ext_fh = NULL; in fanotify_encode_fid()
481 kfree(event->fid.ext_fh); in fanotify_free_event()
Dfanotify.h36 unsigned char *ext_fh; member
43 return fh_len <= FANOTIFY_INLINE_FH_LEN ? fid->fh : fid->ext_fh; in fanotify_fid_fh()