Home
last modified time | relevance | path

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

/fs/cifs/
Dmisc.c617 list_del(&open->olist); in cifs_del_pending_open()
631 list_add_tail(&open->olist, &tlink_tcon(tlink)->pending_opens); in cifs_add_pending_open_locked()
Dsmb2misc.c477 list_for_each_entry(open, &tcon->pending_opens, olist) { in smb2_tcon_has_lease()
Dcifsglob.h958 struct list_head olist; member
Dfile.c331 list_del(&fid->pending_open->olist); in cifs_new_fileinfo()