Searched refs:g_list (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/notify/ |
| H A D | mark.c | 477 list_add(&mark->g_list, &destroy_list); in fsnotify_put_mark() 596 list_del_init(&mark->g_list); in fsnotify_detach_mark() 964 list_add(&mark->g_list, &group->marks_list); in fsnotify_add_mark_locked() 979 list_del_init(&mark->g_list); in fsnotify_add_mark_locked() 1053 list_for_each_entry_safe(mark, lmark, &group->marks_list, g_list) { in fsnotify_clear_marks_by_group() 1055 list_move(&mark->g_list, &to_free); in fsnotify_clear_marks_by_group() 1066 mark = list_first_entry(head, struct fsnotify_mark, g_list); in fsnotify_clear_marks_by_group() 1145 list_for_each_entry_safe(mark, next, &private_destroy_list, g_list) { in fsnotify_mark_destroy_workfn() 1146 list_del_init(&mark->g_list); in fsnotify_mark_destroy_workfn()
|
| /linux/include/linux/ |
| H A D | fsnotify_backend.h | 619 struct list_head g_list; member
|
| /linux/fs/ceph/ |
| H A D | caps.c | 1651 list_add_tail(&capsnap->cap_flush.g_list, in __ceph_flush_snaps() 1863 struct ceph_cap_flush, g_list); in __get_oldest_flush_tid() 1879 if (wake && cf->g_list.prev != &mdsc->cap_flush_list) { in __detach_cap_flush_from_mdsc() 1880 prev = list_prev_entry(cf, g_list); in __detach_cap_flush_from_mdsc() 1884 list_del_init(&cf->g_list); in __detach_cap_flush_from_mdsc() 1941 list_add_tail(&cf->g_list, &mdsc->cap_flush_list); in __mark_caps_flushing() 5042 list_del_init(&cf->g_list); in ceph_purge_inode_cap()
|
| H A D | super.h | 240 struct list_head g_list; // global member
|
| H A D | snap.c | 758 INIT_LIST_HEAD(&capsnap->cap_flush.g_list); in queue_realm_cap_snaps()
|
| H A D | mds_client.c | 2321 struct ceph_cap_flush, g_list); in check_caps_flush() 6020 struct ceph_cap_flush, g_list); in ceph_mdsc_sync()
|