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

/linux-4.1.27/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c31 struct nfs4_flexfile_layout *ffl; ff_layout_alloc_layout_hdr() local
33 ffl = kzalloc(sizeof(*ffl), gfp_flags); ff_layout_alloc_layout_hdr()
34 if (ffl) { ff_layout_alloc_layout_hdr()
35 INIT_LIST_HEAD(&ffl->error_list); ff_layout_alloc_layout_hdr()
36 return &ffl->generic_hdr; ff_layout_alloc_layout_hdr()
395 struct nfs4_flexfile_layout *ffl; ff_layout_free_lseg() local
398 ffl = FF_LAYOUT_FROM_HDR(lseg->pls_layout); ff_layout_free_lseg()
399 inode = ffl->generic_hdr.plh_inode; ff_layout_free_lseg()
402 ffl->commit_info.nbuckets = 0; ff_layout_free_lseg()
403 kfree(ffl->commit_info.buckets); ff_layout_free_lseg()
404 ffl->commit_info.buckets = NULL; ff_layout_free_lseg()
/linux-4.1.27/fs/fuse/
H A Dfile.c2071 static int convert_fuse_file_lock(const struct fuse_file_lock *ffl, convert_fuse_file_lock() argument
2074 switch (ffl->type) { convert_fuse_file_lock()
2080 if (ffl->start > OFFSET_MAX || ffl->end > OFFSET_MAX || convert_fuse_file_lock()
2081 ffl->end < ffl->start) convert_fuse_file_lock()
2084 fl->fl_start = ffl->start; convert_fuse_file_lock()
2085 fl->fl_end = ffl->end; convert_fuse_file_lock()
2086 fl->fl_pid = ffl->pid; convert_fuse_file_lock()
2092 fl->fl_type = ffl->type; convert_fuse_file_lock()

Completed in 129 milliseconds