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);
statfs157fs/ext/inode.cvoid ext_statfs (struct super_block *sb, struct statfs *buf, int bufsiz)
statfs159fs/ext/inode.cstruct statfs tmp;
statfs718fs/ext2/super.cvoid ext2_statfs (struct super_block * sb, struct statfs * buf, int bufsiz)
statfs722fs/ext2/super.cstruct statfs tmp;
statfs322fs/fat/inode.cvoid fat_statfs(struct super_block *sb,struct statfs *buf, int bufsiz)
statfs325fs/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;
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;
statfs34fs/ncpfs/inode.cstatic void ncp_statfs(struct super_block *sb, struct statfs *buf, int bufsiz);
statfs395fs/ncpfs/inode.cncp_statfs(struct super_block *sb, struct statfs *buf, int bufsiz)
statfs397fs/ncpfs/inode.cstruct statfs tmp;
statfs36fs/nfs/inode.cstatic void nfs_statfs(struct super_block *, struct statfs *, int bufsiz);
statfs193fs/nfs/inode.cvoid nfs_statfs(struct super_block *sb, struct statfs *buf, int bufsiz)
statfs197fs/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));
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;
statfs391fs/super.cstruct statfs sbuf;
statfs399fs/super.cif (!(s->s_op->statfs))
statfs408fs/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;
statfs479include/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);
statfs448include/linux/fs.hvoid (*statfs) (struct super_block *, struct statfs *, int);
statfs181include/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);
statfs241include/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);