filp_head         367 drivers/gpu/drm/drm_framebuffer.c 	list_add(&fb->filp_head, &file_priv->fbs);
filp_head         408 drivers/gpu/drm/drm_framebuffer.c 			list_first_entry(&arg->fbs, typeof(*fb), filp_head);
filp_head         410 drivers/gpu/drm/drm_framebuffer.c 		list_del_init(&fb->filp_head);
filp_head         443 drivers/gpu/drm/drm_framebuffer.c 	list_for_each_entry(fbl, &file_priv->fbs, filp_head)
filp_head         451 drivers/gpu/drm/drm_framebuffer.c 	list_del_init(&fb->filp_head);
filp_head         469 drivers/gpu/drm/drm_framebuffer.c 		list_add_tail(&fb->filp_head, &arg.fbs);
filp_head         670 drivers/gpu/drm/drm_framebuffer.c 	list_for_each_entry_safe(fb, tfb, &priv->fbs, filp_head) {
filp_head         672 drivers/gpu/drm/drm_framebuffer.c 			list_move_tail(&fb->filp_head, &arg.fbs);
filp_head         674 drivers/gpu/drm/drm_framebuffer.c 			list_del_init(&fb->filp_head);
filp_head         731 drivers/gpu/drm/drm_framebuffer.c 	INIT_LIST_HEAD(&fb->filp_head);
filp_head         971 drivers/gpu/drm/drm_framebuffer.c 	WARN_ON(!list_empty(&fb->filp_head));
filp_head         109 drivers/gpu/drm/drm_mode_config.c 	list_for_each_entry(fb, &file_priv->fbs, filp_head) {
filp_head         206 include/drm/drm_framebuffer.h 	struct list_head filp_head;