Home
last modified time | relevance | path

Searched refs:ucount_max (Results 1 – 6 of 6) sorted by relevance

/linux/fs/notify/inotify/
H A Dinotify_user.c64 .data = &init_user_ns.ucount_max[UCOUNT_INOTIFY_INSTANCES],
73 .data = &init_user_ns.ucount_max[UCOUNT_INOTIFY_WATCHES],
868 init_user_ns.ucount_max[UCOUNT_INOTIFY_INSTANCES] = 128; in inotify_user_setup()
869 init_user_ns.ucount_max[UCOUNT_INOTIFY_WATCHES] = watches_max; in inotify_user_setup()
/linux/kernel/
H A Ducount.c104 tbl[i].data = &ns->ucount_max[i]; in setup_userns_sysctls()
238 max = READ_ONCE(tns->ucount_max[type]); in inc_ucount()
H A Duser_namespace.c140 ns->ucount_max[i] = INT_MAX; in create_user_ns()
H A Dfork.c1067 init_user_ns.ucount_max[i] = max_threads/2; in fork_init()
/linux/include/linux/
H A Duser_namespace.h107 long ucount_max[UCOUNT_COUNTS]; member
/linux/fs/notify/fanotify/
H A Dfanotify_user.c65 .data = &init_user_ns.ucount_max[UCOUNT_FANOTIFY_GROUPS],
74 .data = &init_user_ns.ucount_max[UCOUNT_FANOTIFY_MARKS],
1972 init_user_ns.ucount_max[UCOUNT_FANOTIFY_GROUPS] = in fanotify_user_setup()
1974 init_user_ns.ucount_max[UCOUNT_FANOTIFY_MARKS] = max_marks; in fanotify_user_setup()