Searched refs:g_list (Results 1 - 8 of 8) sorted by relevance

/linux-master/fs/notify/
H A Dmark.c26 * each mark is hooked via the g_list. It also protects the groups private
43 * because we remove mark from g_list before dropping mark reference associated
44 * with that, any mark found through g_list is guaranteed to have
341 list_add(&mark->g_list, &destroy_list);
437 * group->mark_mutex if we found the mark through g_list.
456 list_del_init(&mark->g_list);
687 list_add(&mark->g_list, &group->marks_list);
688 fsnotify_get_mark(mark); /* for g_list */
702 list_del_init(&mark->g_list);
772 list_for_each_entry_safe(mark, lmark, &group->marks_list, g_list) {
[all...]
H A Dfdinfo.c33 list_for_each_entry(mark, &group->marks_list, g_list) {
/linux-master/include/linux/
H A Dfsnotify_backend.h503 /* We hold one for presence in g_list. Also one ref for each 'thing'
512 struct list_head g_list; member in struct:fsnotify_mark
/linux-master/fs/ceph/
H A Dcaps.c1663 list_add_tail(&capsnap->cap_flush.g_list,
1875 struct ceph_cap_flush, g_list);
1891 if (wake && cf->g_list.prev != &mdsc->cap_flush_list) {
1892 prev = list_prev_entry(cf, g_list);
1896 list_del_init(&cf->g_list);
1953 list_add_tail(&cf->g_list, &mdsc->cap_flush_list);
5015 list_del_init(&cf->g_list);
H A Dsnap.c758 INIT_LIST_HEAD(&capsnap->cap_flush.g_list);
H A Dsuper.h212 struct list_head g_list; // global member in struct:ceph_cap_flush
H A Dmds_client.c2283 struct ceph_cap_flush, g_list);
5613 struct ceph_cap_flush, g_list);
/linux-master/fs/notify/fanotify/
H A Dfanotify_user.c1218 list_for_each_entry(old, &group->marks_list, g_list) {

Completed in 165 milliseconds