Lines Matching defs:ffl
55 struct nfs4_flexfile_layout *ffl;
57 ffl = kzalloc(sizeof(*ffl), gfp_flags);
58 if (ffl) {
59 pnfs_init_ds_commit_info(&ffl->commit_info);
60 INIT_LIST_HEAD(&ffl->error_list);
61 INIT_LIST_HEAD(&ffl->mirrors);
62 ffl->last_report_time = ktime_get();
63 ffl->commit_info.ops = &ff_layout_commit_ops;
64 return &ffl->generic_hdr;
72 struct nfs4_flexfile_layout *ffl = FF_LAYOUT_FROM_HDR(lo);
75 list_for_each_entry_safe(err, n, &ffl->error_list, list) {
79 kfree_rcu(ffl, generic_hdr.plh_rcu);
584 struct nfs4_flexfile_layout *ffl;
587 ffl = FF_LAYOUT_FROM_HDR(lseg->pls_layout);
588 inode = ffl->generic_hdr.plh_inode;
590 pnfs_generic_ds_cinfo_release_lseg(&ffl->commit_info, lseg);
624 struct nfs4_flexfile_layout *ffl = FF_LAYOUT_FROM_HDR(mirror->layout);
633 if (ktime_to_ms(ktime_sub(now, ffl->last_report_time)) >=
635 ffl->last_report_time = now;