taglinefilesource code
statfs183arch/alpha/kernel/osf_sys.casmlinkage int osf_statfs(char * path, struct statfs * buffer, unsigned long bufsiz)
statfs188arch/alpha/kernel/osf_sys.cif (bufsiz > sizeof(struct statfs))
statfs189arch/alpha/kernel/osf_sys.cbufsiz = sizeof(struct statfs);
statfs196arch/alpha/kernel/osf_sys.cif (!inode->i_sb->s_op->statfs) {
statfs200arch/alpha/kernel/osf_sys.cinode->i_sb->s_op->statfs(inode->i_sb, buffer, bufsiz);
statfs205arch/alpha/kernel/osf_sys.casmlinkage int osf_fstatfs(unsigned long fd, struct statfs * buffer, unsigned long bufsiz)
statfs214arch/alpha/kernel/osf_sys.cif (bufsiz > sizeof(struct statfs))
statfs215arch/alpha/kernel/osf_sys.cbufsiz = sizeof(struct statfs);
statfs220arch/alpha/kernel/osf_sys.cif (!inode->i_sb->s_op->statfs)
statfs222arch/alpha/kernel/osf_sys.cinode->i_sb->s_op->statfs(inode->i_sb, buffer, bufsiz);
statfs245fs/affs/inode.cvoid affs_statfs (struct super_block *sb, struct statfs *buf, int bufsiz)
statfs157fs/ext/inode.cvoid ext_statfs (struct super_block *sb, struct statfs *buf, int bufsiz)
statfs159fs/ext/inode.cstruct statfs tmp;
statfs698fs/ext2/super.cvoid ext2_statfs (struct super_block * sb, struct statfs * buf, int bufsiz)
statfs702fs/ext2/super.cstruct statfs tmp;
statfs327fs/fat/inode.cvoid fat_statfs(struct super_block *sb,struct statfs *buf, int bufsiz)
statfs330fs/fat/inode.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;
statfs433fs/isofs/inode.cvoid isofs_statfs (struct super_block *sb, struct statfs *buf, int bufsiz)
statfs435fs/isofs/inode.cstruct statfs tmp;
statfs307fs/minix/inode.cvoid minix_statfs(struct super_block *sb, struct statfs *buf, int bufsiz)
statfs309fs/minix/inode.cstruct statfs tmp;
statfs34fs/ncpfs/inode.cstatic void ncp_statfs(struct super_block *sb, struct statfs *buf, int bufsiz);
statfs397fs/ncpfs/inode.cncp_statfs(struct super_block *sb, struct statfs *buf, int bufsiz)
statfs399fs/ncpfs/inode.cstruct statfs tmp;
statfs43fs/nfs/inode.cstatic void nfs_statfs(struct super_block *, struct statfs *, int bufsiz);
statfs209fs/nfs/inode.cvoid nfs_statfs(struct super_block *sb, struct statfs *buf, int bufsiz)
statfs213fs/nfs/inode.cstruct statfs tmp;
statfs23fs/open.casmlinkage int sys_statfs(const char * path, struct statfs * buf)
statfs28fs/open.cerror = verify_area(VERIFY_WRITE, buf, sizeof(struct statfs));
statfs34fs/open.cif (!inode->i_sb->s_op->statfs) {
statfs38fs/open.cinode->i_sb->s_op->statfs(inode->i_sb, buf, sizeof(struct statfs));
statfs43fs/open.casmlinkage int sys_fstatfs(unsigned int fd, struct statfs * buf)
statfs49fs/open.cerror = verify_area(VERIFY_WRITE, buf, sizeof(struct statfs));
statfs56fs/open.cif (!inode->i_sb->s_op->statfs)
statfs58fs/open.cinode->i_sb->s_op->statfs(inode->i_sb, buf, sizeof(struct statfs));
statfs117fs/proc/inode.cvoid proc_statfs(struct super_block *sb, struct statfs *buf, int bufsiz)
statfs119fs/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;
statfs474fs/super.cstruct statfs sbuf;
statfs482fs/super.cif (!(s->s_op->statfs))
statfs491fs/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;
statfs30fs/ufs/ufs_super.cvoid ufs_statfs(struct super_block * sb, struct statfs * buf, int bufsize);
statfs265fs/ufs/ufs_super.cvoid ufs_statfs(struct super_block * sb, struct statfs * buf, int bufsiz)
statfs267fs/ufs/ufs_super.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;
statfs73include/linux/affs_fs.hextern void affs_statfs(struct super_block *, struct statfs *, int);
statfs517include/linux/ext2_fs.hextern void ext2_statfs (struct super_block *, struct statfs *, int);
statfs98include/linux/ext_fs.hextern void ext_statfs(struct super_block *, struct statfs *, int);
statfs494include/linux/fs.hvoid (*statfs) (struct super_block *, struct statfs *, int);
statfs182include/linux/iso_fs.hextern void isofs_statfs(struct super_block *, struct statfs *, int);
statfs125include/linux/minix_fs.hextern void minix_statfs(struct super_block *, struct statfs *, int);
statfs208include/linux/msdos_fs.hextern void fat_statfs(struct super_block *sb,struct statfs *buf, int);
statfs249include/linux/proc_fs.hextern void proc_statfs(struct super_block *, struct statfs *, int);
statfs399include/linux/sysv_fs.hextern void sysv_statfs(struct super_block *, struct statfs *, int);
statfs102include/linux/xia_fs.hextern void xiafs_statfs(struct super_block *, struct statfs *, int);