Lines Matching defs:ucounts
55 static inline void dec_inotify_instances(struct ucounts *ucounts)
57 dec_ucount(ucounts, UCOUNT_INOTIFY_INSTANCES);
60 static inline struct ucounts *inc_inotify_watches(struct ucounts *ucounts)
62 return inc_ucount(ucounts->ns, ucounts->uid, UCOUNT_INOTIFY_WATCHES);
65 static inline void dec_inotify_watches(struct ucounts *ucounts)
67 dec_ucount(ucounts, UCOUNT_INOTIFY_WATCHES);