Home
last modified time | relevance | path

Searched refs:stfs (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/arch/powerpc/kvm/
Dfpu.S37 stfs 0,0(r4); \
59 stfs 0,0(r4); \
83 stfs 0,0(r4); \
284 stfs 0,0(r4)
/Linux-v6.6/arch/powerpc/math-emu/
Dmath.c66 FLOATFUNC(stfs);
245 case STFS: func = stfs; type = D; break; in do_mathemu()
246 case STFSU: func = stfs; type = DU; break; in do_mathemu()
256 case STFSX: func = stfs; type = XE; break; in do_mathemu()
257 case STFSUX: func = stfs; type = XEU; break; in do_mathemu()
Dstfs.c12 stfs(void *frS, void *ea) in stfs() function
DMakefile12 mtfsb1.o stfiwx.o stfs.o math.o \
/Linux-v6.6/arch/powerpc/lib/
Dldstfp.S233 stfs fr0, 0(r4)
/Linux-v6.6/fs/smb/server/
Dsmb2pdu.c4988 struct kstatfs stfs; in smb2_get_info_filesystem() local
5001 rc = vfs_statfs(&path, &stfs); in smb2_get_info_filesystem()
5017 info->DeviceType = cpu_to_le32(stfs.f_type); in smb2_get_info_filesystem()
5041 info->MaxPathNameComponentLength = cpu_to_le32(stfs.f_namelen); in smb2_get_info_filesystem()
5081 info->TotalAllocationUnits = cpu_to_le64(stfs.f_blocks); in smb2_get_info_filesystem()
5082 info->FreeAllocationUnits = cpu_to_le64(stfs.f_bfree); in smb2_get_info_filesystem()
5084 info->BytesPerSector = cpu_to_le32(stfs.f_bsize); in smb2_get_info_filesystem()
5093 info->TotalAllocationUnits = cpu_to_le64(stfs.f_blocks); in smb2_get_info_filesystem()
5095 cpu_to_le64(stfs.f_bavail); in smb2_get_info_filesystem()
5097 cpu_to_le64(stfs.f_bfree); in smb2_get_info_filesystem()
[all …]
/Linux-v6.6/tools/testing/selftests/powerpc/alignment/
Dalignment_handler.c547 STORE_FLOAT_DFORM_TEST(stfs); in test_alignment_handler_fp()