Home
last modified time | relevance | path

Searched refs:lo_backing_file (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dlloop.c124 struct file *lo_backing_file; member
189 struct inode *inode = file_inode(lo->lo_backing_file); in do_bio_lustrebacked()
509 lo->lo_backing_file = file; in loop_set_fd()
549 struct file *filp = lo->lo_backing_file; in loop_clr_fd()
567 lo->lo_backing_file = NULL; in loop_clr_fd()
623 if (lo->lo_backing_file == NULL) { in lo_ioctl()
628 inode = file_inode(lo->lo_backing_file); in lo_ioctl()
694 if (file_inode(lo->lo_backing_file) == file_inode(file)) in lloop_ioctl()
/linux-4.1.27/drivers/block/
Dloop.c170 loff_t size = get_size(offset, sizelimit, lo->lo_backing_file); in figure_loop_size()
235 ret = lo_write_bvec(lo->lo_backing_file, &bvec, &pos); in lo_write_simple()
270 ret = lo_write_bvec(lo->lo_backing_file, &b, &pos); in lo_write_transfer()
289 len = vfs_iter_read(lo->lo_backing_file, &i, &pos); in lo_read_simple()
330 len = vfs_iter_read(lo->lo_backing_file, &i, &pos); in lo_read_transfer()
366 struct file *file = lo->lo_backing_file; in lo_discard()
384 struct file *file = lo->lo_backing_file; in lo_req_flush()
430 struct file *old_file = lo->lo_backing_file; in do_loop_switch()
439 lo->lo_backing_file = file; in do_loop_switch()
507 old_file = lo->lo_backing_file; in loop_change_fd()
[all …]
Dloop.h49 struct file * lo_backing_file; member