Searched refs:ext_fh (Results 1 – 2 of 2) sorted by relevance
221 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()
36 unsigned char *ext_fh; member43 return fh_len <= FANOTIFY_INLINE_FH_LEN ? fid->fh : fid->ext_fh; in fanotify_fid_fh()