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);
statfs157fs/ext/inode.cvoid ext_statfs (struct super_block *sb, struct statfs *buf, int bufsiz)
statfs159fs/ext/inode.cstruct statfs tmp;
statfs700fs/ext2/super.cvoid ext2_statfs (struct super_block * sb, struct statfs * buf, int bufsiz)
statfs704fs/ext2/super.cstruct statfs tmp;
statfs130fs/hpfs/hpfs_fs.cstatic void hpfs_statfs(struct super_block *, struct statfs *, int);
statfs734fs/hpfs/hpfs_fs.cstatic void hpfs_statfs(struct super_block *s, struct statfs *buf, int bufsiz)
statfs736fs/hpfs/hpfs_fs.cstruct statfs tmp;
statfs389fs/isofs/inode.cvoid isofs_statfs (struct super_block *sb, struct statfs *buf, int bufsiz)
statfs391fs/isofs/inode.cstruct statfs tmp;
statfs223fs/minix/inode.cvoid minix_statfs(struct super_block *sb, struct statfs *buf, int bufsiz)
statfs225fs/minix/inode.cstruct statfs tmp;
statfs314fs/msdos/inode.cvoid msdos_statfs(struct super_block *sb,struct statfs *buf, int bufsiz)
statfs317fs/msdos/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));
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;
statfs267fs/super.cstruct statfs sbuf;
statfs275fs/super.cif (!(s->s_op->statfs))
statfs284fs/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);
statfs403include/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);
statfs167include/linux/msdos_fs.hextern void msdos_statfs(struct super_block *sb,struct statfs *buf, int);
statfs211include/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);