taglinefilesource code
statfs147fs/ext/inode.cvoid ext_statfs (struct super_block *sb, struct statfs *buf)
statfs652fs/ext2/super.cvoid ext2_statfs (struct super_block * sb, struct statfs * buf)
statfs126fs/hpfs/hpfs_fs.cstatic void hpfs_statfs(struct super_block *, struct statfs *);
statfs725fs/hpfs/hpfs_fs.cstatic void hpfs_statfs(struct super_block *s, struct statfs *buf)
statfs299fs/isofs/inode.cvoid isofs_statfs (struct super_block *sb, struct statfs *buf)
statfs212fs/minix/inode.cvoid minix_statfs(struct super_block *sb, struct statfs *buf)
statfs262fs/msdos/inode.cvoid msdos_statfs(struct super_block *sb,struct statfs *buf)
statfs26fs/nfs/inode.cstatic void nfs_statfs(struct super_block *, struct statfs *);
statfs129fs/nfs/inode.cvoid nfs_statfs(struct super_block *sb, struct statfs *buf)
statfs29fs/open.casmlinkage int sys_statfs(const char * path, struct statfs * buf)
statfs34fs/open.cerror = verify_area(VERIFY_WRITE, 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.casmlinkage int sys_fstatfs(unsigned int fd, struct statfs * buf)
statfs55fs/open.cerror = verify_area(VERIFY_WRITE, buf, sizeof(struct statfs));
statfs62fs/open.cif (!inode->i_sb->s_op->statfs)
statfs64fs/open.cinode->i_sb->s_op->statfs(inode->i_sb, buf);
statfs61fs/proc/inode.cvoid proc_statfs(struct super_block *sb, struct statfs *buf)
statfs367fs/sysv/inode.cvoid sysv_statfs(struct super_block *sb, struct statfs *buf)
statfs158fs/xiafs/inode.cvoid xiafs_statfs(struct super_block *sb, struct statfs *buf)
statfs427include/linux/ext2_fs.hextern void ext2_statfs (struct super_block *, struct statfs *);
statfs96include/linux/ext_fs.hextern void ext_statfs(struct super_block *, struct statfs *);
statfs303include/linux/fs.hvoid (*statfs) (struct super_block *, struct statfs *);
statfs180include/linux/iso_fs.hextern void isofs_statfs(struct super_block *, struct statfs *);
statfs111include/linux/minix_fs.hextern void minix_statfs(struct super_block *, struct statfs *);
statfs173include/linux/msdos_fs.hextern void msdos_statfs(struct super_block *sb,struct statfs *buf);
statfs21include/linux/proc_fs.hextern void proc_statfs(struct super_block *, struct statfs *);
statfs424include/linux/sysv_fs.hextern void sysv_statfs(struct super_block *, struct statfs *);
statfs99include/linux/xia_fs.hextern void xiafs_statfs(struct super_block *, struct statfs *);