taglinefilesource code
statfs147fs/ext/inode.cvoid ext_statfs (struct super_block *sb, struct statfs *buf)
statfs719fs/ext2/super.cvoid ext2_statfs (struct super_block * sb, struct statfs * buf)
statfs131fs/hpfs/hpfs_fs.cstatic void hpfs_statfs(struct super_block *, struct statfs *);
statfs730fs/hpfs/hpfs_fs.cstatic void hpfs_statfs(struct super_block *s, struct statfs *buf)
statfs386fs/isofs/inode.cvoid isofs_statfs (struct super_block *sb, struct statfs *buf)
statfs227fs/minix/inode.cvoid minix_statfs(struct super_block *sb, struct statfs *buf)
statfs312fs/msdos/inode.cvoid msdos_statfs(struct super_block *sb,struct statfs *buf)
statfs37fs/nfs/inode.cstatic void nfs_statfs(struct super_block *, struct statfs *);
statfs145fs/nfs/inode.cvoid nfs_statfs(struct super_block *sb, struct statfs *buf)
statfs30fs/open.casmlinkage int sys_statfs(const char * path, struct statfs * buf)
statfs35fs/open.cerror = verify_area(VERIFY_WRITE, buf, sizeof(struct statfs));
statfs41fs/open.cif (!inode->i_sb->s_op->statfs) {
statfs45fs/open.cinode->i_sb->s_op->statfs(inode->i_sb, buf);
statfs50fs/open.casmlinkage int sys_fstatfs(unsigned int fd, struct statfs * buf)
statfs56fs/open.cerror = verify_area(VERIFY_WRITE, buf, sizeof(struct statfs));
statfs63fs/open.cif (!inode->i_sb->s_op->statfs)
statfs65fs/open.cinode->i_sb->s_op->statfs(inode->i_sb, buf);
statfs96fs/proc/inode.cvoid proc_statfs(struct super_block *sb, struct statfs *buf)
statfs539fs/sysv/inode.cvoid sysv_statfs(struct super_block *sb, struct statfs *buf)
statfs64fs/umsdos/inode.cvoid UMSDOS_statfs(struct super_block *sb,struct statfs *buf)
statfs174fs/xiafs/inode.cvoid xiafs_statfs(struct super_block *sb, struct statfs *buf)
statfs482include/linux/ext2_fs.hextern void ext2_statfs (struct super_block *, struct statfs *);
statfs97include/linux/ext_fs.hextern void ext_statfs(struct super_block *, struct statfs *);
statfs368include/linux/fs.hvoid (*statfs) (struct super_block *, struct statfs *);
statfs180include/linux/iso_fs.hextern void isofs_statfs(struct super_block *, struct statfs *);
statfs117include/linux/minix_fs.hextern void minix_statfs(struct super_block *, struct statfs *);
statfs163include/linux/msdos_fs.hextern void msdos_statfs(struct super_block *sb,struct statfs *buf);
statfs115include/linux/proc_fs.hextern void proc_statfs(struct super_block *, struct statfs *);
statfs398include/linux/sysv_fs.hextern void sysv_statfs(struct super_block *, struct statfs *);
statfs101include/linux/xia_fs.hextern void xiafs_statfs(struct super_block *, struct statfs *);