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.c47 wait_var_event(fsnotify_sb_watched_objects(sb), in fsnotify_sb_delete()
48 !atomic_long_read(fsnotify_sb_watched_objects(sb))); in fsnotify_sb_delete()
H A Dmark.c141 atomic_long_inc(fsnotify_sb_watched_objects(sb)); in fsnotify_get_sb_watched_objects()
146 atomic_long_t *watched_objects = fsnotify_sb_watched_objects(sb); in fsnotify_put_sb_watched_objects()
/linux/include/linux/
H A Dfsnotify_backend.h588 static inline atomic_long_t *fsnotify_sb_watched_objects(struct super_block *sb) in fsnotify_sb_watched_objects() function