Home
last modified time | relevance | path

Searched refs:fsnotify_sb_watched_objects (Results 1 – 3 of 3) sorted by relevance

/linux/fs/notify/
H A Dfsnotify.c106 wait_var_event(fsnotify_sb_watched_objects(sb), in fsnotify_sb_delete()
107 !atomic_long_read(fsnotify_sb_watched_objects(sb))); in fsnotify_sb_delete()
H A Dmark.c140 atomic_long_inc(fsnotify_sb_watched_objects(sb)); in fsnotify_get_sb_watched_objects()
145 atomic_long_t *watched_objects = fsnotify_sb_watched_objects(sb); in fsnotify_put_sb_watched_objects()
/linux/include/linux/
H A Dfsnotify_backend.h585 static inline atomic_long_t *fsnotify_sb_watched_objects(struct super_block *sb) in fsnotify_sb_watched_objects() function