Home
last modified time | relevance | path

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

/openbmc/linux/fs/notify/fanotify/
H A Dfanotify.h97 static inline void *fanotify_fh_ext_buf(struct fanotify_fh *fh) in fanotify_fh_ext_buf() function
104 return fanotify_fh_has_ext_buf(fh) ? fanotify_fh_ext_buf(fh) : fh->buf; in fanotify_fh_buf()
H A Dfanotify.c1014 kfree(fanotify_fh_ext_buf(&ffe->object_fh)); in fanotify_free_fid_event()