Lines Matching refs:ffl
48 struct nfs4_flexfile_layout *ffl;
50 ffl = kzalloc(sizeof(*ffl), gfp_flags);
51 if (ffl) {
52 pnfs_init_ds_commit_info(&ffl->commit_info);
53 INIT_LIST_HEAD(&ffl->error_list);
54 INIT_LIST_HEAD(&ffl->mirrors);
55 ffl->last_report_time = ktime_get();
56 ffl->commit_info.ops = &ff_layout_commit_ops;
57 return &ffl->generic_hdr;
65 struct nfs4_flexfile_layout *ffl = FF_LAYOUT_FROM_HDR(lo);
68 list_for_each_entry_safe(err, n, &ffl->error_list, list) {
72 kfree_rcu(ffl, generic_hdr.plh_rcu);
561 struct nfs4_flexfile_layout *ffl;
564 ffl = FF_LAYOUT_FROM_HDR(lseg->pls_layout);
565 inode = ffl->generic_hdr.plh_inode;
567 pnfs_generic_ds_cinfo_release_lseg(&ffl->commit_info, lseg);
601 struct nfs4_flexfile_layout *ffl = FF_LAYOUT_FROM_HDR(mirror->layout);
610 if (ktime_to_ms(ktime_sub(now, ffl->last_report_time)) >=
612 ffl->last_report_time = now;