Searched refs:ffl (Results 1 – 2 of 2) sorted by relevance
55 struct nfs4_flexfile_layout *ffl; in ff_layout_alloc_layout_hdr() local57 ffl = kzalloc(sizeof(*ffl), gfp_flags); in ff_layout_alloc_layout_hdr()58 if (ffl) { in ff_layout_alloc_layout_hdr()59 pnfs_init_ds_commit_info(&ffl->commit_info); in ff_layout_alloc_layout_hdr()60 INIT_LIST_HEAD(&ffl->error_list); in ff_layout_alloc_layout_hdr()61 INIT_LIST_HEAD(&ffl->mirrors); in ff_layout_alloc_layout_hdr()62 ffl->last_report_time = ktime_get(); in ff_layout_alloc_layout_hdr()63 ffl->commit_info.ops = &ff_layout_commit_ops; in ff_layout_alloc_layout_hdr()64 return &ffl->generic_hdr; in ff_layout_alloc_layout_hdr()72 struct nfs4_flexfile_layout *ffl = FF_LAYOUT_FROM_HDR(lo); in ff_layout_free_layout_hdr() local[all …]
2429 const struct fuse_file_lock *ffl, in convert_fuse_file_lock() argument2432 switch (ffl->type) { in convert_fuse_file_lock()2438 if (ffl->start > OFFSET_MAX || ffl->end > OFFSET_MAX || in convert_fuse_file_lock()2439 ffl->end < ffl->start) in convert_fuse_file_lock()2442 fl->fl_start = ffl->start; in convert_fuse_file_lock()2443 fl->fl_end = ffl->end; in convert_fuse_file_lock()2450 fl->c.flc_pid = pid_nr_ns(find_pid_ns(ffl->pid, fc->pid_ns), &init_pid_ns); in convert_fuse_file_lock()2457 fl->c.flc_type = ffl->type; in convert_fuse_file_lock()