tag | line | file | source code |
statfs | 147 | fs/ext/inode.c | void ext_statfs (struct super_block *sb, struct statfs *buf) |
statfs | 719 | fs/ext2/super.c | void ext2_statfs (struct super_block * sb, struct statfs * buf) |
statfs | 131 | fs/hpfs/hpfs_fs.c | static void hpfs_statfs(struct super_block *, struct statfs *); |
statfs | 730 | fs/hpfs/hpfs_fs.c | static void hpfs_statfs(struct super_block *s, struct statfs *buf) |
statfs | 394 | fs/isofs/inode.c | void isofs_statfs (struct super_block *sb, struct statfs *buf) |
statfs | 227 | fs/minix/inode.c | void minix_statfs(struct super_block *sb, struct statfs *buf) |
statfs | 312 | fs/msdos/inode.c | void msdos_statfs(struct super_block *sb,struct statfs *buf) |
statfs | 37 | fs/nfs/inode.c | static void nfs_statfs(struct super_block *, struct statfs *); |
statfs | 145 | fs/nfs/inode.c | void nfs_statfs(struct super_block *sb, struct statfs *buf) |
statfs | 30 | fs/open.c | asmlinkage int sys_statfs(const char * path, struct statfs * buf) |
statfs | 35 | fs/open.c | error = verify_area(VERIFY_WRITE, buf, sizeof(struct statfs)); |
statfs | 41 | fs/open.c | if (!inode->i_sb->s_op->statfs) { |
statfs | 45 | fs/open.c | inode->i_sb->s_op->statfs(inode->i_sb, buf); |
statfs | 50 | fs/open.c | asmlinkage int sys_fstatfs(unsigned int fd, struct statfs * buf) |
statfs | 56 | fs/open.c | error = verify_area(VERIFY_WRITE, buf, sizeof(struct statfs)); |
statfs | 63 | fs/open.c | if (!inode->i_sb->s_op->statfs) |
statfs | 65 | fs/open.c | inode->i_sb->s_op->statfs(inode->i_sb, buf); |
statfs | 96 | fs/proc/inode.c | void proc_statfs(struct super_block *sb, struct statfs *buf) |
statfs | 539 | fs/sysv/inode.c | void sysv_statfs(struct super_block *sb, struct statfs *buf) |
statfs | 64 | fs/umsdos/inode.c | void UMSDOS_statfs(struct super_block *sb,struct statfs *buf) |
statfs | 174 | fs/xiafs/inode.c | void xiafs_statfs(struct super_block *sb, struct statfs *buf) |
statfs | 484 | include/linux/ext2_fs.h | extern void ext2_statfs (struct super_block *, struct statfs *); |
statfs | 97 | include/linux/ext_fs.h | extern void ext_statfs(struct super_block *, struct statfs *); |
statfs | 369 | include/linux/fs.h | void (*statfs) (struct super_block *, struct statfs *); |
statfs | 180 | include/linux/iso_fs.h | extern void isofs_statfs(struct super_block *, struct statfs *); |
statfs | 117 | include/linux/minix_fs.h | extern void minix_statfs(struct super_block *, struct statfs *); |
statfs | 162 | include/linux/msdos_fs.h | extern void msdos_statfs(struct super_block *sb,struct statfs *buf); |
statfs | 115 | include/linux/proc_fs.h | extern void proc_statfs(struct super_block *, struct statfs *); |
statfs | 398 | include/linux/sysv_fs.h | extern void sysv_statfs(struct super_block *, struct statfs *); |
statfs | 101 | include/linux/xia_fs.h | extern void xiafs_statfs(struct super_block *, struct statfs *); |