Searched refs:fstatfs (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/fs/ |
D | statfs.c | 193 SYSCALL_DEFINE2(fstatfs, unsigned int, fd, struct statfs __user *, buf) in SYSCALL_DEFINE2() argument
|
D | compat.c | 259 COMPAT_SYSCALL_DEFINE2(fstatfs, unsigned int, fd, struct compat_statfs __user *, buf) in COMPAT_SYSCALL_DEFINE2() argument
|
/linux-4.4.14/arch/parisc/kernel/ |
D | syscall_table.S | 176 ENTRY_COMP(fstatfs) /* 100 */
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | systbl.h | 107 COMPAT_SYS(fstatfs)
|
/linux-4.4.14/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 147 138 common fstatfs sys_fstatfs
|
D | syscall_32.tbl | 109 100 i386 fstatfs sys_fstatfs compat_sys_fstatfs
|
/linux-4.4.14/Documentation/filesystems/ |
D | Locking | 154 identify the superblock. Everything else (statfs(), fstatfs(), etc.)
|