Searched refs:fanotify_mark (Results 1 - 4 of 4) sorted by relevance

/linux-master/samples/fanotify/
H A Dfs-monitor.c127 if (fanotify_mark(fd, FAN_MARK_ADD|FAN_MARK_FILESYSTEM,
129 errx(1, "fanotify_mark");
/linux-master/fs/notify/fanotify/
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);
H A Dfanotify_user.c1258 struct fanotify_mark *fan_mark;
1972 SYSCALL_DEFINE5(fanotify_mark, int, fanotify_fd, unsigned int, flags,
1981 SYSCALL32_DEFINE6(fanotify_mark,
2017 fanotify_mark_cache = KMEM_CACHE(fanotify_mark,
/linux-master/kernel/
H A Dsys_ni.c227 COND_SYSCALL(fanotify_mark); variable
288 COND_SYSCALL_COMPAT(fanotify_mark); variable

Completed in 188 milliseconds