Lines Matching refs:mark
107 void (*freeing_mark)(struct fsnotify_mark *mark, struct fsnotify_group *group);
110 void (*free_mark)(struct fsnotify_mark *mark);
242 struct fsnotify_mark *mark) in fsnotify_iter_set_report_type_mark() argument
244 iter_info->marks[type] = mark; in fsnotify_iter_set_report_type_mark()
412 extern void fsnotify_init_mark(struct fsnotify_mark *mark,
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() argument
429 return fsnotify_add_mark(mark, &inode->i_fsnotify_marks, in fsnotify_add_inode_mark()
432 static inline int fsnotify_add_inode_mark_locked(struct fsnotify_mark *mark, in fsnotify_add_inode_mark_locked() argument
436 return fsnotify_add_mark_locked(mark, &inode->i_fsnotify_marks, 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);