Home
last modified time | relevance | path

Searched refs:olist (Results 1 – 6 of 6) sorted by relevance

/linux/include/drm/
H A Ddrm_suballoc.h27 struct list_head olist; member
43 struct list_head olist; member
/linux/sound/core/
H A Dvmaster.c393 struct list_head olist = sctl->list; in master_free() local
397 sctl->list = olist; /* keep the current linked-list */ in master_free()
/linux/fs/smb/client/
H A Dmisc.c693 list_del(&open->olist); in cifs_del_pending_open()
705 list_add_tail(&open->olist, &tlink_tcon(tlink)->pending_opens); in cifs_add_pending_open_locked()
H A Dsmb2misc.c591 list_for_each_entry(open, &tcon->pending_opens, olist) { in smb2_tcon_find_pending_open_lease()
H A Dcifsglob.h1361 struct list_head olist; member
H A Dfile.c733 list_del(&fid->pending_open->olist); in cifs_new_fileinfo()