taglinefilesource code
statfs172arch/alpha/kernel/osf_sys.casmlinkage int osf_statfs(char * path, struct statfs * buffer, unsigned long bufsiz)
statfs177arch/alpha/kernel/osf_sys.cif (bufsiz > sizeof(struct statfs))
statfs178arch/alpha/kernel/osf_sys.cbufsiz = sizeof(struct statfs);
statfs185arch/alpha/kernel/osf_sys.cif (!inode->i_sb->s_op->statfs) {
statfs189arch/alpha/kernel/osf_sys.cinode->i_sb->s_op->statfs(inode->i_sb, buffer, bufsiz);
statfs194arch/alpha/kernel/osf_sys.casmlinkage int osf_fstatfs(unsigned long fd, struct statfs * buffer, unsigned long bufsiz)
statfs203arch/alpha/kernel/osf_sys.cif (bufsiz > sizeof(struct statfs))
statfs204arch/alpha/kernel/osf_sys.cbufsiz = sizeof(struct statfs);
statfs209arch/alpha/kernel/osf_sys.cif (!inode->i_sb->s_op->statfs)
statfs211arch/alpha/kernel/osf_sys.cinode->i_sb->s_op->statfs(inode->i_sb, buffer, bufsiz);
statfs157fs/ext/inode.cvoid ext_statfs (struct super_block *sb, struct statfs *buf, int bufsiz)
statfs159fs/ext/inode.cstruct statfs tmp;
statfs706fs/ext2/super.cvoid ext2_statfs (struct super_block * sb, struct statfs * buf, int bufsiz)
statfs710fs/ext2/super.cstruct statfs tmp;
statfs130fs/hpfs/hpfs_fs.cstatic void hpfs_statfs(struct super_block *, struct statfs *, int);
statfs743fs/hpfs/hpfs_fs.cstatic void hpfs_statfs(struct super_block *s, struct statfs *buf, int bufsiz)
statfs745fs/hpfs/hpfs_fs.cstruct statfs tmp;
statfs400fs/isofs/inode.cvoid isofs_statfs (struct super_block *sb, struct statfs *buf, int bufsiz)
statfs402fs/isofs/inode.cstruct statfs tmp;
statfs240fs/minix/inode.cvoid minix_statfs(struct super_block *sb, struct statfs *buf, int bufsiz)
statfs242fs/minix/inode.cstruct statfs tmp;
statfs316fs/msdos/inode.cvoid msdos_statfs(struct super_block *sb,struct statfs *buf, int bufsiz)
statfs319fs/msdos/inode.cstruct statfs tmp;
statfs30fs/ncpfs/inode.cstatic void ncp_statfs(struct super_block *sb, struct statfs *buf, int bufsiz);
statfs361fs/ncpfs/inode.cncp_statfs(struct super_block *sb, struct statfs *buf, int bufsiz)
statfs363fs/ncpfs/inode.cstruct statfs tmp;
statfs35fs/nfs/inode.cstatic void nfs_statfs(struct super_block *, struct statfs *, int bufsiz);
statfs178fs/nfs/inode.cvoid nfs_statfs(struct super_block *sb, struct statfs *buf, int bufsiz)
statfs182fs/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));
statfs118fs/proc/inode.cvoid proc_statfs(struct super_block *sb, struct statfs *buf, int bufsiz)
statfs120fs/proc/inode.cstruct statfs tmp;
statfs30fs/smbfs/inode.cstatic void smb_statfs(struct super_block *, struct statfs *, int bufsiz);
statfs307fs/smbfs/inode.csmb_statfs(struct super_block *sb, struct statfs *buf, int bufsiz)
statfs311fs/smbfs/inode.cstruct statfs tmp;
statfs365fs/super.cstruct statfs sbuf;
statfs373fs/super.cif (!(s->s_op->statfs))
statfs382fs/super.cs->s_op->statfs(s,&sbuf,sizeof(struct statfs));
statfs535fs/sysv/inode.cvoid sysv_statfs(struct super_block *sb, struct statfs *buf, int bufsiz)
statfs537fs/sysv/inode.cstruct statfs tmp;
statfs58fs/umsdos/inode.cvoid UMSDOS_statfs(struct super_block *sb,struct statfs *buf, int bufsiz)
statfs169fs/xiafs/inode.cvoid xiafs_statfs(struct super_block *sb, struct statfs *buf, int bufsiz)
statfs171fs/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);
statfs422include/linux/fs.hvoid (*statfs) (struct super_block *, struct statfs *, int);
statfs180include/linux/iso_fs.hextern void isofs_statfs(struct super_block *, struct statfs *, int);
statfs124include/linux/minix_fs.hextern void minix_statfs(struct super_block *, struct statfs *, int);
statfs167include/linux/msdos_fs.hextern void msdos_statfs(struct super_block *sb,struct statfs *buf, int);
statfs217include/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);