ffl              2322 fs/fuse/file.c 				  const struct fuse_file_lock *ffl,
ffl              2325 fs/fuse/file.c 	switch (ffl->type) {
ffl              2331 fs/fuse/file.c 		if (ffl->start > OFFSET_MAX || ffl->end > OFFSET_MAX ||
ffl              2332 fs/fuse/file.c 		    ffl->end < ffl->start)
ffl              2335 fs/fuse/file.c 		fl->fl_start = ffl->start;
ffl              2336 fs/fuse/file.c 		fl->fl_end = ffl->end;
ffl              2343 fs/fuse/file.c 		fl->fl_pid = pid_nr_ns(find_pid_ns(ffl->pid, fc->pid_ns), &init_pid_ns);
ffl              2350 fs/fuse/file.c 	fl->fl_type = ffl->type;
ffl                47 fs/nfs/flexfilelayout/flexfilelayout.c 	struct nfs4_flexfile_layout *ffl;
ffl                49 fs/nfs/flexfilelayout/flexfilelayout.c 	ffl = kzalloc(sizeof(*ffl), gfp_flags);
ffl                50 fs/nfs/flexfilelayout/flexfilelayout.c 	if (ffl) {
ffl                51 fs/nfs/flexfilelayout/flexfilelayout.c 		INIT_LIST_HEAD(&ffl->error_list);
ffl                52 fs/nfs/flexfilelayout/flexfilelayout.c 		INIT_LIST_HEAD(&ffl->mirrors);
ffl                53 fs/nfs/flexfilelayout/flexfilelayout.c 		ffl->last_report_time = ktime_get();
ffl                54 fs/nfs/flexfilelayout/flexfilelayout.c 		return &ffl->generic_hdr;
ffl               582 fs/nfs/flexfilelayout/flexfilelayout.c 		struct nfs4_flexfile_layout *ffl;
ffl               585 fs/nfs/flexfilelayout/flexfilelayout.c 		ffl = FF_LAYOUT_FROM_HDR(lseg->pls_layout);
ffl               586 fs/nfs/flexfilelayout/flexfilelayout.c 		inode = ffl->generic_hdr.plh_inode;
ffl               589 fs/nfs/flexfilelayout/flexfilelayout.c 			ffl->commit_info.nbuckets = 0;
ffl               590 fs/nfs/flexfilelayout/flexfilelayout.c 			kfree(ffl->commit_info.buckets);
ffl               591 fs/nfs/flexfilelayout/flexfilelayout.c 			ffl->commit_info.buckets = NULL;
ffl               633 fs/nfs/flexfilelayout/flexfilelayout.c 	struct nfs4_flexfile_layout *ffl = FF_LAYOUT_FROM_HDR(mirror->layout);
ffl               642 fs/nfs/flexfilelayout/flexfilelayout.c 	if (ktime_to_ms(ktime_sub(now, ffl->last_report_time)) >=
ffl               644 fs/nfs/flexfilelayout/flexfilelayout.c 		ffl->last_report_time = now;