Home
last modified time | relevance | path

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

/openbmc/linux/fs/notify/fanotify/
H A Dfanotify.h84 static inline bool fanotify_fh_has_ext_buf(struct fanotify_fh *fh) in fanotify_fh_has_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.c1013 if (fanotify_fh_has_ext_buf(&ffe->object_fh)) in fanotify_free_fid_event()