tag | line | file | source code |
statfs | 172 | arch/alpha/kernel/osf_sys.c | asmlinkage int osf_statfs(char * path, struct statfs * buffer, unsigned long bufsiz) |
statfs | 177 | arch/alpha/kernel/osf_sys.c | if (bufsiz > sizeof(struct statfs)) |
statfs | 178 | arch/alpha/kernel/osf_sys.c | bufsiz = sizeof(struct statfs); |
statfs | 185 | arch/alpha/kernel/osf_sys.c | if (!inode->i_sb->s_op->statfs) { |
statfs | 189 | arch/alpha/kernel/osf_sys.c | inode->i_sb->s_op->statfs(inode->i_sb, buffer, bufsiz); |
statfs | 194 | arch/alpha/kernel/osf_sys.c | asmlinkage int osf_fstatfs(unsigned long fd, struct statfs * buffer, unsigned long bufsiz) |
statfs | 203 | arch/alpha/kernel/osf_sys.c | if (bufsiz > sizeof(struct statfs)) |
statfs | 204 | arch/alpha/kernel/osf_sys.c | bufsiz = sizeof(struct statfs); |
statfs | 209 | arch/alpha/kernel/osf_sys.c | if (!inode->i_sb->s_op->statfs) |
statfs | 211 | arch/alpha/kernel/osf_sys.c | inode->i_sb->s_op->statfs(inode->i_sb, buffer, bufsiz); |
statfs | 157 | fs/ext/inode.c | void ext_statfs (struct super_block *sb, struct statfs *buf, int bufsiz) |
statfs | 159 | fs/ext/inode.c | struct statfs tmp; |
statfs | 706 | fs/ext2/super.c | void ext2_statfs (struct super_block * sb, struct statfs * buf, int bufsiz) |
statfs | 710 | fs/ext2/super.c | struct statfs tmp; |
statfs | 130 | fs/hpfs/hpfs_fs.c | static void hpfs_statfs(struct super_block *, struct statfs *, int); |
statfs | 743 | fs/hpfs/hpfs_fs.c | static void hpfs_statfs(struct super_block *s, struct statfs *buf, int bufsiz) |
statfs | 745 | fs/hpfs/hpfs_fs.c | struct statfs tmp; |
statfs | 400 | fs/isofs/inode.c | void isofs_statfs (struct super_block *sb, struct statfs *buf, int bufsiz) |
statfs | 402 | fs/isofs/inode.c | struct statfs tmp; |
statfs | 240 | fs/minix/inode.c | void minix_statfs(struct super_block *sb, struct statfs *buf, int bufsiz) |
statfs | 242 | fs/minix/inode.c | struct statfs tmp; |
statfs | 316 | fs/msdos/inode.c | void msdos_statfs(struct super_block *sb,struct statfs *buf, int bufsiz) |
statfs | 319 | fs/msdos/inode.c | struct statfs tmp; |
statfs | 30 | fs/ncpfs/inode.c | static void ncp_statfs(struct super_block *sb, struct statfs *buf, int bufsiz); |
statfs | 361 | fs/ncpfs/inode.c | ncp_statfs(struct super_block *sb, struct statfs *buf, int bufsiz) |
statfs | 363 | fs/ncpfs/inode.c | struct statfs tmp; |
statfs | 35 | fs/nfs/inode.c | static void nfs_statfs(struct super_block *, struct statfs *, int bufsiz); |
statfs | 178 | fs/nfs/inode.c | void nfs_statfs(struct super_block *sb, struct statfs *buf, int bufsiz) |
statfs | 182 | fs/nfs/inode.c | struct statfs tmp; |
statfs | 25 | fs/open.c | asmlinkage int sys_statfs(const char * path, struct statfs * buf) |
statfs | 30 | fs/open.c | error = verify_area(VERIFY_WRITE, buf, sizeof(struct statfs)); |
statfs | 36 | fs/open.c | if (!inode->i_sb->s_op->statfs) { |
statfs | 40 | fs/open.c | inode->i_sb->s_op->statfs(inode->i_sb, buf, sizeof(struct statfs)); |
statfs | 45 | fs/open.c | asmlinkage int sys_fstatfs(unsigned int fd, struct statfs * buf) |
statfs | 51 | fs/open.c | error = verify_area(VERIFY_WRITE, buf, sizeof(struct statfs)); |
statfs | 58 | fs/open.c | if (!inode->i_sb->s_op->statfs) |
statfs | 60 | fs/open.c | inode->i_sb->s_op->statfs(inode->i_sb, buf, sizeof(struct statfs)); |
statfs | 118 | fs/proc/inode.c | void proc_statfs(struct super_block *sb, struct statfs *buf, int bufsiz) |
statfs | 120 | fs/proc/inode.c | struct statfs tmp; |
statfs | 30 | fs/smbfs/inode.c | static void smb_statfs(struct super_block *, struct statfs *, int bufsiz); |
statfs | 307 | fs/smbfs/inode.c | smb_statfs(struct super_block *sb, struct statfs *buf, int bufsiz) |
statfs | 311 | fs/smbfs/inode.c | struct statfs tmp; |
statfs | 365 | fs/super.c | struct statfs sbuf; |
statfs | 373 | fs/super.c | if (!(s->s_op->statfs)) |
statfs | 382 | fs/super.c | s->s_op->statfs(s,&sbuf,sizeof(struct statfs)); |
statfs | 535 | fs/sysv/inode.c | void sysv_statfs(struct super_block *sb, struct statfs *buf, int bufsiz) |
statfs | 537 | fs/sysv/inode.c | struct statfs tmp; |
statfs | 58 | fs/umsdos/inode.c | void UMSDOS_statfs(struct super_block *sb,struct statfs *buf, int bufsiz) |
statfs | 169 | fs/xiafs/inode.c | void xiafs_statfs(struct super_block *sb, struct statfs *buf, int bufsiz) |
statfs | 171 | fs/xiafs/inode.c | struct statfs tmp; |
statfs | 478 | include/linux/ext2_fs.h | extern void ext2_statfs (struct super_block *, struct statfs *, int); |
statfs | 97 | include/linux/ext_fs.h | extern void ext_statfs(struct super_block *, struct statfs *, int); |
statfs | 422 | include/linux/fs.h | void (*statfs) (struct super_block *, struct statfs *, int); |
statfs | 180 | include/linux/iso_fs.h | extern void isofs_statfs(struct super_block *, struct statfs *, int); |
statfs | 124 | include/linux/minix_fs.h | extern void minix_statfs(struct super_block *, struct statfs *, int); |
statfs | 167 | include/linux/msdos_fs.h | extern void msdos_statfs(struct super_block *sb,struct statfs *buf, int); |
statfs | 217 | include/linux/proc_fs.h | extern void proc_statfs(struct super_block *, struct statfs *, int); |
statfs | 398 | include/linux/sysv_fs.h | extern void sysv_statfs(struct super_block *, struct statfs *, int); |
statfs | 101 | include/linux/xia_fs.h | extern void xiafs_statfs(struct super_block *, struct statfs *, int); |