Home
last modified time | relevance | path

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

/linux/sound/core/
H A Dvmaster.c392 struct list_head olist = sctl->list; in master_free() local
396 sctl->list = olist; /* keep the current linked-list */ in master_free()
/linux/fs/smb/client/
H A Dmisc.c410 list_del(&open->olist); in cifs_del_pending_open()
422 list_add_tail(&open->olist, &tlink_tcon(tlink)->pending_opens); in cifs_add_pending_open_locked()
H A Dsmb2misc.c582 list_for_each_entry(open, &tcon->pending_opens, olist) { in smb2_tcon_find_pending_open_lease()
H A Dcifsglob.h1348 struct list_head olist; member
H A Dfile.c730 list_del(&fid->pending_open->olist); in cifs_new_fileinfo()