Lines Matching refs:fsnotify_mark
108 struct fsnotify_mark;
153 int (*handle_inode_event)(struct fsnotify_mark *mark, u32 mask,
157 void (*freeing_mark)(struct fsnotify_mark *mark, struct fsnotify_group *group);
160 void (*free_mark)(struct fsnotify_mark *mark);
300 struct fsnotify_mark *marks[FSNOTIFY_OBJ_TYPE_COUNT];
319 struct fsnotify_mark *mark) in fsnotify_iter_set_report_type_mark()
326 static inline struct fsnotify_mark *fsnotify_iter_##name##_mark( \
383 struct fsnotify_mark { struct
513 extern void fsnotify_init_mark(struct fsnotify_mark *mark,
516 extern struct fsnotify_mark *fsnotify_find_mark(fsnotify_connp_t *connp,
522 extern int fsnotify_add_mark(struct fsnotify_mark *mark,
525 extern int fsnotify_add_mark_locked(struct fsnotify_mark *mark,
531 static inline int fsnotify_add_inode_mark(struct fsnotify_mark *mark, in fsnotify_add_inode_mark()
538 static inline int fsnotify_add_inode_mark_locked(struct fsnotify_mark *mark, in fsnotify_add_inode_mark_locked()
548 extern void fsnotify_destroy_mark(struct fsnotify_mark *mark,
551 extern void fsnotify_detach_mark(struct fsnotify_mark *mark);
553 extern void fsnotify_free_mark(struct fsnotify_mark *mark);
573 extern void fsnotify_get_mark(struct fsnotify_mark *mark);
574 extern void fsnotify_put_mark(struct fsnotify_mark *mark);