Lines Matching refs:ucounts
48 static inline void dec_inotify_instances(struct ucounts *ucounts)
50 dec_ucount(ucounts, UCOUNT_INOTIFY_INSTANCES);
53 static inline struct ucounts *inc_inotify_watches(struct ucounts *ucounts)
55 return inc_ucount(ucounts->ns, ucounts->uid, UCOUNT_INOTIFY_WATCHES);
58 static inline void dec_inotify_watches(struct ucounts *ucounts)
60 dec_ucount(ucounts, UCOUNT_INOTIFY_WATCHES);