Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dmisc.c754 struct list_head file_head; in cifs_close_deferred_file() local
759 INIT_LIST_HEAD(&file_head); in cifs_close_deferred_file()
772 list_add_tail(&tmp_list->list, &file_head); in cifs_close_deferred_file()
778 list_for_each_entry_safe(tmp_list, tmp_next_list, &file_head, list) { in cifs_close_deferred_file()
790 struct list_head file_head; in cifs_close_all_deferred_files() local
792 INIT_LIST_HEAD(&file_head); in cifs_close_all_deferred_files()
805 list_add_tail(&tmp_list->list, &file_head); in cifs_close_all_deferred_files()
811 list_for_each_entry_safe(tmp_list, tmp_next_list, &file_head, list) { in cifs_close_all_deferred_files()
822 struct list_head file_head; in cifs_close_deferred_file_under_dentry() local
826 INIT_LIST_HEAD(&file_head); in cifs_close_deferred_file_under_dentry()
[all …]