Lines Matching refs: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);
319 struct fsnotify_mark *mark) in fsnotify_iter_set_report_type_mark() argument
321 iter_info->marks[type] = mark; in fsnotify_iter_set_report_type_mark()
513 extern void fsnotify_init_mark(struct fsnotify_mark *mark,
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() argument
535 return fsnotify_add_mark(mark, &inode->i_fsnotify_marks, in fsnotify_add_inode_mark()
538 static inline int fsnotify_add_inode_mark_locked(struct fsnotify_mark *mark, in fsnotify_add_inode_mark_locked() argument
542 return fsnotify_add_mark_locked(mark, &inode->i_fsnotify_marks, 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);