Lines Matching refs:file_data
656 struct ctl_be_block_filedata *file_data; in ctl_be_block_dispatch_file() local
665 file_data = &be_lun->backend.file; in ctl_be_block_dispatch_file()
719 error = VOP_READ(be_lun->vn, &xuio, flags, file_data->cred); in ctl_be_block_dispatch_file()
761 error = VOP_WRITE(be_lun->vn, &xuio, flags, file_data->cred); in ctl_be_block_dispatch_file()
882 struct ctl_be_block_filedata *file_data; in ctl_be_block_unmap_file() local
891 file_data = &be_lun->backend.file; in ctl_be_block_unmap_file()
913 0, IO_NOMACCHECK | IO_NODELOCKED, file_data->cred, in ctl_be_block_unmap_file()
923 IO_NOMACCHECK | IO_NODELOCKED, file_data->cred, NOCRED); in ctl_be_block_unmap_file()
2214 struct ctl_be_block_filedata *file_data; in ctl_be_block_open_file() local
2223 file_data = &be_lun->backend.file; in ctl_be_block_open_file()
2252 file_data->cred = crhold(curthread->td_ucred); in ctl_be_block_open_file()