tag | line | file | source code |
statfs | 147 | fs/ext/inode.c | void ext_statfs (struct super_block *sb, struct statfs *buf) |
statfs | 669 | fs/ext2/super.c | void ext2_statfs (struct super_block * sb, struct statfs * buf) |
statfs | 127 | fs/hpfs/hpfs_fs.c | static void hpfs_statfs(struct super_block *, struct statfs *); |
statfs | 726 | fs/hpfs/hpfs_fs.c | static void hpfs_statfs(struct super_block *s, struct statfs *buf) |
statfs | 303 | fs/isofs/inode.c | void isofs_statfs (struct super_block *sb, struct statfs *buf) |
statfs | 212 | fs/minix/inode.c | void minix_statfs(struct super_block *sb, struct statfs *buf) |
statfs | 262 | fs/msdos/inode.c | void msdos_statfs(struct super_block *sb,struct statfs *buf) |
statfs | 26 | fs/nfs/inode.c | static void nfs_statfs(struct super_block *, struct statfs *); |
statfs | 129 | fs/nfs/inode.c | void nfs_statfs(struct super_block *sb, struct statfs *buf) |
statfs | 29 | fs/open.c | asmlinkage int sys_statfs(const char * path, struct statfs * buf) |
statfs | 34 | fs/open.c | error = verify_area(VERIFY_WRITE, buf, sizeof(struct statfs)); |
statfs | 40 | fs/open.c | if (!inode->i_sb->s_op->statfs) { |
statfs | 44 | fs/open.c | inode->i_sb->s_op->statfs(inode->i_sb, buf); |
statfs | 49 | fs/open.c | asmlinkage int sys_fstatfs(unsigned int fd, struct statfs * buf) |
statfs | 55 | fs/open.c | error = verify_area(VERIFY_WRITE, buf, sizeof(struct statfs)); |
statfs | 62 | fs/open.c | if (!inode->i_sb->s_op->statfs) |
statfs | 64 | fs/open.c | inode->i_sb->s_op->statfs(inode->i_sb, buf); |
statfs | 61 | fs/proc/inode.c | void proc_statfs(struct super_block *sb, struct statfs *buf) |
statfs | 367 | fs/sysv/inode.c | void sysv_statfs(struct super_block *sb, struct statfs *buf) |
statfs | 54 | fs/umsdos/inode.c | void UMSDOS_statfs(struct super_block *sb,struct statfs *buf) |
statfs | 158 | fs/xiafs/inode.c | void xiafs_statfs(struct super_block *sb, struct statfs *buf) |
statfs | 477 | 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 | 338 | 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 | 113 | include/linux/minix_fs.h | extern void minix_statfs(struct super_block *, struct statfs *); |
statfs | 174 | include/linux/msdos_fs.h | extern void msdos_statfs(struct super_block *sb,struct statfs *buf); |
statfs | 89 | include/linux/proc_fs.h | extern void proc_statfs(struct super_block *, struct statfs *); |
statfs | 427 | include/linux/sysv_fs.h | extern void sysv_statfs(struct super_block *, struct statfs *); |
statfs | 99 | include/linux/xia_fs.h | extern void xiafs_statfs(struct super_block *, struct statfs *); |