Lines Matching refs:mark
123 void (*freeing_mark)(struct fsnotify_mark *mark, struct fsnotify_group *group);
126 void (*free_mark)(struct fsnotify_mark *mark);
259 struct fsnotify_mark *mark) in fsnotify_iter_set_report_type_mark() argument
261 iter_info->marks[type] = mark; in fsnotify_iter_set_report_type_mark()
437 extern void fsnotify_init_mark(struct fsnotify_mark *mark,
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() argument
459 return fsnotify_add_mark(mark, &inode->i_fsnotify_marks, in fsnotify_add_inode_mark()
462 static inline int fsnotify_add_inode_mark_locked(struct fsnotify_mark *mark, in fsnotify_add_inode_mark_locked() argument
466 return fsnotify_add_mark_locked(mark, &inode->i_fsnotify_marks, 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);