taglinefilesource code
statfs171arch/alpha/kernel/osf_sys.casmlinkage int osf_statfs(char * path, struct statfs * buffer, unsigned long bufsiz)
statfs176arch/alpha/kernel/osf_sys.cif (bufsiz > sizeof(struct statfs))
statfs177arch/alpha/kernel/osf_sys.cbufsiz = sizeof(struct statfs);
statfs184arch/alpha/kernel/osf_sys.cif (!inode->i_sb->s_op->statfs) {
statfs188arch/alpha/kernel/osf_sys.cinode->i_sb->s_op->statfs(inode->i_sb, buffer, bufsiz);
statfs193arch/alpha/kernel/osf_sys.casmlinkage int osf_fstatfs(unsigned long fd, struct statfs * buffer, unsigned long bufsiz)
statfs202arch/alpha/kernel/osf_sys.cif (bufsiz > sizeof(struct statfs))
statfs203arch/alpha/kernel/osf_sys.cbufsiz = sizeof(struct statfs);
statfs208arch/alpha/kernel/osf_sys.cif (!inode->i_sb->s_op->statfs)
statfs210arch/alpha/kernel/osf_sys.cinode->i_sb->s_op->statfs(inode->i_sb, buffer, bufsiz);
statfs147fs/ext/inode.cvoid ext_statfs (struct super_block *sb, struct statfs *buf, int bufsiz)
statfs149fs/ext/inode.cstruct statfs tmp;
statfs663fs/ext2/super.cvoid ext2_statfs (struct super_block * sb, struct statfs * buf, int bufsiz)
statfs667fs/ext2/super.cstruct statfs tmp;
statfs128fs/hpfs/hpfs_fs.cstatic void hpfs_statfs(struct super_block *, struct statfs *, int);
statfs725fs/hpfs/hpfs_fs.cstatic void hpfs_statfs(struct super_block *s, struct statfs *buf, int bufsiz)
statfs727fs/hpfs/hpfs_fs.cstruct statfs tmp;
statfs395fs/isofs/inode.cvoid isofs_statfs (struct super_block *sb, struct statfs *buf, int bufsiz)
statfs397fs/isofs/inode.cstruct statfs tmp;
statfs227fs/minix/inode.cvoid minix_statfs(struct super_block *sb, struct statfs *buf, int bufsiz)
statfs229fs/minix/inode.cstruct statfs tmp;
statfs310fs/msdos/inode.cvoid msdos_statfs(struct super_block *sb,struct statfs *buf, int bufsiz)
statfs313fs/msdos/inode.cstruct statfs tmp;
statfs41fs/nfs/inode.cstatic void nfs_statfs(struct super_block *, struct statfs *, int bufsiz);
statfs176fs/nfs/inode.cvoid nfs_statfs(struct super_block *sb, struct statfs *buf, int bufsiz)
statfs180fs/nfs/inode.cstruct statfs tmp;
statfs25fs/open.casmlinkage int sys_statfs(const char * path, struct statfs * buf)
statfs30fs/open.cerror = verify_area(VERIFY_WRITE, buf, sizeof(struct statfs));
statfs36fs/open.cif (!inode->i_sb->s_op->statfs) {
statfs40fs/open.cinode->i_sb->s_op->statfs(inode->i_sb, buf, sizeof(struct statfs));
statfs45fs/open.casmlinkage int sys_fstatfs(unsigned int fd, struct statfs * buf)
statfs51fs/open.cerror = verify_area(VERIFY_WRITE, buf, sizeof(struct statfs));
statfs58fs/open.cif (!inode->i_sb->s_op->statfs)
statfs60fs/open.cinode->i_sb->s_op->statfs(inode->i_sb, buf, sizeof(struct statfs));
statfs98fs/proc/inode.cvoid proc_statfs(struct super_block *sb, struct statfs *buf, int bufsiz)
statfs100fs/proc/inode.cstruct statfs tmp;
statfs37fs/smbfs/inode.cstatic void smb_statfs(struct super_block *, struct statfs *, int bufsiz);
statfs314fs/smbfs/inode.csmb_statfs(struct super_block *sb, struct statfs *buf, int bufsiz)
statfs318fs/smbfs/inode.cstruct statfs tmp;
statfs261fs/super.cstruct statfs sbuf;
statfs269fs/super.cif (!(s->s_op->statfs))
statfs278fs/super.cs->s_op->statfs(s,&sbuf,sizeof(struct statfs));
statfs539fs/sysv/inode.cvoid sysv_statfs(struct super_block *sb, struct statfs *buf, int bufsiz)
statfs541fs/sysv/inode.cstruct statfs tmp;
statfs64fs/umsdos/inode.cvoid UMSDOS_statfs(struct super_block *sb,struct statfs *buf, int bufsiz)
statfs174fs/xiafs/inode.cvoid xiafs_statfs(struct super_block *sb, struct statfs *buf, int bufsiz)
statfs176fs/xiafs/inode.cstruct statfs tmp;
statfs478include/linux/ext2_fs.hextern void ext2_statfs (struct super_block *, struct statfs *, int);
statfs97include/linux/ext_fs.hextern void ext_statfs(struct super_block *, struct statfs *, int);
statfs377include/linux/fs.hvoid (*statfs) (struct super_block *, struct statfs *, int);
statfs180include/linux/iso_fs.hextern void isofs_statfs(struct super_block *, struct statfs *, int);
statfs117include/linux/minix_fs.hextern void minix_statfs(struct super_block *, struct statfs *, int);
statfs162include/linux/msdos_fs.hextern void msdos_statfs(struct super_block *sb,struct statfs *buf, int);
statfs146include/linux/proc_fs.hextern void proc_statfs(struct super_block *, struct statfs *, int);
statfs398include/linux/sysv_fs.hextern void sysv_statfs(struct super_block *, struct statfs *, int);
statfs101include/linux/xia_fs.hextern void xiafs_statfs(struct super_block *, struct statfs *, int);