Lines Matching refs:fsnotify_mark
82 struct fsnotify_mark;
107 void (*freeing_mark)(struct fsnotify_mark *mark, struct fsnotify_group *group);
110 void (*free_mark)(struct fsnotify_mark *mark);
223 struct fsnotify_mark *marks[FSNOTIFY_OBJ_TYPE_COUNT];
242 struct fsnotify_mark *mark) in fsnotify_iter_set_report_type_mark()
249 static inline struct fsnotify_mark *fsnotify_iter_##name##_mark( \
301 struct fsnotify_mark { struct
412 extern void fsnotify_init_mark(struct fsnotify_mark *mark,
415 extern struct fsnotify_mark *fsnotify_find_mark(fsnotify_connp_t *connp,
418 extern int fsnotify_add_mark(struct fsnotify_mark *mark,
421 extern int fsnotify_add_mark_locked(struct fsnotify_mark *mark,
425 static inline int fsnotify_add_inode_mark(struct fsnotify_mark *mark, in fsnotify_add_inode_mark()
432 static inline int fsnotify_add_inode_mark_locked(struct fsnotify_mark *mark, in fsnotify_add_inode_mark_locked()
440 extern void fsnotify_destroy_mark(struct fsnotify_mark *mark,
443 extern void fsnotify_detach_mark(struct fsnotify_mark *mark);
445 extern void fsnotify_free_mark(struct fsnotify_mark *mark);
458 extern void fsnotify_get_mark(struct fsnotify_mark *mark);
459 extern void fsnotify_put_mark(struct fsnotify_mark *mark);