Lines Matching refs:fsnotify_mark
98 struct fsnotify_mark;
123 void (*freeing_mark)(struct fsnotify_mark *mark, struct fsnotify_group *group);
126 void (*free_mark)(struct fsnotify_mark *mark);
240 struct fsnotify_mark *marks[FSNOTIFY_OBJ_TYPE_COUNT];
259 struct fsnotify_mark *mark) in fsnotify_iter_set_report_type_mark()
266 static inline struct fsnotify_mark *fsnotify_iter_##name##_mark( \
322 struct fsnotify_mark { struct
437 extern void fsnotify_init_mark(struct fsnotify_mark *mark,
440 extern struct fsnotify_mark *fsnotify_find_mark(fsnotify_connp_t *connp,
446 extern int fsnotify_add_mark(struct fsnotify_mark *mark,
449 extern int fsnotify_add_mark_locked(struct fsnotify_mark *mark,
455 static inline int fsnotify_add_inode_mark(struct fsnotify_mark *mark, in fsnotify_add_inode_mark()
462 static inline int fsnotify_add_inode_mark_locked(struct fsnotify_mark *mark, in fsnotify_add_inode_mark_locked()
472 extern void fsnotify_destroy_mark(struct fsnotify_mark *mark,
475 extern void fsnotify_detach_mark(struct fsnotify_mark *mark);
477 extern void fsnotify_free_mark(struct fsnotify_mark *mark);
497 extern void fsnotify_get_mark(struct fsnotify_mark *mark);
498 extern void fsnotify_put_mark(struct fsnotify_mark *mark);