Lines Matching refs:downcall
189 if (new_op->downcall.status < 0) in orangefs_statfs()
197 (long)new_op->downcall.resp.statfs.blocks_avail, in orangefs_statfs()
198 (long)new_op->downcall.resp.statfs.blocks_total, in orangefs_statfs()
199 (long)new_op->downcall.resp.statfs.block_size, in orangefs_statfs()
200 (long)new_op->downcall.resp.statfs.files_total, in orangefs_statfs()
201 (long)new_op->downcall.resp.statfs.files_avail); in orangefs_statfs()
206 buf->f_bsize = new_op->downcall.resp.statfs.block_size; in orangefs_statfs()
209 buf->f_blocks = (sector_t) new_op->downcall.resp.statfs.blocks_total; in orangefs_statfs()
210 buf->f_bfree = (sector_t) new_op->downcall.resp.statfs.blocks_avail; in orangefs_statfs()
211 buf->f_bavail = (sector_t) new_op->downcall.resp.statfs.blocks_avail; in orangefs_statfs()
212 buf->f_files = (sector_t) new_op->downcall.resp.statfs.files_total; in orangefs_statfs()
213 buf->f_ffree = (sector_t) new_op->downcall.resp.statfs.files_avail; in orangefs_statfs()
280 orangefs_sb->id = new_op->downcall.resp.fs_mount.id; in orangefs_remount()
295 new_op->downcall.resp.features.features; in orangefs_remount()
508 if (new_op->downcall.resp.fs_mount.fs_id == ORANGEFS_FS_ID_NULL) { in orangefs_mount()
518 orangefs_unmount(new_op->downcall.resp.fs_mount.id, in orangefs_mount()
519 new_op->downcall.resp.fs_mount.fs_id, devname); in orangefs_mount()
531 &new_op->downcall.resp.fs_mount, data, in orangefs_mount()
570 orangefs_features = new_op->downcall.resp.features.features; in orangefs_mount()