Home
last modified time | relevance | path

Searched refs:ffl (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c54 struct nfs4_flexfile_layout *ffl; in ff_layout_alloc_layout_hdr() local
56 ffl = kzalloc(sizeof(*ffl), gfp_flags); in ff_layout_alloc_layout_hdr()
57 if (ffl) { in ff_layout_alloc_layout_hdr()
59 INIT_LIST_HEAD(&ffl->error_list); in ff_layout_alloc_layout_hdr()
60 INIT_LIST_HEAD(&ffl->mirrors); in ff_layout_alloc_layout_hdr()
61 ffl->last_report_time = ktime_get(); in ff_layout_alloc_layout_hdr()
63 return &ffl->generic_hdr; in ff_layout_alloc_layout_hdr()
78 kfree_rcu(ffl, generic_hdr.plh_rcu); in ff_layout_free_layout_hdr()
567 struct nfs4_flexfile_layout *ffl; in ff_layout_free_lseg() local
571 inode = ffl->generic_hdr.plh_inode; in ff_layout_free_lseg()
[all …]
/openbmc/linux/fs/fuse/
H A Dfile.c2500 const struct fuse_file_lock *ffl, in convert_fuse_file_lock() argument
2503 switch (ffl->type) { in convert_fuse_file_lock()
2509 if (ffl->start > OFFSET_MAX || ffl->end > OFFSET_MAX || in convert_fuse_file_lock()
2510 ffl->end < ffl->start) in convert_fuse_file_lock()
2513 fl->fl_start = ffl->start; in convert_fuse_file_lock()
2514 fl->fl_end = ffl->end; in convert_fuse_file_lock()
2521 fl->fl_pid = pid_nr_ns(find_pid_ns(ffl->pid, fc->pid_ns), &init_pid_ns); in convert_fuse_file_lock()
2528 fl->fl_type = ffl->type; in convert_fuse_file_lock()