Lines Matching refs:ffl
54 struct nfs4_flexfile_layout *ffl;
56 ffl = kzalloc(sizeof(*ffl), gfp_flags);
57 if (ffl) {
58 pnfs_init_ds_commit_info(&ffl->commit_info);
59 INIT_LIST_HEAD(&ffl->error_list);
60 INIT_LIST_HEAD(&ffl->mirrors);
61 ffl->last_report_time = ktime_get();
62 ffl->commit_info.ops = &ff_layout_commit_ops;
63 return &ffl->generic_hdr;
71 struct nfs4_flexfile_layout *ffl = FF_LAYOUT_FROM_HDR(lo);
74 list_for_each_entry_safe(err, n, &ffl->error_list, list) {
78 kfree_rcu(ffl, generic_hdr.plh_rcu);
567 struct nfs4_flexfile_layout *ffl;
570 ffl = FF_LAYOUT_FROM_HDR(lseg->pls_layout);
571 inode = ffl->generic_hdr.plh_inode;
573 pnfs_generic_ds_cinfo_release_lseg(&ffl->commit_info, lseg);
607 struct nfs4_flexfile_layout *ffl = FF_LAYOUT_FROM_HDR(mirror->layout);
616 if (ktime_to_ms(ktime_sub(now, ffl->last_report_time)) >=
618 ffl->last_report_time = now;