/openbmc/linux/fs/ |
H A D | statfs.c | 81 *fsid = st.f_fsid; in vfs_get_fsid() 158 buf.f_fsid = st->f_fsid; in do_statfs_native() 182 buf.f_fsid = st->f_fsid; in do_statfs64() 292 buf.f_fsid.val[0] = kbuf->f_fsid.val[0]; in put_compat_statfs() 293 buf.f_fsid.val[1] = kbuf->f_fsid.val[1]; in put_compat_statfs() 339 buf.f_fsid.val[0] = kbuf->f_fsid.val[0]; in put_compat_statfs64() 340 buf.f_fsid.val[1] = kbuf->f_fsid.val[1]; in put_compat_statfs64()
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | statfs.h | 35 __kernel_fsid_t f_fsid; member 56 __kernel_fsid_t f_fsid; member 77 __kernel_fsid_t f_fsid; member 93 __kernel_fsid_t f_fsid; member
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | statfs.h | 31 __kernel_fsid_t f_fsid; member 54 __kernel_fsid_t f_fsid; member 77 __kernel_fsid_t f_fsid; member
|
/openbmc/qemu/bsd-user/freebsd/ |
H A D | os-stat.c | 204 __put_user(host_statfs->f_fsid.val[0], &target_statfs->f_fsid.val[0]); in h2t_freebsd11_statfs() 205 __put_user(host_statfs->f_fsid.val[1], &target_statfs->f_fsid.val[1]); in h2t_freebsd11_statfs() 242 __put_user(host_statfs->f_fsid.val[0], &target_statfs->f_fsid.val[0]); in h2t_freebsd_statfs() 243 __put_user(host_statfs->f_fsid.val[1], &target_statfs->f_fsid.val[1]); in h2t_freebsd_statfs()
|
/openbmc/linux/arch/s390/include/uapi/asm/ |
H A D | statfs.h | 29 __kernel_fsid_t f_fsid; member 44 __kernel_fsid_t f_fsid; member
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | compat.h | 96 compat_fsid_t f_fsid; member 111 compat_fsid_t f_fsid; member
|
/openbmc/linux/fs/hostfs/ |
H A D | hostfs_user.c | 406 memcpy(fsid_out, &buf.f_fsid, in do_statfs() 407 sizeof(buf.f_fsid) > fsid_size ? fsid_size : in do_statfs() 408 sizeof(buf.f_fsid)); in do_statfs()
|
/openbmc/linux/include/linux/ |
H A D | statfs.h | 17 __kernel_fsid_t f_fsid; member
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | compat.h | 79 compat_fsid_t f_fsid; member
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | compat.h | 71 compat_fsid_t f_fsid; member
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | osf_sys.c | 246 __kernel_fsid_t f_fsid; member 259 __kernel_fsid_t f_fsid; member 318 tmp_stat.f_fsid = linux_stat->f_fsid; in linux_to_osf_statfs() 338 tmp_stat.f_fsid = linux_stat->f_fsid; in linux_to_osf_statfs64()
|
/openbmc/qemu/bsd-user/ |
H A D | syscall_defs.h | 345 target_freebsd_fsid_t f_fsid; /* filesystem id */ member 370 target_freebsd_fsid_t f_fsid; /* filesystem id */ member
|
/openbmc/qemu/qga/ |
H A D | commands-bsd.c | 60 mount->fsid = mntp->f_fsid; in build_fs_mount_list()
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | compat.h | 70 compat_fsid_t f_fsid; member
|
/openbmc/qemu/linux-user/ |
H A D | syscall_defs.h | 2109 target_fsid_t f_fsid; member 2126 target_fsid_t f_fsid; member 2143 target_fsid_t f_fsid; member 2160 target_fsid_t f_fsid; member 2175 target_fsid_t f_fsid; member 2190 kernel_fsid_t f_fsid; member 2206 kernel_fsid_t f_fsid; member 2221 target_fsid_t f_fsid; member 2236 target_fsid_t f_fsid; member
|
/openbmc/linux/fs/vboxsf/ |
H A D | super.c | 318 stat->f_fsid.val[0] = 0; in vboxsf_statfs() 319 stat->f_fsid.val[1] = 0; in vboxsf_statfs()
|
/openbmc/linux/include/asm-generic/ |
H A D | compat.h | 100 compat_fsid_t f_fsid; member
|
/openbmc/openbmc/meta-openembedded/meta-networking/files/waf-cross-answers/ |
H A D | cross-answers-aarch64.txt | 29 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK
|
H A D | cross-answers-mips64el.txt | 29 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK
|
H A D | cross-answers-powerpc.txt | 30 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK
|
H A D | cross-answers-aarch64_be.txt | 29 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK
|
H A D | cross-answers-mips.txt | 30 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK
|
H A D | cross-answers-riscv32.txt | 30 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK
|
H A D | cross-answers-powerpc64.txt | 30 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK
|
H A D | cross-answers-powerpc64le.txt | 30 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK
|