Searched refs:fanotify_mark (Results 1 - 4 of 4) sorted by last modified time

/linux-master/kernel/
H A Dsys_ni.c227 COND_SYSCALL(fanotify_mark); variable
288 COND_SYSCALL_COMPAT(fanotify_mark); variable
/linux-master/fs/notify/fanotify/
H A Dfanotify_user.c1234 struct fanotify_mark *fan_mark;
1915 SYSCALL_DEFINE5(fanotify_mark, int, fanotify_fd, unsigned int, flags,
1924 SYSCALL32_DEFINE6(fanotify_mark,
1960 fanotify_mark_cache = KMEM_CACHE(fanotify_mark,
H A Dfanotify.h492 struct fanotify_mark { struct
497 static inline struct fanotify_mark *FANOTIFY_MARK(struct fsnotify_mark *mark)
499 return container_of(mark, struct fanotify_mark, fsn_mark);
/linux-master/samples/fanotify/
H A Dfs-monitor.c127 if (fanotify_mark(fd, FAN_MARK_ADD|FAN_MARK_FILESYSTEM,
129 errx(1, "fanotify_mark");

Completed in 188 milliseconds