Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/kvm/
H A Dfpu.S37 stfs 0,0(r4); \
59 stfs 0,0(r4); \
83 stfs 0,0(r4); \
284 stfs 0,0(r4)
/linux-6.15/arch/powerpc/math-emu/
H A 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()
H A Dstfs.c12 stfs(void *frS, void *ea) in stfs() function
H A DMakefile12 mtfsb1.o stfiwx.o stfs.o math.o \
/linux-6.15/arch/powerpc/lib/
H A Dldstfp.S233 stfs fr0, 0(r4)
/linux-6.15/fs/smb/server/
H A Dsmb2pdu.c5398 struct kstatfs stfs; in smb2_get_info_filesystem() local
5411 rc = vfs_statfs(&path, &stfs); in smb2_get_info_filesystem()
5499 info->BytesPerSector = cpu_to_le32(stfs.f_bsize); in smb2_get_info_filesystem()
5510 cpu_to_le64(stfs.f_bavail); in smb2_get_info_filesystem()
5512 cpu_to_le64(stfs.f_bfree); in smb2_get_info_filesystem()
5514 info->BytesPerSector = cpu_to_le32(stfs.f_bsize); in smb2_get_info_filesystem()
5588 info->BlockSize = cpu_to_le32(stfs.f_bsize); in smb2_get_info_filesystem()
5589 info->TotalBlocks = cpu_to_le64(stfs.f_blocks); in smb2_get_info_filesystem()
5590 info->BlocksAvail = cpu_to_le64(stfs.f_bfree); in smb2_get_info_filesystem()
5592 info->TotalFileNodes = cpu_to_le64(stfs.f_files); in smb2_get_info_filesystem()
[all …]
/linux-6.15/tools/testing/selftests/powerpc/alignment/
H A Dalignment_handler.c547 STORE_FLOAT_DFORM_TEST(stfs); in test_alignment_handler_fp()