taglinefilesource code
statfs141fs/ext/inode.cvoid ext_statfs (struct super_block *sb, struct statfs *buf)
statfs241fs/isofs/inode.cvoid isofs_statfs (struct super_block *sb, struct statfs *buf)
statfs123fs/minix/inode.cvoid minix_statfs(struct super_block *sb, struct statfs *buf)
statfs192fs/msdos/inode.cvoid msdos_statfs(struct super_block *sb,struct statfs *buf)
statfs25fs/nfs/inode.cstatic void nfs_statfs(struct super_block *, struct statfs *);
statfs119fs/nfs/inode.cvoid nfs_statfs(struct super_block *sb, struct statfs *buf)
statfs37fs/open.cint sys_statfs(const char * path, struct statfs * buf)
statfs42fs/open.cverify_area(buf, sizeof(struct statfs));
statfs46fs/open.cif (!inode->i_sb->s_op->statfs) {
statfs50fs/open.cinode->i_sb->s_op->statfs(inode->i_sb, buf);
statfs55fs/open.cint sys_fstatfs(unsigned int fd, struct statfs * buf)
statfs60fs/open.cverify_area(buf, sizeof(struct statfs));
statfs65fs/open.cif (!inode->i_sb->s_op->statfs)
statfs67fs/open.cinode->i_sb->s_op->statfs(inode->i_sb, buf);
statfs58fs/proc/inode.cvoid proc_statfs(struct super_block *sb, struct statfs *buf)
statfs96include/linux/ext_fs.hextern void ext_statfs(struct super_block *, struct statfs *);
statfs283include/linux/fs.hvoid (*statfs) (struct super_block *, struct statfs *);
statfs169include/linux/iso_fs.hextern void isofs_statfs(struct super_block *, struct statfs *);
statfs104include/linux/minix_fs.hextern void minix_statfs(struct super_block *, struct statfs *);
statfs148include/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 *);