Searched defs:fsnotify_group (Results 1 – 7 of 7) sorted by relevance
37398 struct fsnotify_group { struct37399 const struct fsnotify_ops *ops;37400 refcount_t refcnt;37401 spinlock_t notification_lock;37402 struct list_head notification_list;37403 wait_queue_head_t notification_waitq;37404 unsigned int q_len;37405 unsigned int max_events;37406 unsigned int priority;37407 bool shutdown;[all …]
31742 struct fsnotify_group { struct31743 const struct fsnotify_ops *ops;31744 refcount_t refcnt;31745 spinlock_t notification_lock;31746 struct list_head notification_list;31747 wait_queue_head_t notification_waitq;31748 unsigned int q_len;31749 unsigned int max_events;31773 struct fsnotify_group *group; argument
27021 struct fsnotify_group { struct27022 const struct fsnotify_ops *ops;27023 refcount_t refcnt;27024 spinlock_t notification_lock;27025 struct list_head notification_list;27026 wait_queue_head_t notification_waitq;27027 unsigned int q_len;27028 unsigned int max_events;27029 unsigned int priority;27030 bool shutdown;[all …]
32015 struct fsnotify_group { struct32016 const struct fsnotify_ops *ops;32017 refcount_t refcnt;32018 spinlock_t notification_lock;32019 struct list_head notification_list;32020 wait_queue_head_t notification_waitq;32021 unsigned int q_len;32022 unsigned int max_events;32023 unsigned int priority;32047 struct fsnotify_group *group; argument