fsnotify_mark 79 include/linux/fsnotify_backend.h struct fsnotify_mark; fsnotify_mark 99 include/linux/fsnotify_backend.h struct fsnotify_mark *inode_mark, fsnotify_mark 100 include/linux/fsnotify_backend.h struct fsnotify_mark *vfsmount_mark, fsnotify_mark 104 include/linux/fsnotify_backend.h void (*freeing_mark)(struct fsnotify_mark *mark, struct fsnotify_group *group); fsnotify_mark 247 include/linux/fsnotify_backend.h void (*free_mark)(struct fsnotify_mark *mark); /* called on final put+free */ fsnotify_mark 344 include/linux/fsnotify_backend.h extern void fsnotify_init_mark(struct fsnotify_mark *mark, void (*free_mark)(struct fsnotify_mark *mark)); fsnotify_mark 346 include/linux/fsnotify_backend.h extern struct fsnotify_mark *fsnotify_find_inode_mark(struct fsnotify_group *group, struct inode *inode); fsnotify_mark 348 include/linux/fsnotify_backend.h extern struct fsnotify_mark *fsnotify_find_vfsmount_mark(struct fsnotify_group *group, struct vfsmount *mnt); fsnotify_mark 350 include/linux/fsnotify_backend.h extern void fsnotify_duplicate_mark(struct fsnotify_mark *new, struct fsnotify_mark *old); fsnotify_mark 352 include/linux/fsnotify_backend.h extern void fsnotify_set_mark_ignored_mask_locked(struct fsnotify_mark *mark, __u32 mask); fsnotify_mark 354 include/linux/fsnotify_backend.h extern void fsnotify_set_mark_mask_locked(struct fsnotify_mark *mark, __u32 mask); fsnotify_mark 356 include/linux/fsnotify_backend.h extern int fsnotify_add_mark(struct fsnotify_mark *mark, struct fsnotify_group *group, fsnotify_mark 358 include/linux/fsnotify_backend.h extern int fsnotify_add_mark_locked(struct fsnotify_mark *mark, struct fsnotify_group *group, fsnotify_mark 361 include/linux/fsnotify_backend.h extern void fsnotify_destroy_mark(struct fsnotify_mark *mark, fsnotify_mark 363 include/linux/fsnotify_backend.h extern void fsnotify_destroy_mark_locked(struct fsnotify_mark *mark, fsnotify_mark 373 include/linux/fsnotify_backend.h extern void fsnotify_get_mark(struct fsnotify_mark *mark); fsnotify_mark 374 include/linux/fsnotify_backend.h extern void fsnotify_put_mark(struct fsnotify_mark *mark);