tag | line | file | source code |
statfs | 197 | fs/ext/inode.c | void ext_statfs (struct super_block *sb, struct statfs *buf) |
statfs | 118 | fs/minix/inode.c | void minix_statfs (struct super_block *sb, struct statfs *buf) |
statfs | 157 | fs/msdos/inode.c | void msdos_statfs(struct super_block *sb,struct statfs *buf) |
statfs | 33 | fs/open.c | int sys_statfs(const char * path, struct statfs * buf) |
statfs | 37 | fs/open.c | verify_area(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 | int sys_fstatfs(unsigned int fd, struct statfs * buf) |
statfs | 54 | fs/open.c | verify_area(buf, sizeof(struct statfs)); |
statfs | 59 | fs/open.c | if (!inode->i_sb->s_op->statfs) |
statfs | 61 | fs/open.c | inode->i_sb->s_op->statfs(inode->i_sb, buf); |
statfs | 112 | include/linux/ext_fs.h | extern void ext_statfs(struct super_block *, struct statfs *); |
statfs | 210 | include/linux/fs.h | void (*statfs) (struct super_block *sb, struct statfs *buf); |
statfs | 78 | include/linux/minix_fs.h | extern void minix_statfs(struct super_block *, struct statfs *); |
statfs | 154 | include/linux/msdos_fs.h | extern void msdos_statfs(struct super_block *sb,struct statfs *buf); |