Searched refs:ls_perfile (Results 1 – 2 of 2) sorted by relevance
168 list_del_init(&ls->ls_perfile); in nfsd4_free_layout_stateid()230 INIT_LIST_HEAD(&ls->ls_perfile); in nfsd4_alloc_layout_stateid()257 list_add(&ls->ls_perfile, &fp->fi_lo_states); in nfsd4_alloc_layout_stateid()391 list_for_each_entry_safe(l, n, &fp->fi_lo_states, ls_perfile) { in nfsd4_recall_conflict()597 list_for_each_entry_safe(ls, n, &fp->fi_lo_states, ls_perfile) { in nfsd4_return_all_file_layouts()
553 struct list_head ls_perfile; member