Lines Matching refs:ltmp
82 struct linux_statfs ltmp; in linux32_sys_statfs() local
88 bsd_to_linux_statfs(sb, <mp); in linux32_sys_statfs()
89 error = copyout(<mp, SCARG_P32(uap, sp), sizeof ltmp); in linux32_sys_statfs()
104 struct linux_statfs ltmp; in linux32_sys_fstatfs() local
110 bsd_to_linux_statfs(sb, <mp); in linux32_sys_fstatfs()
111 error = copyout(<mp, SCARG_P32(uap, sp), sizeof ltmp); in linux32_sys_fstatfs()
126 struct linux_statfs64 ltmp; in linux32_sys_statfs64() local
132 bsd_to_linux_statfs64(sb, <mp); in linux32_sys_statfs64()
133 error = copyout(<mp, SCARG_P32(uap, sp), sizeof ltmp); in linux32_sys_statfs64()
148 struct linux_statfs64 ltmp; in linux32_sys_fstatfs64() local
154 bsd_to_linux_statfs64(sb, <mp); in linux32_sys_fstatfs64()
155 error = copyout(<mp, SCARG_P32(uap, sp), sizeof ltmp); in linux32_sys_fstatfs64()