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

/linux-master/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c54 struct nfs4_flexfile_layout *ffl; local
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
71 struct nfs4_flexfile_layout *ffl = FF_LAYOUT_FROM_HDR(lo); local
567 struct nfs4_flexfile_layout *ffl; local
607 struct nfs4_flexfile_layout *ffl = FF_LAYOUT_FROM_HDR(mirror->layout); local
[all...]
/linux-master/fs/fuse/
H A Dfile.c2594 const struct fuse_file_lock *ffl,
2597 switch (ffl->type) {
2603 if (ffl->start > OFFSET_MAX || ffl->end > OFFSET_MAX ||
2604 ffl->end < ffl->start)
2607 fl->fl_start = ffl->start;
2608 fl->fl_end = ffl->end;
2615 fl->c.flc_pid = pid_nr_ns(find_pid_ns(ffl->pid, fc->pid_ns), &init_pid_ns);
2622 fl->c.flc_type = ffl
2593 convert_fuse_file_lock(struct fuse_conn *fc, const struct fuse_file_lock *ffl, struct file_lock *fl) argument
[all...]

Completed in 289 milliseconds