Home
last modified time | relevance | path

Searched refs:statfs (Results 1 – 25 of 189) sorted by relevance

12345678

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Dstatfs.h31 extern int statfs (const char *__file, struct statfs *__buf)
35 extern int __REDIRECT_NTH (statfs,
36 (const char *__file, struct statfs *__buf),
39 # define statfs statfs64
50 extern int fstatfs (int __fildes, struct statfs *__buf)
54 extern int __REDIRECT_NTH (fstatfs, (int __fildes, struct statfs *__buf),
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Dstatfs.h31 extern int statfs (const char *__file, struct statfs *__buf)
35 extern int __REDIRECT_NTH (statfs,
36 (const char *__file, struct statfs *__buf),
39 # define statfs statfs64
50 extern int fstatfs (int __fildes, struct statfs *__buf)
54 extern int __REDIRECT_NTH (fstatfs, (int __fildes, struct statfs *__buf),
/OK3568_Linux_fs/kernel/fs/orangefs/
H A Dsuper.c181 new_op->upcall.req.statfs.fs_id = ORANGEFS_SB(sb)->fs_id; in orangefs_statfs()
196 (long)new_op->downcall.resp.statfs.blocks_avail, in orangefs_statfs()
197 (long)new_op->downcall.resp.statfs.blocks_total, in orangefs_statfs()
198 (long)new_op->downcall.resp.statfs.block_size, in orangefs_statfs()
199 (long)new_op->downcall.resp.statfs.files_total, in orangefs_statfs()
200 (long)new_op->downcall.resp.statfs.files_avail); in orangefs_statfs()
204 buf->f_bsize = new_op->downcall.resp.statfs.block_size; in orangefs_statfs()
207 buf->f_blocks = (sector_t) new_op->downcall.resp.statfs.blocks_total; in orangefs_statfs()
208 buf->f_bfree = (sector_t) new_op->downcall.resp.statfs.blocks_avail; in orangefs_statfs()
209 buf->f_bavail = (sector_t) new_op->downcall.resp.statfs.blocks_avail; in orangefs_statfs()
[all …]
/OK3568_Linux_fs/kernel/fs/
H A Dstatfs.c59 if (!dentry->d_sb->s_op->statfs) in statfs_by_dentry()
66 retval = dentry->d_sb->s_op->statfs(dentry, buf); in statfs_by_dentry()
126 static int do_statfs_native(struct kstatfs *st, struct statfs __user *p) in do_statfs_native()
128 struct statfs buf; in do_statfs_native()
192 SYSCALL_DEFINE2(statfs, const char __user *, pathname, struct statfs __user *, buf) in SYSCALL_DEFINE2() argument
213 SYSCALL_DEFINE2(fstatfs, unsigned int, fd, struct statfs __user *, buf) in SYSCALL_DEFINE2()
302 COMPAT_SYSCALL_DEFINE2(statfs, const char __user *, pathname, struct compat_statfs __user *, buf) in COMPAT_SYSCALL_DEFINE2() argument
/OK3568_Linux_fs/buildroot/package/ecryptfs-utils/
H A D0001-musl.patch15 + struct statfs buf;
32 - struct statfs buf;
35 if (statfs(".", &buf) != 0) {
/OK3568_Linux_fs/kernel/fs/ecryptfs/
H A Dsuper.c95 if (!lower_dentry->d_sb->s_op->statfs) in ecryptfs_statfs()
98 rc = lower_dentry->d_sb->s_op->statfs(lower_dentry, buf); in ecryptfs_statfs()
174 .statfs = ecryptfs_statfs,
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dtracelog.c29 struct statfs st_fs; in validate_tracefs_mnt()
31 if (statfs(mnt, &st_fs) < 0) in validate_tracefs_mnt()
/OK3568_Linux_fs/kernel/arch/um/os-Linux/
H A Dmem.c26 struct statfs st; in check_tmpfs()
29 if (statfs(dir, &st) < 0) { in check_tmpfs()
/OK3568_Linux_fs/kernel/tools/testing/selftests/mount/
H A Dnosymfollow-test.c178 struct statfs buf; in test_statfs()
181 ret = statfs(TMP, &buf); in test_statfs()
/OK3568_Linux_fs/buildroot/package/libtalloc/
H A Dlibtalloc-cache.txt31 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/files/waf-cross-answers/
H A Dcross-answers-arm.txt30 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK
H A Dcross-answers-aarch64.txt29 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK
H A Dcross-answers-riscv64.txt29 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK
H A Dcross-answers-mipsel.txt30 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK
H A Dcross-answers-mips.txt30 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK
H A Dcross-answers-mips64.txt29 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK
H A Dcross-answers-i586.txt30 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK
H A Dcross-answers-i686.txt30 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK
H A Dcross-answers-armeb.txt30 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK
H A Dcross-answers-powerpc64.txt30 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK
H A Dcross-answers-aarch64_be.txt29 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK
H A Dcross-answers-powerpc64le.txt30 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK
H A Dcross-answers-x86_64.txt29 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK
H A Dcross-answers-powerpc.txt30 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK
/OK3568_Linux_fs/buildroot/package/samba4/
H A Dsamba4-cache.txt31 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK

12345678