Searched refs:g_list (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/fs/notify/ |
H A D | mark.c | 26 * 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 274 list_add(&mark->g_list, &destroy_list); in fsnotify_put_mark() 370 * group->mark_mutex if we found the mark through g_list. 391 list_del_init(&mark->g_list); in fsnotify_detach_mark() 658 list_add(&mark->g_list, &group->marks_list); in fsnotify_add_mark_locked() 660 fsnotify_get_mark(mark); /* for g_list */ in fsnotify_add_mark_locked() 675 list_del_init(&mark->g_list); in fsnotify_add_mark_locked() 746 list_for_each_entry_safe(mark, lmark, &group->marks_list, g_list) { in fsnotify_clear_marks_by_group() [all...] |
H A D | fdinfo.c | 32 list_for_each_entry(mark, &group->marks_list, g_list) { in show_fdinfo()
|
/kernel/linux/linux-6.6/fs/notify/ |
H A D | mark.c | 26 * 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); in fsnotify_put_mark() 437 * group->mark_mutex if we found the mark through g_list. 456 list_del_init(&mark->g_list); in fsnotify_detach_mark() 722 list_add(&mark->g_list, &group->marks_list); in fsnotify_add_mark_locked() 723 fsnotify_get_mark(mark); /* for g_list */ in fsnotify_add_mark_locked() 737 list_del_init(&mark->g_list); in fsnotify_add_mark_locked() 808 list_for_each_entry_safe(mark, lmark, &group->marks_list, g_list) { in fsnotify_clear_marks_by_group() [all...] |
H A D | fdinfo.c | 33 list_for_each_entry(mark, &group->marks_list, g_list) { in show_fdinfo()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fsnotify_backend.h | 386 /* We hold one for presence in g_list. Also one ref for each 'thing' 395 struct list_head g_list; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fsnotify_backend.h | 505 /* We hold one for presence in g_list. Also one ref for each 'thing' 514 struct list_head g_list; member
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | caps.c | 1621 list_add_tail(&capsnap->cap_flush.g_list, 1827 struct ceph_cap_flush, g_list); in __get_oldest_flush_tid() 1843 if (wake && cf->g_list.prev != &mdsc->cap_flush_list) { in __detach_cap_flush_from_mdsc() 1844 prev = list_prev_entry(cf, g_list); in __detach_cap_flush_from_mdsc() 1848 list_del_init(&cf->g_list); in __detach_cap_flush_from_mdsc() 1904 list_add_tail(&cf->g_list, &mdsc->cap_flush_list); in __mark_caps_flushing() 4886 list_del_init(&cf->g_list); in ceph_purge_inode_cap()
|
H A D | super.h | 211 struct list_head g_list; // global member
|
H A D | snap.c | 744 INIT_LIST_HEAD(&capsnap->cap_flush.g_list); in queue_realm_cap_snaps()
|
H A D | mds_client.c | 2236 struct ceph_cap_flush, g_list); in check_caps_flush() 5411 struct ceph_cap_flush, g_list); in ceph_mdsc_sync()
|
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | caps.c | 1571 list_add_tail(&capsnap->cap_flush.g_list, 1783 struct ceph_cap_flush, g_list); in __get_oldest_flush_tid() 1799 if (wake && cf->g_list.prev != &mdsc->cap_flush_list) { in __detach_cap_flush_from_mdsc() 1800 prev = list_prev_entry(cf, g_list); in __detach_cap_flush_from_mdsc() 1804 list_del_init(&cf->g_list); in __detach_cap_flush_from_mdsc() 1860 list_add_tail(&cf->g_list, &mdsc->cap_flush_list); in __mark_caps_flushing()
|
H A D | super.h | 187 struct list_head g_list; // global member
|
H A D | snap.c | 492 INIT_LIST_HEAD(&capsnap->cap_flush.g_list); in ceph_queue_cap_snap()
|
H A D | mds_client.c | 1671 list_del_init(&cf->g_list); in remove_session_caps_cb() 2087 struct ceph_cap_flush, g_list); in check_caps_flush() 4784 struct ceph_cap_flush, g_list); in ceph_mdsc_sync()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cEnhancedLayoutsTests.cpp | 136 static const GLchar* const g_list = "LIST"; member 1665 static const char* list = g_list; in insertElementOfList() 4176 std::string list = Utils::g_list; in GetDefinitions() 4197 std::string list = Utils::g_list; in GetDefinitions() 6492 std::string result = Utils::g_list; in test() 6662 std::string result = Utils::g_list; in test() 6744 std::string result = Utils::g_list; in test()
|
Completed in 67 milliseconds