Home
last modified time | relevance | path

Searched refs:num_marks (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/fs/notify/
Dmark.c193 atomic_dec(&group->num_marks); in fsnotify_destroy_mark_locked()
340 atomic_inc(&group->num_marks); in fsnotify_add_mark_locked()
368 atomic_dec(&group->num_marks); in fsnotify_add_mark_locked()
Dgroup.c98 atomic_set(&group->num_marks, 0); in fsnotify_alloc_group()
/linux-4.1.27/include/linux/
Dfsnotify_backend.h156 atomic_t num_marks; /* 1 for each mark and 1 for not being member
/linux-4.1.27/fs/notify/fanotify/
Dfanotify_user.c607 if (atomic_read(&group->num_marks) > group->fanotify_data.max_marks) in fanotify_add_new_mark()