Lines Matching refs:resp
196 (long)new_op->downcall.resp.statfs.blocks_avail, in orangefs_statfs()
197 (long)new_op->downcall.resp.statfs.blocks_total, in orangefs_statfs()
198 (long)new_op->downcall.resp.statfs.block_size, in orangefs_statfs()
199 (long)new_op->downcall.resp.statfs.files_total, in orangefs_statfs()
200 (long)new_op->downcall.resp.statfs.files_avail); in orangefs_statfs()
204 buf->f_bsize = new_op->downcall.resp.statfs.block_size; in orangefs_statfs()
207 buf->f_blocks = (sector_t) new_op->downcall.resp.statfs.blocks_total; in orangefs_statfs()
208 buf->f_bfree = (sector_t) new_op->downcall.resp.statfs.blocks_avail; in orangefs_statfs()
209 buf->f_bavail = (sector_t) new_op->downcall.resp.statfs.blocks_avail; in orangefs_statfs()
210 buf->f_files = (sector_t) new_op->downcall.resp.statfs.files_total; in orangefs_statfs()
211 buf->f_ffree = (sector_t) new_op->downcall.resp.statfs.files_avail; in orangefs_statfs()
279 orangefs_sb->id = new_op->downcall.resp.fs_mount.id; in orangefs_remount()
294 new_op->downcall.resp.features.features; in orangefs_remount()
510 if (new_op->downcall.resp.fs_mount.fs_id == ORANGEFS_FS_ID_NULL) { in orangefs_mount()
520 orangefs_unmount(new_op->downcall.resp.fs_mount.id, in orangefs_mount()
521 new_op->downcall.resp.fs_mount.fs_id, devname); in orangefs_mount()
533 &new_op->downcall.resp.fs_mount, data, in orangefs_mount()
573 orangefs_features = new_op->downcall.resp.features.features; in orangefs_mount()