Home
last modified time | relevance | path

Searched refs:f_type (Results 1 – 14 of 14) sorted by path

/qemu/block/
H A Dfile-posix.c351 if (ret == 0 && buf.f_type == NFS_SUPER_MAGIC) { in dio_byte_aligned()
/qemu/bsd-user/freebsd/
H A Dos-stat.c188 __put_user(host_statfs->f_type, &target_statfs->f_type); in h2t_freebsd11_statfs()
226 __put_user(host_statfs->f_type, &target_statfs->f_type); in h2t_freebsd_statfs()
/qemu/bsd-user/
H A Dsyscall_defs.h329 uint32_t f_type; /* type of filesystem */ member
354 uint32_t f_type; /* type of filesystem */ member
/qemu/fsdev/
H A Dvirtfs-proxy-helper.c534 pr_stfs->f_type = stfs->f_type; in statfs_to_prstatfs()
593 "qqqqqqqqqqq", pr_stfs.f_type, in do_stat()
1170 switch (st_fs.f_type) { in main()
/qemu/hw/9pfs/
H A D9p-local.c1428 switch (stbuf.f_type) { in local_ioc_getversion_init()
H A D9p-proxy.c123 stfs->f_type = prstfs->f_type; in prstatfs_to_statfs()
253 "qqqqqqqqqqq", &prstfs.f_type, in v9fs_receive_response()
H A D9p-proxy.h90 uint64_t f_type; member
H A D9p-synth.c436 stbuf->f_type = 0xABCD; in synth_statfs()
H A D9p.c3551 uint32_t f_type; in v9fs_fill_statfs() local
3571 f_type = stbuf->f_type; in v9fs_fill_statfs()
3595 f_type, f_bsize, f_blocks, f_bfree, in v9fs_fill_statfs()
/qemu/linux-user/
H A Dsyscall.c10607 __put_user(stfs.f_type, &target_stfs->f_type); in _syscall2()
10646 __put_user(stfs.f_type, &target_stfs->f_type); in _syscall2()
H A Dsyscall_defs.h2105 abi_int f_type; member
2122 abi_long f_type; member
2140 abi_uint f_type; member
2159 abi_long f_type; member
2174 abi_long f_type; member
2189 abi_int f_type; member
2205 abi_int f_type; member
2220 abi_uint f_type; member
2235 abi_uint f_type; member
/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.c368 if (!ret && (unsigned int)fs.f_type == HUGETLBFS_MAGIC) { in get_fd_hugepagesize()
/qemu/tests/qtest/
H A Dvhost-user-test.c549 if (fs.f_type != HUGETLBFS_MAGIC) { in init_hugepagefs()
/qemu/util/
H A Dmmap-alloc.c47 switch (fs.f_type) { in qemu_fd_getfs()
71 if (ret == 0 && fs.f_type == HUGETLBFS_MAGIC) { in qemu_fd_getpagesize()