Lines Matching refs:mark
102 void (*freeing_mark)(struct fsnotify_mark *mark, struct fsnotify_group *group);
241 void (*free_mark)(struct fsnotify_mark *mark); /* called on final put+free */
338 …tern void fsnotify_init_mark(struct fsnotify_mark *mark, void (*free_mark)(struct fsnotify_mark *m…
346 extern void fsnotify_set_mark_ignored_mask_locked(struct fsnotify_mark *mark, __u32 mask);
348 extern void fsnotify_set_mark_mask_locked(struct fsnotify_mark *mark, __u32 mask);
350 extern int fsnotify_add_mark(struct fsnotify_mark *mark, struct fsnotify_group *group,
352 extern int fsnotify_add_mark_locked(struct fsnotify_mark *mark, struct fsnotify_group *group,
355 extern void fsnotify_destroy_mark(struct fsnotify_mark *mark,
358 extern void fsnotify_detach_mark(struct fsnotify_mark *mark);
360 extern void fsnotify_free_mark(struct fsnotify_mark *mark);
369 extern void fsnotify_get_mark(struct fsnotify_mark *mark);
370 extern void fsnotify_put_mark(struct fsnotify_mark *mark);