taglinefilesource code
statfs197fs/ext/inode.cvoid ext_statfs (struct super_block *sb, struct statfs *buf)
statfs118fs/minix/inode.cvoid minix_statfs (struct super_block *sb, struct statfs *buf)
statfs157fs/msdos/inode.cvoid msdos_statfs(struct super_block *sb,struct statfs *buf)
statfs33fs/open.cint sys_statfs(const char * path, struct statfs * buf)
statfs37fs/open.cverify_area(buf, sizeof(struct statfs));
statfs40fs/open.cif (!inode->i_sb->s_op->statfs) {
statfs44fs/open.cinode->i_sb->s_op->statfs(inode->i_sb, buf);
statfs49fs/open.cint sys_fstatfs(unsigned int fd, struct statfs * buf)
statfs54fs/open.cverify_area(buf, sizeof(struct statfs));
statfs59fs/open.cif (!inode->i_sb->s_op->statfs)
statfs61fs/open.cinode->i_sb->s_op->statfs(inode->i_sb, buf);
statfs112include/linux/ext_fs.hextern void ext_statfs(struct super_block *, struct statfs *);
statfs210include/linux/fs.hvoid (*statfs) (struct super_block *sb, struct statfs *buf);
statfs78include/linux/minix_fs.hextern void minix_statfs(struct super_block *, struct statfs *);
statfs154include/linux/msdos_fs.hextern void msdos_statfs(struct super_block *sb,struct statfs *buf);