stat              142 arch/x86/boot/tools/build.c 	struct stat sb;
stat              157 arch/x86/boot/tools/build.c 			if (stat("/", &sb)) {
stat              164 arch/x86/boot/tools/build.c 			if (stat(argv[3], &sb)) {
stat              109 arch/x86/ia32/sys_ia32.c 	SET_UID(uid, stat->uid);
stat              110 arch/x86/ia32/sys_ia32.c 	SET_GID(gid, stat->gid);
stat              112 arch/x86/ia32/sys_ia32.c 	    __put_user(huge_encode_dev(stat->dev), &ubuf->st_dev) ||
stat              113 arch/x86/ia32/sys_ia32.c 	    __put_user(stat->ino, &ubuf->__st_ino) ||
stat              114 arch/x86/ia32/sys_ia32.c 	    __put_user(stat->ino, &ubuf->st_ino) ||
stat              115 arch/x86/ia32/sys_ia32.c 	    __put_user(stat->mode, &ubuf->st_mode) ||
stat              116 arch/x86/ia32/sys_ia32.c 	    __put_user(stat->nlink, &ubuf->st_nlink) ||
stat              119 arch/x86/ia32/sys_ia32.c 	    __put_user(huge_encode_dev(stat->rdev), &ubuf->st_rdev) ||
stat              120 arch/x86/ia32/sys_ia32.c 	    __put_user(stat->size, &ubuf->st_size) ||
stat              121 arch/x86/ia32/sys_ia32.c 	    __put_user(stat->atime.tv_sec, &ubuf->st_atime) ||
stat              122 arch/x86/ia32/sys_ia32.c 	    __put_user(stat->atime.tv_nsec, &ubuf->st_atime_nsec) ||
stat              123 arch/x86/ia32/sys_ia32.c 	    __put_user(stat->mtime.tv_sec, &ubuf->st_mtime) ||
stat              124 arch/x86/ia32/sys_ia32.c 	    __put_user(stat->mtime.tv_nsec, &ubuf->st_mtime_nsec) ||
stat              125 arch/x86/ia32/sys_ia32.c 	    __put_user(stat->ctime.tv_sec, &ubuf->st_ctime) ||
stat              126 arch/x86/ia32/sys_ia32.c 	    __put_user(stat->ctime.tv_nsec, &ubuf->st_ctime_nsec) ||
stat              127 arch/x86/ia32/sys_ia32.c 	    __put_user(stat->blksize, &ubuf->st_blksize) ||
stat              128 arch/x86/ia32/sys_ia32.c 	    __put_user(stat->blocks, &ubuf->st_blocks))
stat              136 arch/x86/ia32/sys_ia32.c 	struct kstat stat;
stat              137 arch/x86/ia32/sys_ia32.c 	int ret = vfs_stat(filename, &stat);
stat              140 arch/x86/ia32/sys_ia32.c 		ret = cp_stat64(statbuf, &stat);
stat              147 arch/x86/ia32/sys_ia32.c 	struct kstat stat;
stat              148 arch/x86/ia32/sys_ia32.c 	int ret = vfs_lstat(filename, &stat);
stat              150 arch/x86/ia32/sys_ia32.c 		ret = cp_stat64(statbuf, &stat);
stat              156 arch/x86/ia32/sys_ia32.c 	struct kstat stat;
stat              157 arch/x86/ia32/sys_ia32.c 	int ret = vfs_fstat(fd, &stat);
stat              159 arch/x86/ia32/sys_ia32.c 		ret = cp_stat64(statbuf, &stat);
stat              166 arch/x86/ia32/sys_ia32.c 	struct kstat stat;
stat              173 arch/x86/ia32/sys_ia32.c 		error = vfs_lstat_fd(dfd, filename, &stat);
stat              175 arch/x86/ia32/sys_ia32.c 		error = vfs_stat_fd(dfd, filename, &stat);
stat              178 arch/x86/ia32/sys_ia32.c 		error = cp_stat64(statbuf, &stat);
stat              457 arch/x86/kernel/tlb_uv.c 	struct ptc_stats *stat;
stat              469 arch/x86/kernel/tlb_uv.c 		stat = &per_cpu(ptcstats, cpu);
stat              471 arch/x86/kernel/tlb_uv.c 			   cpu, stat->requestor,
stat              472 arch/x86/kernel/tlb_uv.c 			   stat->requestee, stat->onetlb, stat->alltlb,
stat              473 arch/x86/kernel/tlb_uv.c 			   stat->s_retry, stat->d_retry, stat->ptc_i);
stat              478 arch/x86/kernel/tlb_uv.c 			   stat->sflush, stat->dflush,
stat              479 arch/x86/kernel/tlb_uv.c 			   stat->retriesok, stat->nomsg,
stat              480 arch/x86/kernel/tlb_uv.c 			   stat->multmsg, stat->ntargeted);
stat              642 arch/x86/kvm/mmu.c 			--kvm->stat.lpages;
stat              926 arch/x86/kvm/mmu.c 	++vcpu->kvm->stat.mmu_cache_miss;
stat              971 arch/x86/kvm/mmu.c 				--kvm->stat.lpages;
stat              998 arch/x86/kvm/mmu.c 	++kvm->stat.mmu_shadow_zapped;
stat             1210 arch/x86/kvm/mmu.c 		++vcpu->kvm->stat.lpages;
stat             1500 arch/x86/kvm/mmu.c 	++vcpu->stat.tlb_flush;
stat             1682 arch/x86/kvm/mmu.c 		--vcpu->kvm->stat.lpages;
stat             1693 arch/x86/kvm/mmu.c 			++vcpu->kvm->stat.mmu_pde_zapped;
stat             1698 arch/x86/kvm/mmu.c 	++vcpu->kvm->stat.mmu_pte_updated;
stat             1825 arch/x86/kvm/mmu.c 	++vcpu->kvm->stat.mmu_pte_write;
stat             1859 arch/x86/kvm/mmu.c 			++vcpu->kvm->stat.mmu_flooded;
stat             1931 arch/x86/kvm/mmu.c 		++vcpu->kvm->stat.mmu_recycled;
stat             1959 arch/x86/kvm/mmu.c 		++vcpu->stat.mmio_exits;
stat              444 arch/x86/kvm/paging_tmpl.h 	++vcpu->stat.pf_fixed;
stat              717 arch/x86/kvm/svm.c 	++vcpu->stat.host_state_reload;
stat             1100 arch/x86/kvm/svm.c 	++svm->vcpu.stat.io_exits;
stat             1130 arch/x86/kvm/svm.c 	++svm->vcpu.stat.irq_exits;
stat             1397 arch/x86/kvm/svm.c 		++svm->vcpu.stat.irq_window_exits;
stat              520 arch/x86/kvm/vmx.c 	vmx->vcpu.stat.efer_reload++;
stat              586 arch/x86/kvm/vmx.c 	++vmx->vcpu.stat.host_state_reload;
stat             2330 arch/x86/kvm/vmx.c 	++vcpu->stat.irq_exits;
stat             2347 arch/x86/kvm/vmx.c 	++vcpu->stat.io_exits;
stat             2567 arch/x86/kvm/vmx.c 		++vcpu->stat.irq_window_exits;
stat             2693 arch/x86/kvm/vmx.c 	++vcpu->stat.nmi_window_exits;
stat               57 arch/x86/kvm/x86.c #define VM_STAT(x) offsetof(struct kvm, stat.x), KVM_STAT_VM
stat               58 arch/x86/kvm/x86.c #define VCPU_STAT(x) offsetof(struct kvm_vcpu, stat.x), KVM_STAT_VCPU
stat              160 arch/x86/kvm/x86.c 	++vcpu->stat.pf_guest;
stat             2143 arch/x86/kvm/x86.c 		++vcpu->stat.insn_emulation;
stat             2145 arch/x86/kvm/x86.c 			++vcpu->stat.insn_emulation_fail;
stat             2491 arch/x86/kvm/x86.c 	++vcpu->stat.halt_exits;
stat             2553 arch/x86/kvm/x86.c 	++vcpu->stat.hypercalls;
stat             2869 arch/x86/kvm/x86.c 		++vcpu->stat.signal_exits;
stat             2900 arch/x86/kvm/x86.c 	++vcpu->stat.exits;
stat             2935 arch/x86/kvm/x86.c 			++vcpu->stat.request_irq_exits;
stat             3787 arch/x86/kvm/x86.c 	++vcpu->stat.fpu_reload;
stat             4048 arch/x86/kvm/x86.c 		++vcpu->stat.halt_wakeup;
stat              106 block/compat_ioctl.c 	compat_int_t	stat;
stat              622 block/scsi_ioctl.c 			cgc.stat = err;
stat               72 firmware/ihex2fw.c 	struct stat st;
stat              743 fs/9p/vfs_inode.c 		return simple_getattr(mnt, dentry, stat);
stat              754 fs/9p/vfs_inode.c 		generic_fillattr(dentry->d_inode, stat);
stat              827 fs/9p/vfs_inode.c 	inode->i_atime.tv_sec = stat->atime;
stat              828 fs/9p/vfs_inode.c 	inode->i_mtime.tv_sec = stat->mtime;
stat              829 fs/9p/vfs_inode.c 	inode->i_ctime.tv_sec = stat->mtime;
stat              835 fs/9p/vfs_inode.c 		inode->i_uid = stat->n_uid;
stat              836 fs/9p/vfs_inode.c 		inode->i_gid = stat->n_gid;
stat              839 fs/9p/vfs_inode.c 	inode->i_mode = p9mode2unixmode(v9ses, stat->mode);
stat              845 fs/9p/vfs_inode.c 		n = stat->extension.len;
stat              848 fs/9p/vfs_inode.c 		memmove(ext, stat->extension.str, n);
stat              861 fs/9p/vfs_inode.c 				stat->extension.len, stat->extension.str);
stat              867 fs/9p/vfs_inode.c 	inode->i_size = stat->length;
stat              304 fs/afs/inode.c 	generic_fillattr(inode, stat);
stat             1484 fs/cifs/inode.c 		generic_fillattr(dentry->d_inode, stat);
stat             1485 fs/cifs/inode.c 		stat->blksize = CIFS_MAX_MSGSIZE;
stat              227 fs/coda/inode.c 		generic_fillattr(dentry->d_inode, stat);
stat              561 fs/coda/upcall.c 		sfs->f_blocks = outp->coda_statfs.stat.f_blocks;
stat              562 fs/coda/upcall.c 		sfs->f_bfree  = outp->coda_statfs.stat.f_bfree;
stat              563 fs/coda/upcall.c 		sfs->f_bavail = outp->coda_statfs.stat.f_bavail;
stat              564 fs/coda/upcall.c 		sfs->f_files  = outp->coda_statfs.stat.f_files;
stat              565 fs/coda/upcall.c 		sfs->f_ffree  = outp->coda_statfs.stat.f_ffree;
stat              143 fs/compat.c    	struct kstat stat;
stat              144 fs/compat.c    	int error = vfs_stat_fd(AT_FDCWD, filename, &stat);
stat              147 fs/compat.c    		error = cp_compat_stat(&stat, statbuf);
stat              154 fs/compat.c    	struct kstat stat;
stat              155 fs/compat.c    	int error = vfs_lstat_fd(AT_FDCWD, filename, &stat);
stat              158 fs/compat.c    		error = cp_compat_stat(&stat, statbuf);
stat              166 fs/compat.c    	struct kstat stat;
stat              173 fs/compat.c    		error = vfs_lstat_fd(dfd, filename, &stat);
stat              175 fs/compat.c    		error = vfs_stat_fd(dfd, filename, &stat);
stat              178 fs/compat.c    		error = cp_compat_stat(&stat, statbuf);
stat              188 fs/compat.c    	struct kstat stat;
stat              189 fs/compat.c    	int error = vfs_fstat(fd, &stat);
stat              192 fs/compat.c    		error = cp_compat_stat(&stat, statbuf);
stat             4526 fs/ext4/inode.c 	generic_fillattr(inode, stat);
stat             4542 fs/ext4/inode.c 	stat->blocks += (delalloc_blocks << inode->i_sb->s_blocksize_bits)>>9;
stat              264 fs/fat/file.c  	generic_fillattr(inode, stat);
stat              265 fs/fat/file.c  	stat->blksize = MSDOS_SB(inode->i_sb)->cluster_size;
stat              760 fs/fuse/dir.c  	stat->dev = inode->i_sb->s_dev;
stat              761 fs/fuse/dir.c  	stat->ino = attr->ino;
stat              762 fs/fuse/dir.c  	stat->mode = (inode->i_mode & S_IFMT) | (attr->mode & 07777);
stat              763 fs/fuse/dir.c  	stat->nlink = attr->nlink;
stat              764 fs/fuse/dir.c  	stat->uid = attr->uid;
stat              765 fs/fuse/dir.c  	stat->gid = attr->gid;
stat              766 fs/fuse/dir.c  	stat->rdev = inode->i_rdev;
stat              767 fs/fuse/dir.c  	stat->atime.tv_sec = attr->atime;
stat              768 fs/fuse/dir.c  	stat->atime.tv_nsec = attr->atimensec;
stat              769 fs/fuse/dir.c  	stat->mtime.tv_sec = attr->mtime;
stat              770 fs/fuse/dir.c  	stat->mtime.tv_nsec = attr->mtimensec;
stat              771 fs/fuse/dir.c  	stat->ctime.tv_sec = attr->ctime;
stat              772 fs/fuse/dir.c  	stat->ctime.tv_nsec = attr->ctimensec;
stat              773 fs/fuse/dir.c  	stat->size = attr->size;
stat              774 fs/fuse/dir.c  	stat->blocks = attr->blocks;
stat              775 fs/fuse/dir.c  	stat->blksize = (1 << inode->i_blkbits);
stat              825 fs/fuse/dir.c  			if (stat)
stat              826 fs/fuse/dir.c  				fuse_fillattr(inode, &outarg.attr, stat);
stat              841 fs/fuse/dir.c  		err = fuse_do_getattr(inode, stat, file);
stat              845 fs/fuse/dir.c  		if (stat) {
stat              846 fs/fuse/dir.c  			generic_fillattr(inode, stat);
stat              847 fs/fuse/dir.c  			stat->mode = fi->orig_i_mode;
stat             1332 fs/fuse/dir.c  	return fuse_update_attributes(inode, stat, NULL, NULL);
stat             1148 fs/gfs2/ops_inode.c 	generic_fillattr(inode, stat);
stat               19 fs/libfs.c     	generic_fillattr(inode, stat);
stat               20 fs/libfs.c     	stat->blocks = inode->i_mapping->nrpages << (PAGE_CACHE_SHIFT - 9);
stat              259 fs/lockd/svc4proc.c 	__be32 stat;
stat              271 fs/lockd/svc4proc.c 	stat = func(rqstp, argp, &call->a_res);
stat              272 fs/lockd/svc4proc.c 	if (stat != 0) {
stat              274 fs/lockd/svc4proc.c 		return stat;
stat              289 fs/lockd/svcproc.c 	__be32 stat;
stat              301 fs/lockd/svcproc.c 	stat = func(rqstp, argp, &call->a_res);
stat              302 fs/lockd/svcproc.c 	if (stat != 0) {
stat              304 fs/lockd/svcproc.c 		return stat;
stat              592 fs/minix/inode.c 	generic_fillattr(dentry->d_inode, stat);
stat              594 fs/minix/inode.c 		stat->blocks = (BLOCK_SIZE / 512) * V1_minix_blocks(stat->size, sb);
stat              596 fs/minix/inode.c 		stat->blocks = (sb->s_blocksize / 512) * V2_minix_blocks(stat->size, sb);
stat              597 fs/minix/inode.c 	stat->blksize = sb->s_blocksize;
stat              543 fs/nfs/inode.c 		generic_fillattr(inode, stat);
stat              544 fs/nfs/inode.c 		stat->ino = nfs_compat_user_ino64(NFS_FILEID(inode));
stat               30 fs/nfs/iostat.h 	iostats->events[stat]++;
stat               37 fs/nfs/iostat.h 	nfs_inc_server_stats(NFS_SERVER(inode), stat);
stat               49 fs/nfs/iostat.h 	iostats->bytes[stat] += addend;
stat               57 fs/nfs/iostat.h 	nfs_add_server_stats(NFS_SERVER(inode), stat, addend);
stat              671 fs/nfs/nfs2xdr.c 	int stat;
stat              719 fs/nfs/nfs2xdr.c 	for (i = 0; nfs_errtbl[i].stat != -1; i++) {
stat              720 fs/nfs/nfs2xdr.c 		if (nfs_errtbl[i].stat == stat)
stat              723 fs/nfs/nfs2xdr.c 	dprintk("nfs_stat_to_errno: bad nfs status return value: %d\n", stat);
stat              746 fs/nfs/nfs2xdr.c     PROC(REMOVE,	removeargs,	stat, 0),
stat              747 fs/nfs/nfs2xdr.c     PROC(RENAME,	renameargs,	stat, 0),
stat              748 fs/nfs/nfs2xdr.c     PROC(LINK,		linkargs,	stat, 0),
stat              749 fs/nfs/nfs2xdr.c     PROC(SYMLINK,	symlinkargs,	stat, 0),
stat              751 fs/nfs/nfs2xdr.c     PROC(RMDIR,		diropargs,	stat, 0),
stat              690 fs/nfs/nfs3proc.c 		.rpc_resp	= stat,
stat              695 fs/nfs/nfs3proc.c 	nfs_fattr_init(stat->fattr);
stat             4643 fs/nfs/nfs4xdr.c 	int stat;
stat             4693 fs/nfs/nfs4xdr.c 	for (i = 0; nfs_errtbl[i].stat != -1; i++) {
stat             4694 fs/nfs/nfs4xdr.c 		if (nfs_errtbl[i].stat == stat)
stat             4697 fs/nfs/nfs4xdr.c 	if (stat <= 10000 || stat > 10100) {
stat             4706 fs/nfs/nfs4xdr.c 	return -stat;
stat              501 fs/nfs/proc.c  	nfs_fattr_init(stat->fattr);
stat              506 fs/nfs/proc.c  	stat->tbytes = (u64)fsinfo.blocks * fsinfo.bsize;
stat              507 fs/nfs/proc.c  	stat->fbytes = (u64)fsinfo.bfree  * fsinfo.bsize;
stat              508 fs/nfs/proc.c  	stat->abytes = (u64)fsinfo.bavail * fsinfo.bsize;
stat              509 fs/nfs/proc.c  	stat->tfiles = 0;
stat              510 fs/nfs/proc.c  	stat->ffiles = 0;
stat              511 fs/nfs/proc.c  	stat->afiles = 0;
stat               72 fs/nfsd/nfs3proc.c 			  resp->fh.fh_dentry, &resp->stat);
stat              178 fs/nfsd/nfs3xdr.c 	*p++ = htonl(nfs3_ftypes[(stat->mode & S_IFMT) >> 12]);
stat              179 fs/nfsd/nfs3xdr.c 	*p++ = htonl((u32) stat->mode);
stat              180 fs/nfsd/nfs3xdr.c 	*p++ = htonl((u32) stat->nlink);
stat              181 fs/nfsd/nfs3xdr.c 	*p++ = htonl((u32) nfsd_ruid(rqstp, stat->uid));
stat              182 fs/nfsd/nfs3xdr.c 	*p++ = htonl((u32) nfsd_rgid(rqstp, stat->gid));
stat              183 fs/nfsd/nfs3xdr.c 	if (S_ISLNK(stat->mode) && stat->size > NFS3_MAXPATHLEN) {
stat              186 fs/nfsd/nfs3xdr.c 		p = xdr_encode_hyper(p, (u64) stat->size);
stat              188 fs/nfsd/nfs3xdr.c 	p = xdr_encode_hyper(p, ((u64)stat->blocks) << 9);
stat              189 fs/nfsd/nfs3xdr.c 	*p++ = htonl((u32) MAJOR(stat->rdev));
stat              190 fs/nfsd/nfs3xdr.c 	*p++ = htonl((u32) MINOR(stat->rdev));
stat              192 fs/nfsd/nfs3xdr.c 	p = xdr_encode_hyper(p, stat->ino);
stat              193 fs/nfsd/nfs3xdr.c 	p = encode_time3(p, &stat->atime);
stat              194 fs/nfsd/nfs3xdr.c 	p = encode_time3(p, &stat->mtime);
stat              195 fs/nfsd/nfs3xdr.c 	p = encode_time3(p, &stat->ctime);
stat              219 fs/nfsd/nfs3xdr.c 		struct kstat stat;
stat              221 fs/nfsd/nfs3xdr.c 		err = vfs_getattr(fhp->fh_export->ex_path.mnt, dentry, &stat);
stat              224 fs/nfsd/nfs3xdr.c 			lease_get_mtime(dentry->d_inode, &stat.mtime);
stat              225 fs/nfsd/nfs3xdr.c 			return encode_fattr3(rqstp, p, fhp, &stat);
stat              644 fs/nfsd/nfs3xdr.c 				&resp->stat.mtime);
stat              645 fs/nfsd/nfs3xdr.c 		p = encode_fattr3(rqstp, p, &resp->fh, &resp->stat);
stat              151 fs/nfsd/nfs4callback.c int stat;
stat              191 fs/nfsd/nfs4callback.c 	for (i = 0; nfs_cb_errtbl[i].stat != -1; i++) {
stat              192 fs/nfsd/nfs4callback.c 		if (nfs_cb_errtbl[i].stat == stat)
stat              200 fs/nfsd/nfs4callback.c 	return stat;
stat             1287 fs/nfsd/nfs4xdr.c 	*stat = exp_pseudoroot(rqstp, &tmp_fh);
stat             1288 fs/nfsd/nfs4xdr.c 	if (*stat)
stat             1297 fs/nfsd/nfs4xdr.c 		*stat = nfserr_notsupp;
stat             1417 fs/nfsd/nfs4xdr.c 	struct kstat stat;
stat             1441 fs/nfsd/nfs4xdr.c 	err = vfs_getattr(exp->ex_path.mnt, dentry, &stat);
stat             1501 fs/nfsd/nfs4xdr.c 		dummy = nfs4_ftypes[(stat.mode & S_IFMT) >> 12];
stat             1523 fs/nfsd/nfs4xdr.c 		WRITE32(stat.ctime.tv_sec);
stat             1524 fs/nfsd/nfs4xdr.c 		WRITE32(stat.ctime.tv_nsec);
stat             1529 fs/nfsd/nfs4xdr.c 		WRITE64(stat.size);
stat             1559 fs/nfsd/nfs4xdr.c 			WRITE32(MAJOR(stat.dev));
stat             1561 fs/nfsd/nfs4xdr.c 			WRITE32(MINOR(stat.dev));
stat             1649 fs/nfsd/nfs4xdr.c 		WRITE64(stat.ino);
stat             1706 fs/nfsd/nfs4xdr.c 		WRITE32(stat.mode & S_IALLUGO);
stat             1716 fs/nfsd/nfs4xdr.c 		WRITE32(stat.nlink);
stat             1719 fs/nfsd/nfs4xdr.c 		status = nfsd4_encode_user(rqstp, stat.uid, &p, &buflen);
stat             1726 fs/nfsd/nfs4xdr.c 		status = nfsd4_encode_group(rqstp, stat.gid, &p, &buflen);
stat             1735 fs/nfsd/nfs4xdr.c 		WRITE32((u32) MAJOR(stat.rdev));
stat             1736 fs/nfsd/nfs4xdr.c 		WRITE32((u32) MINOR(stat.rdev));
stat             1759 fs/nfsd/nfs4xdr.c 		dummy64 = (u64)stat.blocks << 9;
stat             1766 fs/nfsd/nfs4xdr.c 		WRITE32(stat.atime.tv_sec);
stat             1767 fs/nfsd/nfs4xdr.c 		WRITE32(stat.atime.tv_nsec);
stat             1780 fs/nfsd/nfs4xdr.c 		WRITE32(stat.ctime.tv_sec);
stat             1781 fs/nfsd/nfs4xdr.c 		WRITE32(stat.ctime.tv_nsec);
stat             1787 fs/nfsd/nfs4xdr.c 		WRITE32(stat.mtime.tv_sec);
stat             1788 fs/nfsd/nfs4xdr.c 		WRITE32(stat.mtime.tv_nsec);
stat             1800 fs/nfsd/nfs4xdr.c 				exp->ex_path.mnt->mnt_mountpoint, &stat);
stat             1804 fs/nfsd/nfs4xdr.c 		WRITE64(stat.ino);
stat               46 fs/nfsd/nfsproc.c 				    &resp->stat));
stat               54 fs/nfsd/nfsproc.c 				    &resp->stat));
stat              170 fs/nfsd/nfsproc.c 				    &resp->stat));
stat              159 fs/nfsd/nfsxdr.c 	type = (stat->mode & S_IFMT);
stat              162 fs/nfsd/nfsxdr.c 	*p++ = htonl((u32) stat->mode);
stat              163 fs/nfsd/nfsxdr.c 	*p++ = htonl((u32) stat->nlink);
stat              164 fs/nfsd/nfsxdr.c 	*p++ = htonl((u32) nfsd_ruid(rqstp, stat->uid));
stat              165 fs/nfsd/nfsxdr.c 	*p++ = htonl((u32) nfsd_rgid(rqstp, stat->gid));
stat              167 fs/nfsd/nfsxdr.c 	if (S_ISLNK(type) && stat->size > NFS_MAXPATHLEN) {
stat              170 fs/nfsd/nfsxdr.c 		*p++ = htonl((u32) stat->size);
stat              172 fs/nfsd/nfsxdr.c 	*p++ = htonl((u32) stat->blksize);
stat              174 fs/nfsd/nfsxdr.c 		*p++ = htonl(new_encode_dev(stat->rdev));
stat              177 fs/nfsd/nfsxdr.c 	*p++ = htonl((u32) stat->blocks);
stat              181 fs/nfsd/nfsxdr.c 		*p++ = htonl(new_encode_dev(stat->dev));
stat              194 fs/nfsd/nfsxdr.c 	*p++ = htonl((u32) stat->ino);
stat              195 fs/nfsd/nfsxdr.c 	*p++ = htonl((u32) stat->atime.tv_sec);
stat              196 fs/nfsd/nfsxdr.c 	*p++ = htonl(stat->atime.tv_nsec ? stat->atime.tv_nsec / 1000 : 0);
stat              200 fs/nfsd/nfsxdr.c 	*p++ = htonl((u32) stat->ctime.tv_sec);
stat              201 fs/nfsd/nfsxdr.c 	*p++ = htonl(stat->ctime.tv_nsec ? stat->ctime.tv_nsec / 1000 : 0);
stat              209 fs/nfsd/nfsxdr.c 	struct kstat stat;
stat              210 fs/nfsd/nfsxdr.c 	vfs_getattr(fhp->fh_export->ex_path.mnt, fhp->fh_dentry, &stat);
stat              211 fs/nfsd/nfsxdr.c 	return encode_fattr(rqstp, p, fhp, &stat);
stat              427 fs/nfsd/nfsxdr.c 	p = encode_fattr(rqstp, p, &resp->fh, &resp->stat);
stat              436 fs/nfsd/nfsxdr.c 	p = encode_fattr(rqstp, p, &resp->fh, &resp->stat);
stat              460 fs/nfsd/nfsxdr.c 	p = encode_fattr(rqstp, p, &resp->fh, &resp->stat);
stat              492 fs/nfsd/nfsxdr.c 	struct kstatfs	*stat = &resp->stats;
stat              495 fs/nfsd/nfsxdr.c 	*p++ = htonl(stat->f_bsize);
stat              496 fs/nfsd/nfsxdr.c 	*p++ = htonl(stat->f_blocks);
stat              497 fs/nfsd/nfsxdr.c 	*p++ = htonl(stat->f_bfree);
stat              498 fs/nfsd/nfsxdr.c 	*p++ = htonl(stat->f_bavail);
stat             1871 fs/nfsd/vfs.c  	if (!err && vfs_statfs(fhp->fh_dentry,stat))
stat             1015 fs/ocfs2/file.c 	generic_fillattr(inode, stat);
stat             1018 fs/ocfs2/file.c 	stat->blksize = osb->s_clustersize;
stat             1448 fs/proc/base.c 	generic_fillattr(inode, stat);
stat             1451 fs/proc/base.c 	stat->uid = 0;
stat             1452 fs/proc/base.c 	stat->gid = 0;
stat             1457 fs/proc/base.c 			stat->uid = task->euid;
stat             1458 fs/proc/base.c 			stat->gid = task->egid;
stat             3089 fs/proc/base.c 	generic_fillattr(inode, stat);
stat             3092 fs/proc/base.c 		stat->nlink += get_nr_threads(p);
stat              254 fs/proc/generic.c 	generic_fillattr(inode, stat);
stat              144 fs/proc/proc_net.c 	generic_fillattr(inode, stat);
stat              147 fs/proc/proc_net.c 		stat->nlink = net->proc_net->nlink;
stat              341 fs/proc/proc_sysctl.c 	generic_fillattr(inode, stat);
stat              343 fs/proc/proc_sysctl.c 		stat->mode = (stat->mode & S_IFMT) | table->mode;
stat              145 fs/proc/root.c 	generic_fillattr(dentry->d_inode, stat);
stat              146 fs/proc/root.c 	stat->nlink = proc_root.nlink + nr_processes();
stat              666 fs/smbfs/inode.c 		generic_fillattr(dentry->d_inode, stat);
stat               23 fs/stat.c      	stat->dev = inode->i_sb->s_dev;
stat               24 fs/stat.c      	stat->ino = inode->i_ino;
stat               25 fs/stat.c      	stat->mode = inode->i_mode;
stat               26 fs/stat.c      	stat->nlink = inode->i_nlink;
stat               27 fs/stat.c      	stat->uid = inode->i_uid;
stat               28 fs/stat.c      	stat->gid = inode->i_gid;
stat               29 fs/stat.c      	stat->rdev = inode->i_rdev;
stat               30 fs/stat.c      	stat->atime = inode->i_atime;
stat               31 fs/stat.c      	stat->mtime = inode->i_mtime;
stat               32 fs/stat.c      	stat->ctime = inode->i_ctime;
stat               33 fs/stat.c      	stat->size = i_size_read(inode);
stat               34 fs/stat.c      	stat->blocks = inode->i_blocks;
stat               35 fs/stat.c      	stat->blksize = (1 << inode->i_blkbits);
stat               50 fs/stat.c      		return inode->i_op->getattr(mnt, dentry, stat);
stat               52 fs/stat.c      	generic_fillattr(inode, stat);
stat               65 fs/stat.c      		error = vfs_getattr(path.mnt, path.dentry, stat);
stat               73 fs/stat.c      	return vfs_stat_fd(AT_FDCWD, name, stat);
stat               85 fs/stat.c      		error = vfs_getattr(path.mnt, path.dentry, stat);
stat               93 fs/stat.c      	return vfs_lstat_fd(AT_FDCWD, name, stat);
stat              104 fs/stat.c      		error = vfs_getattr(f->f_path.mnt, f->f_path.dentry, stat);
stat              133 fs/stat.c      	tmp.st_dev = old_encode_dev(stat->dev);
stat              134 fs/stat.c      	tmp.st_ino = stat->ino;
stat              135 fs/stat.c      	if (sizeof(tmp.st_ino) < sizeof(stat->ino) && tmp.st_ino != stat->ino)
stat              137 fs/stat.c      	tmp.st_mode = stat->mode;
stat              138 fs/stat.c      	tmp.st_nlink = stat->nlink;
stat              139 fs/stat.c      	if (tmp.st_nlink != stat->nlink)
stat              141 fs/stat.c      	SET_UID(tmp.st_uid, stat->uid);
stat              142 fs/stat.c      	SET_GID(tmp.st_gid, stat->gid);
stat              143 fs/stat.c      	tmp.st_rdev = old_encode_dev(stat->rdev);
stat              145 fs/stat.c      	if (stat->size > MAX_NON_LFS)
stat              148 fs/stat.c      	tmp.st_size = stat->size;
stat              149 fs/stat.c      	tmp.st_atime = stat->atime.tv_sec;
stat              150 fs/stat.c      	tmp.st_mtime = stat->mtime.tv_sec;
stat              151 fs/stat.c      	tmp.st_ctime = stat->ctime.tv_sec;
stat              157 fs/stat.c      	struct kstat stat;
stat              158 fs/stat.c      	int error = vfs_stat_fd(AT_FDCWD, filename, &stat);
stat              161 fs/stat.c      		error = cp_old_stat(&stat, statbuf);
stat              167 fs/stat.c      	struct kstat stat;
stat              168 fs/stat.c      	int error = vfs_lstat_fd(AT_FDCWD, filename, &stat);
stat              171 fs/stat.c      		error = cp_old_stat(&stat, statbuf);
stat              177 fs/stat.c      	struct kstat stat;
stat              178 fs/stat.c      	int error = vfs_fstat(fd, &stat);
stat              181 fs/stat.c      		error = cp_old_stat(&stat, statbuf);
stat              190 fs/stat.c      	struct stat tmp;
stat              193 fs/stat.c      	if (!old_valid_dev(stat->dev) || !old_valid_dev(stat->rdev))
stat              196 fs/stat.c      	if (!new_valid_dev(stat->dev) || !new_valid_dev(stat->rdev))
stat              202 fs/stat.c      	tmp.st_dev = old_encode_dev(stat->dev);
stat              204 fs/stat.c      	tmp.st_dev = new_encode_dev(stat->dev);
stat              206 fs/stat.c      	tmp.st_ino = stat->ino;
stat              207 fs/stat.c      	if (sizeof(tmp.st_ino) < sizeof(stat->ino) && tmp.st_ino != stat->ino)
stat              209 fs/stat.c      	tmp.st_mode = stat->mode;
stat              210 fs/stat.c      	tmp.st_nlink = stat->nlink;
stat              211 fs/stat.c      	if (tmp.st_nlink != stat->nlink)
stat              213 fs/stat.c      	SET_UID(tmp.st_uid, stat->uid);
stat              214 fs/stat.c      	SET_GID(tmp.st_gid, stat->gid);
stat              216 fs/stat.c      	tmp.st_rdev = old_encode_dev(stat->rdev);
stat              218 fs/stat.c      	tmp.st_rdev = new_encode_dev(stat->rdev);
stat              221 fs/stat.c      	if (stat->size > MAX_NON_LFS)
stat              224 fs/stat.c      	tmp.st_size = stat->size;
stat              225 fs/stat.c      	tmp.st_atime = stat->atime.tv_sec;
stat              226 fs/stat.c      	tmp.st_mtime = stat->mtime.tv_sec;
stat              227 fs/stat.c      	tmp.st_ctime = stat->ctime.tv_sec;
stat              229 fs/stat.c      	tmp.st_atime_nsec = stat->atime.tv_nsec;
stat              230 fs/stat.c      	tmp.st_mtime_nsec = stat->mtime.tv_nsec;
stat              231 fs/stat.c      	tmp.st_ctime_nsec = stat->ctime.tv_nsec;
stat              233 fs/stat.c      	tmp.st_blocks = stat->blocks;
stat              234 fs/stat.c      	tmp.st_blksize = stat->blksize;
stat              240 fs/stat.c      	struct kstat stat;
stat              241 fs/stat.c      	int error = vfs_stat_fd(AT_FDCWD, filename, &stat);
stat              244 fs/stat.c      		error = cp_new_stat(&stat, statbuf);
stat              251 fs/stat.c      	struct kstat stat;
stat              252 fs/stat.c      	int error = vfs_lstat_fd(AT_FDCWD, filename, &stat);
stat              255 fs/stat.c      		error = cp_new_stat(&stat, statbuf);
stat              264 fs/stat.c      	struct kstat stat;
stat              271 fs/stat.c      		error = vfs_lstat_fd(dfd, filename, &stat);
stat              273 fs/stat.c      		error = vfs_stat_fd(dfd, filename, &stat);
stat              276 fs/stat.c      		error = cp_new_stat(&stat, statbuf);
stat              285 fs/stat.c      	struct kstat stat;
stat              286 fs/stat.c      	int error = vfs_fstat(fd, &stat);
stat              289 fs/stat.c      		error = cp_new_stat(&stat, statbuf);
stat              338 fs/stat.c      	if (!new_valid_dev(stat->dev) || !new_valid_dev(stat->rdev))
stat              340 fs/stat.c      	tmp.st_dev = new_encode_dev(stat->dev);
stat              341 fs/stat.c      	tmp.st_rdev = new_encode_dev(stat->rdev);
stat              343 fs/stat.c      	tmp.st_dev = huge_encode_dev(stat->dev);
stat              344 fs/stat.c      	tmp.st_rdev = huge_encode_dev(stat->rdev);
stat              346 fs/stat.c      	tmp.st_ino = stat->ino;
stat              347 fs/stat.c      	if (sizeof(tmp.st_ino) < sizeof(stat->ino) && tmp.st_ino != stat->ino)
stat              350 fs/stat.c      	tmp.__st_ino = stat->ino;
stat              352 fs/stat.c      	tmp.st_mode = stat->mode;
stat              353 fs/stat.c      	tmp.st_nlink = stat->nlink;
stat              354 fs/stat.c      	tmp.st_uid = stat->uid;
stat              355 fs/stat.c      	tmp.st_gid = stat->gid;
stat              356 fs/stat.c      	tmp.st_atime = stat->atime.tv_sec;
stat              357 fs/stat.c      	tmp.st_atime_nsec = stat->atime.tv_nsec;
stat              358 fs/stat.c      	tmp.st_mtime = stat->mtime.tv_sec;
stat              359 fs/stat.c      	tmp.st_mtime_nsec = stat->mtime.tv_nsec;
stat              360 fs/stat.c      	tmp.st_ctime = stat->ctime.tv_sec;
stat              361 fs/stat.c      	tmp.st_ctime_nsec = stat->ctime.tv_nsec;
stat              362 fs/stat.c      	tmp.st_size = stat->size;
stat              363 fs/stat.c      	tmp.st_blocks = stat->blocks;
stat              364 fs/stat.c      	tmp.st_blksize = stat->blksize;
stat              370 fs/stat.c      	struct kstat stat;
stat              371 fs/stat.c      	int error = vfs_stat(filename, &stat);
stat              374 fs/stat.c      		error = cp_new_stat64(&stat, statbuf);
stat              380 fs/stat.c      	struct kstat stat;
stat              381 fs/stat.c      	int error = vfs_lstat(filename, &stat);
stat              384 fs/stat.c      		error = cp_new_stat64(&stat, statbuf);
stat              390 fs/stat.c      	struct kstat stat;
stat              391 fs/stat.c      	int error = vfs_fstat(fd, &stat);
stat              394 fs/stat.c      		error = cp_new_stat64(&stat, statbuf);
stat              402 fs/stat.c      	struct kstat stat;
stat              409 fs/stat.c      		error = vfs_lstat_fd(dfd, filename, &stat);
stat              411 fs/stat.c      		error = vfs_stat_fd(dfd, filename, &stat);
stat              414 fs/stat.c      		error = cp_new_stat64(&stat, statbuf);
stat              446 fs/sysv/itree.c 	generic_fillattr(dentry->d_inode, stat);
stat              447 fs/sysv/itree.c 	stat->blocks = (s->s_blocksize / 512) * sysv_nblocks(s, stat->size);
stat              448 fs/sysv/itree.c 	stat->blksize = s->s_blocksize;
stat             1161 fs/ubifs/dir.c 	stat->dev = inode->i_sb->s_dev;
stat             1162 fs/ubifs/dir.c 	stat->ino = inode->i_ino;
stat             1163 fs/ubifs/dir.c 	stat->mode = inode->i_mode;
stat             1164 fs/ubifs/dir.c 	stat->nlink = inode->i_nlink;
stat             1165 fs/ubifs/dir.c 	stat->uid = inode->i_uid;
stat             1166 fs/ubifs/dir.c 	stat->gid = inode->i_gid;
stat             1167 fs/ubifs/dir.c 	stat->rdev = inode->i_rdev;
stat             1168 fs/ubifs/dir.c 	stat->atime = inode->i_atime;
stat             1169 fs/ubifs/dir.c 	stat->mtime = inode->i_mtime;
stat             1170 fs/ubifs/dir.c 	stat->ctime = inode->i_ctime;
stat             1171 fs/ubifs/dir.c 	stat->blksize = UBIFS_BLOCK_SIZE;
stat             1172 fs/ubifs/dir.c 	stat->size = ui->ui_size;
stat             1188 fs/ubifs/dir.c 		size += stat->size;
stat             1194 fs/ubifs/dir.c 		stat->blocks = size >> 9;
stat             1196 fs/ubifs/dir.c 		stat->blocks = 0;
stat              555 fs/xfs/linux-2.6/xfs_iops.c 	stat->size = XFS_ISIZE(ip);
stat              556 fs/xfs/linux-2.6/xfs_iops.c 	stat->dev = inode->i_sb->s_dev;
stat              557 fs/xfs/linux-2.6/xfs_iops.c 	stat->mode = ip->i_d.di_mode;
stat              558 fs/xfs/linux-2.6/xfs_iops.c 	stat->nlink = ip->i_d.di_nlink;
stat              559 fs/xfs/linux-2.6/xfs_iops.c 	stat->uid = ip->i_d.di_uid;
stat              560 fs/xfs/linux-2.6/xfs_iops.c 	stat->gid = ip->i_d.di_gid;
stat              561 fs/xfs/linux-2.6/xfs_iops.c 	stat->ino = ip->i_ino;
stat              563 fs/xfs/linux-2.6/xfs_iops.c 	stat->ino += mp->m_inoadd;
stat              565 fs/xfs/linux-2.6/xfs_iops.c 	stat->atime = inode->i_atime;
stat              566 fs/xfs/linux-2.6/xfs_iops.c 	stat->mtime.tv_sec = ip->i_d.di_mtime.t_sec;
stat              567 fs/xfs/linux-2.6/xfs_iops.c 	stat->mtime.tv_nsec = ip->i_d.di_mtime.t_nsec;
stat              568 fs/xfs/linux-2.6/xfs_iops.c 	stat->ctime.tv_sec = ip->i_d.di_ctime.t_sec;
stat              569 fs/xfs/linux-2.6/xfs_iops.c 	stat->ctime.tv_nsec = ip->i_d.di_ctime.t_nsec;
stat              570 fs/xfs/linux-2.6/xfs_iops.c 	stat->blocks =
stat              577 fs/xfs/linux-2.6/xfs_iops.c 		stat->blksize = BLKDEV_IOSIZE;
stat              578 fs/xfs/linux-2.6/xfs_iops.c 		stat->rdev = MKDEV(sysv_major(ip->i_df.if_u2.if_rdev) & 0x1ff,
stat              588 fs/xfs/linux-2.6/xfs_iops.c 			stat->blksize =
stat              591 fs/xfs/linux-2.6/xfs_iops.c 			stat->blksize = xfs_preferred_iosize(mp);
stat              592 fs/xfs/linux-2.6/xfs_iops.c 		stat->rdev = 0;
stat             1453 fs/xfs/xfs_alloc.c 			*stat = 0;
stat             1479 fs/xfs/xfs_alloc.c 	*stat = 1;
stat              104 fs/xfs/xfs_alloc_btree.c 		*stat = 0;
stat              121 fs/xfs/xfs_alloc_btree.c 		*stat = 0;
stat              261 fs/xfs/xfs_alloc_btree.c 		*stat = 1;
stat              277 fs/xfs/xfs_alloc_btree.c 		*stat = 1;
stat              342 fs/xfs/xfs_alloc_btree.c 				*stat = 1;
stat              404 fs/xfs/xfs_alloc_btree.c 				*stat = 1;
stat              473 fs/xfs/xfs_alloc_btree.c 		*stat = 1;
stat              582 fs/xfs/xfs_alloc_btree.c 	*stat = 2;
stat              638 fs/xfs/xfs_alloc_btree.c 		*stat = i;
stat              651 fs/xfs/xfs_alloc_btree.c 		*stat = 0;
stat              727 fs/xfs/xfs_alloc_btree.c 					*stat = 0;
stat              833 fs/xfs/xfs_alloc_btree.c 	*stat = 1;
stat             1044 fs/xfs/xfs_alloc_btree.c 				*stat = 0;
stat             1140 fs/xfs/xfs_alloc_btree.c 			*stat = 1;
stat             1151 fs/xfs/xfs_alloc_btree.c 		*stat = 0;
stat             1153 fs/xfs/xfs_alloc_btree.c 		*stat = ((dir != XFS_LOOKUP_EQ) || (diff == 0));
stat             1194 fs/xfs/xfs_alloc_btree.c 		*stat = 0;
stat             1202 fs/xfs/xfs_alloc_btree.c 		*stat = 0;
stat             1219 fs/xfs/xfs_alloc_btree.c 		*stat = 0;
stat             1294 fs/xfs/xfs_alloc_btree.c 	*stat = 1;
stat             1333 fs/xfs/xfs_alloc_btree.c 		*stat = 0;
stat             1449 fs/xfs/xfs_alloc_btree.c 	*stat = 1;
stat             1486 fs/xfs/xfs_alloc_btree.c 		*stat = 0;
stat             1494 fs/xfs/xfs_alloc_btree.c 		*stat = 0;
stat             1511 fs/xfs/xfs_alloc_btree.c 		*stat = 0;
stat             1577 fs/xfs/xfs_alloc_btree.c 	*stat = 1;
stat             1615 fs/xfs/xfs_alloc_btree.c 		*stat = 0;
stat             1735 fs/xfs/xfs_alloc_btree.c 	*stat = 1;
stat             1806 fs/xfs/xfs_alloc_btree.c 		*stat = 1;
stat             1822 fs/xfs/xfs_alloc_btree.c 		*stat = 0;
stat             1862 fs/xfs/xfs_alloc_btree.c 	*stat = 1;
stat             1898 fs/xfs/xfs_alloc_btree.c 	*stat = i;
stat             1928 fs/xfs/xfs_alloc_btree.c 		*stat = 0;
stat             1941 fs/xfs/xfs_alloc_btree.c 	*stat = 1;
stat             1979 fs/xfs/xfs_alloc_btree.c 		*stat = 1;
stat             1986 fs/xfs/xfs_alloc_btree.c 		*stat = 0;
stat             2032 fs/xfs/xfs_alloc_btree.c 	*stat = 1;
stat             2092 fs/xfs/xfs_alloc_btree.c 	*stat = i;
stat             2108 fs/xfs/xfs_alloc_btree.c 	return xfs_alloc_lookup(cur, XFS_LOOKUP_EQ, stat);
stat             2124 fs/xfs/xfs_alloc_btree.c 	return xfs_alloc_lookup(cur, XFS_LOOKUP_GE, stat);
stat             2140 fs/xfs/xfs_alloc_btree.c 	return xfs_alloc_lookup(cur, XFS_LOOKUP_LE, stat);
stat              419 fs/xfs/xfs_bmap.c 	int			stat;		/* newroot status */
stat              429 fs/xfs/xfs_bmap.c 		if ((error = xfs_bmbt_lookup_ge(cur, 0, 0, 0, &stat)))
stat              432 fs/xfs/xfs_bmap.c 		XFS_WANT_CORRUPTED_GOTO(stat == 1, error0);
stat              433 fs/xfs/xfs_bmap.c 		if ((error = xfs_bmbt_newroot(cur, flags, &stat)))
stat              435 fs/xfs/xfs_bmap.c 		if (stat == 0) {
stat              356 fs/xfs/xfs_bmap_btree.c 		*stat = 0;
stat              369 fs/xfs/xfs_bmap_btree.c 		*stat = 0;
stat              426 fs/xfs/xfs_bmap_btree.c 		*stat = 1;
stat              439 fs/xfs/xfs_bmap_btree.c 		*stat = 1;
stat              460 fs/xfs/xfs_bmap_btree.c 		*stat = 1;
stat              508 fs/xfs/xfs_bmap_btree.c 				*stat = 1;
stat              558 fs/xfs/xfs_bmap_btree.c 				*stat = 1;
stat              606 fs/xfs/xfs_bmap_btree.c 		*stat = 1;
stat              670 fs/xfs/xfs_bmap_btree.c 	*stat = 2;
stat              717 fs/xfs/xfs_bmap_btree.c 		*stat = 0;
stat              748 fs/xfs/xfs_bmap_btree.c 			if ((error = xfs_bmbt_newroot(cur, &logflags, stat)) ||
stat              749 fs/xfs/xfs_bmap_btree.c 			    *stat == 0) {
stat              797 fs/xfs/xfs_bmap_btree.c 						*stat = 0;
stat              863 fs/xfs/xfs_bmap_btree.c 	*stat = 1;
stat             1101 fs/xfs/xfs_bmap_btree.c 				*stat = 0;
stat             1153 fs/xfs/xfs_bmap_btree.c 			*stat = 1;
stat             1162 fs/xfs/xfs_bmap_btree.c 		*stat = 0;
stat             1165 fs/xfs/xfs_bmap_btree.c 		*stat = ((dir != XFS_LOOKUP_EQ) || (diff == 0));
stat             1203 fs/xfs/xfs_bmap_btree.c 		*stat = 0;
stat             1216 fs/xfs/xfs_bmap_btree.c 		*stat = 0;
stat             1221 fs/xfs/xfs_bmap_btree.c 		*stat = 0;
stat             1237 fs/xfs/xfs_bmap_btree.c 		*stat = 0;
stat             1299 fs/xfs/xfs_bmap_btree.c 	*stat = 1;
stat             1333 fs/xfs/xfs_bmap_btree.c 		*stat = 0;
stat             1346 fs/xfs/xfs_bmap_btree.c 		*stat = 0;
stat             1351 fs/xfs/xfs_bmap_btree.c 		*stat = 0;
stat             1367 fs/xfs/xfs_bmap_btree.c 		*stat = 0;
stat             1431 fs/xfs/xfs_bmap_btree.c 	*stat = 1;
stat             1545 fs/xfs/xfs_bmap_btree.c 		*stat = 0;
stat             1629 fs/xfs/xfs_bmap_btree.c 	*stat = 1;
stat             1728 fs/xfs/xfs_bmap_btree.c 		*stat = 1;
stat             1740 fs/xfs/xfs_bmap_btree.c 		*stat = 0;
stat             1751 fs/xfs/xfs_bmap_btree.c 		*stat = 0;
stat             1773 fs/xfs/xfs_bmap_btree.c 	*stat = 1;
stat             1809 fs/xfs/xfs_bmap_btree.c 	*stat = i;
stat             2009 fs/xfs/xfs_bmap_btree.c 		*stat = 1;
stat             2014 fs/xfs/xfs_bmap_btree.c 		*stat = 0;
stat             2032 fs/xfs/xfs_bmap_btree.c 		*stat = 0;
stat             2054 fs/xfs/xfs_bmap_btree.c 	*stat = 1;
stat             2112 fs/xfs/xfs_bmap_btree.c 	*stat = i;
stat             2192 fs/xfs/xfs_bmap_btree.c 	return xfs_bmbt_lookup(cur, XFS_LOOKUP_EQ, stat);
stat             2206 fs/xfs/xfs_bmap_btree.c 	return xfs_bmbt_lookup(cur, XFS_LOOKUP_GE, stat);
stat             2267 fs/xfs/xfs_bmap_btree.c 		*stat = 0;
stat             2316 fs/xfs/xfs_bmap_btree.c 	*stat = 1;
stat              102 fs/xfs/xfs_ialloc_btree.c 		*stat = 0;
stat              121 fs/xfs/xfs_ialloc_btree.c 		*stat = 0;
stat              210 fs/xfs/xfs_ialloc_btree.c 		*stat = 1;
stat              227 fs/xfs/xfs_ialloc_btree.c 		*stat = 1;
stat              292 fs/xfs/xfs_ialloc_btree.c 				*stat = 1;
stat              350 fs/xfs/xfs_ialloc_btree.c 				*stat = 1;
stat              419 fs/xfs/xfs_ialloc_btree.c 		*stat = 1;
stat              514 fs/xfs/xfs_ialloc_btree.c 	*stat = 2;
stat              565 fs/xfs/xfs_ialloc_btree.c 		*stat = i;
stat              577 fs/xfs/xfs_ialloc_btree.c 		*stat = 0;
stat              649 fs/xfs/xfs_ialloc_btree.c 					*stat = 0;
stat              737 fs/xfs/xfs_ialloc_btree.c 	*stat = 1;
stat              933 fs/xfs/xfs_ialloc_btree.c 				*stat = 0;
stat             1020 fs/xfs/xfs_ialloc_btree.c 			*stat = 1;
stat             1031 fs/xfs/xfs_ialloc_btree.c 		*stat = 0;
stat             1033 fs/xfs/xfs_ialloc_btree.c 		*stat = ((dir != XFS_LOOKUP_EQ) || (diff == 0));
stat             1077 fs/xfs/xfs_ialloc_btree.c 		*stat = 0;
stat             1085 fs/xfs/xfs_ialloc_btree.c 		*stat = 0;
stat             1102 fs/xfs/xfs_ialloc_btree.c 		*stat = 0;
stat             1175 fs/xfs/xfs_ialloc_btree.c 	*stat = 1;
stat             1225 fs/xfs/xfs_ialloc_btree.c 		*stat = 0;
stat             1322 fs/xfs/xfs_ialloc_btree.c 	*stat = 1;
stat             1364 fs/xfs/xfs_ialloc_btree.c 		*stat = 0;
stat             1372 fs/xfs/xfs_ialloc_btree.c 		*stat = 0;
stat             1389 fs/xfs/xfs_ialloc_btree.c 		*stat = 0;
stat             1452 fs/xfs/xfs_ialloc_btree.c 	*stat = 1;
stat             1503 fs/xfs/xfs_ialloc_btree.c 		*stat = 0;
stat             1611 fs/xfs/xfs_ialloc_btree.c 	*stat = 1;
stat             1682 fs/xfs/xfs_ialloc_btree.c 		*stat = 1;
stat             1698 fs/xfs/xfs_ialloc_btree.c 		*stat = 0;
stat             1738 fs/xfs/xfs_ialloc_btree.c 	*stat = 1;
stat             1774 fs/xfs/xfs_ialloc_btree.c 	*stat = i;
stat             1809 fs/xfs/xfs_ialloc_btree.c 		*stat = 0;
stat             1819 fs/xfs/xfs_ialloc_btree.c 	*stat = 1;
stat             1857 fs/xfs/xfs_ialloc_btree.c 		*stat = 1;
stat             1864 fs/xfs/xfs_ialloc_btree.c 		*stat = 0;
stat             1910 fs/xfs/xfs_ialloc_btree.c 	*stat = 1;
stat             1971 fs/xfs/xfs_ialloc_btree.c 	*stat = i;
stat             1989 fs/xfs/xfs_ialloc_btree.c 	return xfs_inobt_lookup(cur, XFS_LOOKUP_EQ, stat);
stat             2007 fs/xfs/xfs_ialloc_btree.c 	return xfs_inobt_lookup(cur, XFS_LOOKUP_GE, stat);
stat             2025 fs/xfs/xfs_ialloc_btree.c 	return xfs_inobt_lookup(cur, XFS_LOOKUP_LE, stat);
stat               67 fs/xfs/xfs_itable.c 		*stat = BULKSTAT_RV_NOTHING;
stat              227 fs/xfs/xfs_itable.c 	*stat = BULKSTAT_RV_NOTHING;
stat              240 fs/xfs/xfs_itable.c 		error = xfs_bulkstat_one_iget(mp, ino, bno, buf, stat);
stat              253 fs/xfs/xfs_itable.c 	*stat = BULKSTAT_RV_DIDONE;
stat              223 fs/xfs/xfs_rtalloc.c 	int		stat;		/* status from internal calls */
stat              237 fs/xfs/xfs_rtalloc.c 		error = xfs_rtcheck_range(mp, tp, i, maxlen, 1, &next, &stat);
stat              241 fs/xfs/xfs_rtalloc.c 		if (stat) {
stat              842 fs/xfs/xfs_rtalloc.c 			*stat = 1;
stat              849 fs/xfs/xfs_rtalloc.c 	*stat = 0;
stat              912 fs/xfs/xfs_rtalloc.c 	return xfs_rtcheck_range(mp, tp, bno, len, 0, &new, stat);
stat              987 fs/xfs/xfs_rtalloc.c 			*stat = 0;
stat             1033 fs/xfs/xfs_rtalloc.c 			*stat = 0;
stat             1078 fs/xfs/xfs_rtalloc.c 			*stat = 0;
stat             1088 fs/xfs/xfs_rtalloc.c 	*stat = 1;
stat             2179 fs/xfs/xfs_rtalloc.c 		int	stat;		/* result from checking range */
stat             2181 fs/xfs/xfs_rtalloc.c 		error = xfs_rtcheck_alloc_range(mp, tp, bno, len, &stat);
stat             2185 fs/xfs/xfs_rtalloc.c 		ASSERT(stat);
stat              162 include/asm-cris/arch-v32/hwregs/iop/iop_dmc_in_defs.h   unsigned int stat : 8;
stat              170 include/asm-cris/arch-v32/hwregs/iop/iop_dmc_in_defs.h   unsigned int stat : 8;
stat              186 include/asm-cris/arch-v32/hwregs/iop/iop_dmc_in_defs.h   unsigned int stat : 8;
stat              152 include/asm-cris/arch-v32/hwregs/iop/iop_dmc_out_defs.h   unsigned int stat : 8;
stat              160 include/asm-cris/arch-v32/hwregs/iop/iop_dmc_out_defs.h   unsigned int stat : 8;
stat              176 include/asm-cris/arch-v32/hwregs/iop/iop_dmc_out_defs.h   unsigned int stat : 8;
stat              285 include/linux/cdrom.h 	int			stat;
stat              920 include/linux/cdrom.h 	int			stat;
stat              644 include/linux/coda.h     struct coda_statfs stat;
stat               84 include/linux/ide.h #define OK_STAT(stat,good,bad)	(((stat)&((good)|(bad)))==(good))
stat              143 include/linux/isdn_ppp.h   void (*stat) (void *state, struct compstat *stats);
stat               77 include/linux/kvm_host.h 	struct kvm_vcpu_stat stat;
stat              117 include/linux/kvm_host.h 	struct kvm_vm_stat stat;
stat               89 include/linux/nfsd/xdr.h 	struct kstat		stat;
stat               94 include/linux/nfsd/xdr.h 	struct kstat		stat;
stat              104 include/linux/nfsd/xdr.h 	struct kstat		stat;
stat              127 include/linux/nfsd/xdr3.h 	struct kstat            stat;
stat              236 include/linux/scc.h         struct scc_stat stat;		/* statistical information */
stat               42 include/linux/slub_def.h 	unsigned stat[NR_SLUB_STAT_ITEMS];
stat              191 include/linux/sunrpc/xprt.h 	} stat;
stat               40 include/linux/syscalls.h struct stat;
stat              496 include/net/9p/9p.h 	struct p9_stat stat;
stat              501 include/net/9p/9p.h 	struct p9_stat stat;
stat              975 include/net/bluetooth/hci.h 	struct hci_dev_stats stat;
stat              128 include/net/bluetooth/hci_core.h 	struct hci_dev_stats	stat;
stat              293 include/net/netfilter/nf_conntrack.h 	(per_cpu_ptr((net)->ct.stat, raw_smp_processor_id())->count++)
stat              297 include/net/netfilter/nf_conntrack.h 	per_cpu_ptr((net)->ct.stat, raw_smp_processor_id())->count++;	\
stat               16 include/net/netns/conntrack.h 	struct ip_conntrack_stat *stat;
stat              483 include/scsi/libsas.h 	enum exec_status      stat;
stat               24 init/do_mounts.h 	struct stat64 stat;
stat               25 init/do_mounts.h 	if (sys_stat64(name, &stat) != 0)
stat               27 init/do_mounts.h 	if (!S_ISBLK(stat.st_mode))
stat               29 init/do_mounts.h 	if (stat.st_rdev != (u32)stat.st_rdev)
stat               31 init/do_mounts.h 	return stat.st_rdev;
stat               36 init/do_mounts.h 	struct stat stat;
stat               37 init/do_mounts.h 	if (sys_newstat(name, &stat) != 0)
stat               39 init/do_mounts.h 	if (!S_ISBLK(stat.st_mode))
stat               41 init/do_mounts.h 	return stat.st_rdev;
stat              240 init/initramfs.c 	struct stat st;
stat               72 mm/memcontrol.c 	stat->cpustat[cpu].count[idx] += val;
stat               81 mm/memcontrol.c 		ret += stat->cpustat[cpu].count[idx];
stat              143 mm/memcontrol.c 	struct mem_cgroup_stat stat;
stat              197 mm/memcontrol.c 	struct mem_cgroup_stat *stat = &mem->stat;
stat              201 mm/memcontrol.c 		__mem_cgroup_stat_add_safe(stat, MEM_CGROUP_STAT_CACHE, val);
stat              203 mm/memcontrol.c 		__mem_cgroup_stat_add_safe(stat, MEM_CGROUP_STAT_RSS, val);
stat              206 mm/memcontrol.c 		__mem_cgroup_stat_add_safe(stat,
stat              209 mm/memcontrol.c 		__mem_cgroup_stat_add_safe(stat,
stat              401 mm/memcontrol.c 	rss = (long)mem_cgroup_read_stat(&mem->stat, MEM_CGROUP_STAT_RSS);
stat             1003 mm/memcontrol.c 	struct mem_cgroup_stat *stat = &mem_cont->stat;
stat             1006 mm/memcontrol.c 	for (i = 0; i < ARRAY_SIZE(stat->cpustat[0].count); i++) {
stat             1009 mm/memcontrol.c 		val = mem_cgroup_read_stat(stat, i);
stat              207 mm/slub.c      	c->stat[si]++;
stat             1090 mm/slub.c      		stat(get_cpu_slab(s, raw_smp_processor_id()), ORDER_FALLBACK);
stat             1374 mm/slub.c      			stat(c, tail ? DEACTIVATE_TO_TAIL : DEACTIVATE_TO_HEAD);
stat             1376 mm/slub.c      			stat(c, DEACTIVATE_FULL);
stat             1383 mm/slub.c      		stat(c, DEACTIVATE_EMPTY);
stat             1399 mm/slub.c      			stat(get_cpu_slab(s, raw_smp_processor_id()), FREE_SLAB);
stat             1414 mm/slub.c      		stat(c, DEACTIVATE_REMOTE_FREES);
stat             1440 mm/slub.c      	stat(c, CPUSLAB_FLUSH);
stat             1517 mm/slub.c      	stat(c, ALLOC_REFILL);
stat             1532 mm/slub.c      	stat(c, ALLOC_SLOWPATH);
stat             1542 mm/slub.c      		stat(c, ALLOC_FROM_PARTIAL);
stat             1556 mm/slub.c      		stat(c, ALLOC_SLAB);
stat             1603 mm/slub.c      		stat(c, ALLOC_FASTPATH);
stat             1643 mm/slub.c      	stat(c, FREE_SLOWPATH);
stat             1655 mm/slub.c      		stat(c, FREE_FROZEN);
stat             1668 mm/slub.c      		stat(c, FREE_ADD_PARTIAL);
stat             1681 mm/slub.c      		stat(c, FREE_REMOVE_PARTIAL);
stat             1684 mm/slub.c      	stat(c, FREE_SLAB);
stat             1720 mm/slub.c      		stat(c, FREE_FASTPATH);
stat             1912 mm/slub.c      	memset(c->stat, 0, NR_SLUB_STAT_ITEMS * sizeof(unsigned));
stat             4082 mm/slub.c      		unsigned x = get_cpu_slab(s, cpu)->stat[si];
stat              850 net/9p/client.c 	ret = p9_clone_stat(&rc->params.rstat.stat, clnt->dotu);
stat              258 net/9p/conv.c  	stat->size = buf_get_int16(bufp);
stat              259 net/9p/conv.c  	stat->type = buf_get_int16(bufp);
stat              260 net/9p/conv.c  	stat->dev = buf_get_int32(bufp);
stat              261 net/9p/conv.c  	stat->qid.type = buf_get_int8(bufp);
stat              262 net/9p/conv.c  	stat->qid.version = buf_get_int32(bufp);
stat              263 net/9p/conv.c  	stat->qid.path = buf_get_int64(bufp);
stat              264 net/9p/conv.c  	stat->mode = buf_get_int32(bufp);
stat              265 net/9p/conv.c  	stat->atime = buf_get_int32(bufp);
stat              266 net/9p/conv.c  	stat->mtime = buf_get_int32(bufp);
stat              267 net/9p/conv.c  	stat->length = buf_get_int64(bufp);
stat              268 net/9p/conv.c  	buf_get_str(bufp, &stat->name);
stat              269 net/9p/conv.c  	buf_get_str(bufp, &stat->uid);
stat              270 net/9p/conv.c  	buf_get_str(bufp, &stat->gid);
stat              271 net/9p/conv.c  	buf_get_str(bufp, &stat->muid);
stat              274 net/9p/conv.c  		buf_get_str(bufp, &stat->extension);
stat              275 net/9p/conv.c  		stat->n_uid = buf_get_int32(bufp);
stat              276 net/9p/conv.c  		stat->n_gid = buf_get_int32(bufp);
stat              277 net/9p/conv.c  		stat->n_muid = buf_get_int32(bufp);
stat              301 net/9p/conv.c  	buf_get_stat(bufp, stat, dotu);
stat              387 net/9p/conv.c  		buf_get_stat(bufp, &rcall->params.rstat.stat, dotu);
stat              474 net/9p/conv.c  	p9_put_int16(bufp, statsz, &stat->size);
stat              475 net/9p/conv.c  	p9_put_int16(bufp, wstat->type, &stat->type);
stat              476 net/9p/conv.c  	p9_put_int32(bufp, wstat->dev, &stat->dev);
stat              477 net/9p/conv.c  	p9_put_int8(bufp, wstat->qid.type, &stat->qid.type);
stat              478 net/9p/conv.c  	p9_put_int32(bufp, wstat->qid.version, &stat->qid.version);
stat              479 net/9p/conv.c  	p9_put_int64(bufp, wstat->qid.path, &stat->qid.path);
stat              480 net/9p/conv.c  	p9_put_int32(bufp, wstat->mode, &stat->mode);
stat              481 net/9p/conv.c  	p9_put_int32(bufp, wstat->atime, &stat->atime);
stat              482 net/9p/conv.c  	p9_put_int32(bufp, wstat->mtime, &stat->mtime);
stat              483 net/9p/conv.c  	p9_put_int64(bufp, wstat->length, &stat->length);
stat              485 net/9p/conv.c  	p9_put_str(bufp, wstat->name, &stat->name);
stat              486 net/9p/conv.c  	p9_put_str(bufp, wstat->uid, &stat->uid);
stat              487 net/9p/conv.c  	p9_put_str(bufp, wstat->gid, &stat->gid);
stat              488 net/9p/conv.c  	p9_put_str(bufp, wstat->muid, &stat->muid);
stat              491 net/9p/conv.c  		p9_put_str(bufp, wstat->extension, &stat->extension);
stat              492 net/9p/conv.c  		p9_put_int32(bufp, wstat->n_uid, &stat->n_uid);
stat              493 net/9p/conv.c  		p9_put_int32(bufp, wstat->n_gid, &stat->n_gid);
stat              494 net/9p/conv.c  		p9_put_int32(bufp, wstat->n_muid, &stat->n_muid);
stat             1044 net/9p/conv.c  	p9_put_wstat(bufp, wstat, &fc->params.twstat.stat, statsz, dotu);
stat              336 net/9p/fcprint.c 		ret += p9_printstat(buf+ret, buflen-ret, &fc->params.rstat.stat,
stat              344 net/9p/fcprint.c 					&fc->params.twstat.stat, extended);
stat              662 net/bluetooth/hci_core.c 	memset(&hdev->stat, 0, sizeof(struct hci_dev_stats));
stat              808 net/bluetooth/hci_core.c 	memcpy(&di.stat, &hdev->stat, sizeof(di.stat));
stat              900 net/bluetooth/hci_core.c 	memset(&hdev->stat, 0, sizeof(struct hci_dev_stats));
stat             1445 net/bluetooth/hci_core.c 	hdev->stat.acl_rx++;
stat             1482 net/bluetooth/hci_core.c 	hdev->stat.sco_rx++;
stat             1900 net/bluetooth/hci_event.c 	hdev->stat.evt_rx++;
stat              455 net/dsa/mv88e6xxx.c 	ret = mv88e6xxx_reg_write(ds, REG_GLOBAL, 0x1d, 0xcc00 | stat);
stat             2153 net/ipv4/fib_trie.c 	if (stat->leaves)
stat             2154 net/ipv4/fib_trie.c 		avdepth = stat->totdepth*100 / stat->leaves;
stat             2160 net/ipv4/fib_trie.c 	seq_printf(seq, "\tMax depth:      %u\n", stat->maxdepth);
stat             2162 net/ipv4/fib_trie.c 	seq_printf(seq, "\tLeaves:         %u\n", stat->leaves);
stat             2163 net/ipv4/fib_trie.c 	bytes = sizeof(struct leaf) * stat->leaves;
stat             2165 net/ipv4/fib_trie.c 	seq_printf(seq, "\tPrefixes:       %u\n", stat->prefixes);
stat             2166 net/ipv4/fib_trie.c 	bytes += sizeof(struct leaf_info) * stat->prefixes;
stat             2168 net/ipv4/fib_trie.c 	seq_printf(seq, "\tInternal nodes: %u\n\t", stat->tnodes);
stat             2169 net/ipv4/fib_trie.c 	bytes += sizeof(struct tnode) * stat->tnodes;
stat             2172 net/ipv4/fib_trie.c 	while (max > 0 && stat->nodesizes[max-1] == 0)
stat             2177 net/ipv4/fib_trie.c 		if (stat->nodesizes[i] != 0) {
stat             2178 net/ipv4/fib_trie.c 			seq_printf(seq, "  %u: %u",  i, stat->nodesizes[i]);
stat             2179 net/ipv4/fib_trie.c 			pointers += (1<<i) * stat->nodesizes[i];
stat             2185 net/ipv4/fib_trie.c 	seq_printf(seq, "Null ptrs: %u\n", stat->nullpointers);
stat             2234 net/ipv4/fib_trie.c 			struct trie_stat stat;
stat             2241 net/ipv4/fib_trie.c 			trie_collect_stats(t, &stat);
stat             2242 net/ipv4/fib_trie.c 			trie_show_stats(seq, &stat);
stat              298 net/ipv4/netfilter/nf_conntrack_l3proto_ipv4_compat.c 		return per_cpu_ptr(net->ct.stat, cpu);
stat              313 net/ipv4/netfilter/nf_conntrack_l3proto_ipv4_compat.c 		return per_cpu_ptr(net->ct.stat, cpu);
stat               46 net/mac80211/rc80211_pid_debugfs.c 	memcpy(&evd.tx_status, stat, sizeof(struct ieee80211_tx_info));
stat             1038 net/netfilter/nf_conntrack_core.c 	free_percpu(net->ct.stat);
stat             1204 net/netfilter/nf_conntrack_core.c 	net->ct.stat = alloc_percpu(struct ip_conntrack_stat);
stat             1205 net/netfilter/nf_conntrack_core.c 	if (!net->ct.stat) {
stat             1245 net/netfilter/nf_conntrack_core.c 	free_percpu(net->ct.stat);
stat              207 net/netfilter/nf_conntrack_standalone.c 		return per_cpu_ptr(net->ct.stat, cpu);
stat              222 net/netfilter/nf_conntrack_standalone.c 		return per_cpu_ptr(net->ct.stat, cpu);
stat              756 net/sunrpc/auth_gss/svcauth_gss.c 	int			stat = -ENOMEM;
stat              768 net/sunrpc/auth_gss/svcauth_gss.c 	stat = 0;
stat              780 net/sunrpc/auth_gss/svcauth_gss.c 	return stat;
stat              806 net/sunrpc/auth_gss/svcauth_gss.c 	int stat = -EINVAL;
stat              813 net/sunrpc/auth_gss/svcauth_gss.c 		return stat;
stat              815 net/sunrpc/auth_gss/svcauth_gss.c 		return stat;
stat              822 net/sunrpc/auth_gss/svcauth_gss.c 		return stat;
stat              825 net/sunrpc/auth_gss/svcauth_gss.c 		return stat;
stat              833 net/sunrpc/auth_gss/svcauth_gss.c 	stat = 0;
stat              836 net/sunrpc/auth_gss/svcauth_gss.c 	return stat;
stat              922 net/sunrpc/auth_gss/svcauth_gss.c 	int stat;
stat              936 net/sunrpc/auth_gss/svcauth_gss.c 	stat = svcauth_unix_set_client(rqstp);
stat              937 net/sunrpc/auth_gss/svcauth_gss.c 	if (stat == SVC_DROP)
stat              938 net/sunrpc/auth_gss/svcauth_gss.c 		return stat;
stat             1229 net/sunrpc/auth_gss/svcauth_gss.c 	int stat = -EINVAL;
stat             1263 net/sunrpc/auth_gss/svcauth_gss.c 	stat = 0;
stat             1265 net/sunrpc/auth_gss/svcauth_gss.c 	return stat;
stat             1324 net/sunrpc/auth_gss/svcauth_gss.c 	int stat = -EINVAL;
stat             1339 net/sunrpc/auth_gss/svcauth_gss.c 		stat = svcauth_gss_wrap_resp_integ(rqstp);
stat             1340 net/sunrpc/auth_gss/svcauth_gss.c 		if (stat)
stat             1344 net/sunrpc/auth_gss/svcauth_gss.c 		stat = svcauth_gss_wrap_resp_priv(rqstp);
stat             1345 net/sunrpc/auth_gss/svcauth_gss.c 		if (stat)
stat             1353 net/sunrpc/auth_gss/svcauth_gss.c 	stat = 0;
stat             1368 net/sunrpc/auth_gss/svcauth_gss.c 	return stat;
stat              574 net/sunrpc/rpcb_clnt.c 	task->tk_xprt->stat.bind_count++;
stat              683 net/sunrpc/xprt.c 		xprt->stat.connect_start = jiffies;
stat              694 net/sunrpc/xprt.c 		xprt->stat.connect_count++;
stat              695 net/sunrpc/xprt.c 		xprt->stat.connect_time += (long)jiffies - xprt->stat.connect_start;
stat              737 net/sunrpc/xprt.c 	xprt->stat.bad_xids++;
stat              777 net/sunrpc/xprt.c 	xprt->stat.recvs++;
stat              883 net/sunrpc/xprt.c 		xprt->stat.sends++;
stat              884 net/sunrpc/xprt.c 		xprt->stat.req_u += xprt->stat.sends - xprt->stat.recvs;
stat              885 net/sunrpc/xprt.c 		xprt->stat.bklog_u += xprt->backlog.qlen;
stat               86 net/sunrpc/xprtrdma/svc_rdma.c 	atomic_t *stat = (atomic_t *)table->data;
stat               88 net/sunrpc/xprtrdma/svc_rdma.c 	if (!stat)
stat               92 net/sunrpc/xprtrdma/svc_rdma.c 		atomic_set(stat, 0);
stat               96 net/sunrpc/xprtrdma/svc_rdma.c 		int len = snprintf(str_buf, 32, "%d\n", atomic_read(stat));
stat              719 net/sunrpc/xprtrdma/transport.c 	   xprt->stat.bind_count,
stat              720 net/sunrpc/xprtrdma/transport.c 	   xprt->stat.connect_count,
stat              721 net/sunrpc/xprtrdma/transport.c 	   xprt->stat.connect_time,
stat              723 net/sunrpc/xprtrdma/transport.c 	   xprt->stat.sends,
stat              724 net/sunrpc/xprtrdma/transport.c 	   xprt->stat.recvs,
stat              725 net/sunrpc/xprtrdma/transport.c 	   xprt->stat.bad_xids,
stat              726 net/sunrpc/xprtrdma/transport.c 	   xprt->stat.req_u,
stat              727 net/sunrpc/xprtrdma/transport.c 	   xprt->stat.bklog_u,
stat             1617 net/sunrpc/xprtsock.c 	xprt->stat.connect_count++;
stat             1618 net/sunrpc/xprtsock.c 	xprt->stat.connect_start = jiffies;
stat             1804 net/sunrpc/xprtsock.c 			xprt->stat.bind_count,
stat             1805 net/sunrpc/xprtsock.c 			xprt->stat.sends,
stat             1806 net/sunrpc/xprtsock.c 			xprt->stat.recvs,
stat             1807 net/sunrpc/xprtsock.c 			xprt->stat.bad_xids,
stat             1808 net/sunrpc/xprtsock.c 			xprt->stat.req_u,
stat             1809 net/sunrpc/xprtsock.c 			xprt->stat.bklog_u);
stat             1828 net/sunrpc/xprtsock.c 			xprt->stat.bind_count,
stat             1829 net/sunrpc/xprtsock.c 			xprt->stat.connect_count,
stat             1830 net/sunrpc/xprtsock.c 			xprt->stat.connect_time,
stat             1832 net/sunrpc/xprtsock.c 			xprt->stat.sends,
stat             1833 net/sunrpc/xprtsock.c 			xprt->stat.recvs,
stat             1834 net/sunrpc/xprtsock.c 			xprt->stat.bad_xids,
stat             1835 net/sunrpc/xprtsock.c 			xprt->stat.req_u,
stat             1836 net/sunrpc/xprtsock.c 			xprt->stat.bklog_u);
stat              536 net/wanrouter/wanmain.c 	wandev_stat_t stat;
stat              538 net/wanrouter/wanmain.c 	memset(&stat, 0, sizeof(stat));
stat              545 net/wanrouter/wanmain.c 	stat.ndev  = wandev->ndev;
stat              546 net/wanrouter/wanmain.c 	stat.state = wandev->state;
stat              548 net/wanrouter/wanmain.c 	if (copy_to_user(u_stat, &stat, sizeof(stat)))
stat              272 scripts/basic/fixdep.c 	struct stat st;
stat              343 scripts/basic/fixdep.c 	struct stat st;
stat              109 scripts/binoffset.c 	struct stat stat;
stat              111 scripts/binoffset.c 	err = fstat (fd, &stat);
stat              112 scripts/binoffset.c 	fprintf (stderr, "filesize: %ld\n", err < 0 ? (long)err : stat.st_size);
stat              115 scripts/binoffset.c 	return (size_t) stat.st_size;
stat              435 scripts/kconfig/conf.c 	struct stat tmpstat;
stat              487 scripts/kconfig/conf.c 		if (stat(".config", &tmpstat)) {
stat              520 scripts/kconfig/conf.c 		if (name && !stat(name, &tmpstat)) {
stat              531 scripts/kconfig/conf.c 		if (!stat(name, &tmpstat))
stat              533 scripts/kconfig/conf.c 		else if (!stat("all.config", &tmpstat))
stat               72 scripts/kconfig/confdata.c 	struct stat buf;
stat               80 scripts/kconfig/confdata.c 		if (!stat(fullname, &buf))
stat              407 scripts/kconfig/confdata.c 		struct stat st;
stat              410 scripts/kconfig/confdata.c 		if (!stat(name, &st) && S_ISDIR(st.st_mode)) {
stat              561 scripts/kconfig/confdata.c 	struct stat sb;
stat              647 scripts/kconfig/confdata.c 				if (stat(path, &sb) && mkdir(path, 0755)) {
stat              305 scripts/mod/modpost.c 	struct stat st;
stat             1829 scripts/mod/modpost.c 	struct stat st;
stat              835 sound/drivers/ml403-ac97cr.c 	u32 stat;
stat              899 sound/drivers/ml403-ac97cr.c 		stat = in_be32(CR_REG(ml403_ac97cr, STATUS));
stat              900 sound/drivers/ml403-ac97cr.c 		if ((stat & CR_RAF) == CR_RAF) {
stat              905 sound/drivers/ml403-ac97cr.c 			       reg, value, value, stat);
stat              934 sound/drivers/ml403-ac97cr.c 		   reg, stat, value, value, rafaccess,
stat              958 sound/drivers/ml403-ac97cr.c 	u32 stat;
stat             1013 sound/drivers/ml403-ac97cr.c 		stat = in_be32(CR_REG(ml403_ac97cr, STATUS))
stat             1014 sound/drivers/ml403-ac97cr.c 		if ((stat & CR_RAF) == CR_RAF) {
stat             1040 sound/drivers/ml403-ac97cr.c 		   reg, val, val, stat, rafaccess, ml403_ac97cr->ac97_write,
stat               31 sound/isa/gus/gus_uart.c 	unsigned char stat, data, byte;
stat               37 sound/isa/gus/gus_uart.c 		stat = snd_gf1_uart_stat(gus);
stat               38 sound/isa/gus/gus_uart.c 		if (!(stat & 0x01)) {	/* data in Rx FIFO? */
stat               49 sound/isa/gus/gus_uart.c 		if (stat & 0x10) {	/* framing error */
stat               57 sound/isa/gus/gus_uart.c 		if (stat & 0x20) {
stat              455 sound/oss/au1550_ac97.c 	u32		stat;
stat              469 sound/oss/au1550_ac97.c 		stat = au_readl(PSC_AC97STAT);
stat              471 sound/oss/au1550_ac97.c 	} while ((stat & PSC_AC97STAT_TB) != 0);
stat              485 sound/oss/au1550_ac97.c 	u32		stat;
stat              498 sound/oss/au1550_ac97.c 		stat = au_readl(PSC_AC97STAT);
stat              500 sound/oss/au1550_ac97.c 	} while ((stat & PSC_AC97STAT_RB) != 0);
stat              513 sound/oss/au1550_ac97.c 	u32	ac97_config, stat;
stat              548 sound/oss/au1550_ac97.c 		stat = au_readl(PSC_AC97STAT);
stat              550 sound/oss/au1550_ac97.c 	} while ((stat & PSC_AC97STAT_DR) == 0);
stat              556 sound/oss/au1550_ac97.c 	u32	ac97_config, stat;
stat              580 sound/oss/au1550_ac97.c 		stat = au_readl(PSC_AC97STAT);
stat              582 sound/oss/au1550_ac97.c 	} while ((stat & PSC_AC97STAT_DR) == 0);
stat              227 sound/oss/pas2_midi.c 	unsigned char   stat;
stat              230 sound/oss/pas2_midi.c 	stat = pas_read(0x1B88);
stat              232 sound/oss/pas2_midi.c 	if (stat & 0x04)	/* Input data available */
stat              245 sound/oss/pas2_midi.c 	if (stat & (0x08 | 0x10))
stat              257 sound/oss/pas2_midi.c 	if (stat & 0x40)
stat              259 sound/oss/pas2_midi.c 		printk(KERN_WARNING "MIDI output overrun %x,%x\n", pas_read(0x1B89), stat);
stat              261 sound/oss/pas2_midi.c 	pas_write(stat, 0x1B88);	/* Acknowledge interrupts */
stat              130 sound/pci/mixart/mixart.c 		u32 stat;
stat              147 sound/pci/mixart/mixart.c 		err = snd_mixart_send_msg(mgr, &request, sizeof(stat), &stat);
stat              148 sound/pci/mixart/mixart.c 		if (err < 0 || stat != 0) {
stat              149 sound/pci/mixart/mixart.c 			snd_printk(KERN_ERR "error MSG_SYSTEM_SEND_SYNCHRO_CMD err=%x stat=%x !\n", err, stat);
stat              321 sound/pci/pcxhr/pcxhr.c 	switch (rmh.stat[1] & 0x0f) {
stat              492 sound/pci/pcxhr/pcxhr.c 		*sample_count = ((snd_pcm_uframes_t)rmh.stat[0]) << 24;
stat              493 sound/pci/pcxhr/pcxhr.c 		*sample_count += (snd_pcm_uframes_t)rmh.stat[1];
stat             1082 sound/pci/pcxhr/pcxhr.c 			int cur = rmh.stat[0];
stat             1083 sound/pci/pcxhr/pcxhr.c 			int ref = rmh.stat[1];
stat             1094 sound/pci/pcxhr/pcxhr.c 					    rmh.stat[2], rmh.stat[3]);
stat             1114 sound/pci/pcxhr/pcxhr.c 				snd_iprintf(buffer, "debug[%02d] = %06x\n", i,  rmh.stat[i]);
stat              562 sound/pci/pcxhr/pcxhr_core.c 			rmh->stat[i] = data;
stat              774 sound/pci/pcxhr/pcxhr_core.c 			if (rmh.stat[0] == 0)
stat             1011 sound/pci/pcxhr/pcxhr_core.c 			int nb_audio = (prmh->stat[i] >> FIELD_SIZE) & MASK_FIRST_FIELD;
stat             1012 sound/pci/pcxhr/pcxhr_core.c 			int nb_stream = (prmh->stat[i] >> (2*FIELD_SIZE)) & MASK_FIRST_FIELD;
stat             1013 sound/pci/pcxhr/pcxhr_core.c 			int pipe = prmh->stat[i] & MASK_FIRST_FIELD;
stat             1014 sound/pci/pcxhr/pcxhr_core.c 			int is_capture = prmh->stat[i] & 0x400000;
stat             1017 sound/pci/pcxhr/pcxhr_core.c 			if (prmh->stat[i] & 0x800000) {	/* if BIT_END */
stat             1022 sound/pci/pcxhr/pcxhr_core.c 			err2 = prmh->stat[i] ? prmh->stat[i] : prmh->stat[i+1];
stat             1029 sound/pci/pcxhr/pcxhr_core.c 				err2 = prmh->stat[i] ?
stat             1030 sound/pci/pcxhr/pcxhr_core.c 					prmh->stat[i] : prmh->stat[i+1];
stat             1039 sound/pci/pcxhr/pcxhr_core.c 				err2 = prmh->stat[i] ?
stat             1040 sound/pci/pcxhr/pcxhr_core.c 					prmh->stat[i] : prmh->stat[i+1];
stat             1071 sound/pci/pcxhr/pcxhr_core.c 	hw_sample_count = ((u_int64_t)rmh.stat[0]) << 24;
stat             1072 sound/pci/pcxhr/pcxhr_core.c 	hw_sample_count += (u_int64_t)rmh.stat[1];
stat               53 sound/pci/pcxhr/pcxhr_core.h 	u32	stat[PCXHR_SIZE_MAX_STATUS];
stat               68 sound/pci/pcxhr/pcxhr_hwdep.c 	if ((rmh.stat[0] & MASK_FIRST_FIELD) != mgr->playback_chips * 2)
stat               71 sound/pci/pcxhr/pcxhr_hwdep.c 	if (((rmh.stat[0] >> (2 * FIELD_SIZE)) & MASK_FIRST_FIELD) !=
stat               75 sound/pci/pcxhr/pcxhr_hwdep.c 	if ((rmh.stat[1] & 0x5F) < card_streams)
stat               78 sound/pci/pcxhr/pcxhr_hwdep.c 	if (((rmh.stat[1] >> 7) & 0x5F) < PCXHR_PLAYBACK_STREAMS)
stat               91 sound/pci/pcxhr/pcxhr_hwdep.c 		    (rmh.stat[0]>>16)&0xff, (rmh.stat[0]>>8)&0xff, rmh.stat[0]&0xff);
stat               92 sound/pci/pcxhr/pcxhr_hwdep.c 	mgr->dsp_version = rmh.stat[0];
stat              103 sound/pci/pcxhr/pcxhr_hwdep.c 	if ((rmh.stat[1] & REG_STATUS_OPT_DAUGHTER_MASK) == REG_STATUS_OPT_ANALOG_BOARD)
stat              790 sound/pci/pcxhr/pcxhr_mixer.c 		if (rmh.stat[1] & (1 << i))
stat              205 sound/pci/riptide/riptide.c #define IS_CMDE(a)        (READ_PORT_ULONG(a->stat)&0x1)	/* cmd empty */
stat              206 sound/pci/riptide/riptide.c #define IS_DATF(a)        (READ_PORT_ULONG(a->stat)&0x2)	/* data filled */
stat              384 sound/pci/riptide/riptide.c 	u32 stat;		/* status */
stat              950 sound/pci/riptide/riptide.c 	     cif->cmdcnt, (int)((void *)&(cmdport->stat) - (void *)hwport),
stat              530 sound/pci/via82xx.c 	unsigned int stat = !secondary ? VIA_REG_AC97_PRIMARY_VALID :
stat              535 sound/pci/via82xx.c 		val1 = val & (VIA_REG_AC97_BUSY | stat);
stat              536 sound/pci/via82xx.c 		if (val1 == stat)
stat              391 sound/pci/via82xx_modem.c 	unsigned int stat = !secondary ? VIA_REG_AC97_PRIMARY_VALID :
stat              396 sound/pci/via82xx_modem.c 		val1 = val & (VIA_REG_AC97_BUSY | stat);
stat              397 sound/pci/via82xx_modem.c 		if (val1 == stat)
stat               32 sound/pcmcia/pdaudiocf/pdaudiocf_irq.c 	unsigned short stat;
stat               39 sound/pcmcia/pdaudiocf/pdaudiocf_irq.c 	stat = inw(chip->port + PDAUDIOCF_REG_ISR);
stat               40 sound/pcmcia/pdaudiocf/pdaudiocf_irq.c 	if (stat & (PDAUDIOCF_IRQLVL|PDAUDIOCF_IRQOVR)) {
stat               41 sound/pcmcia/pdaudiocf/pdaudiocf_irq.c 		if (stat & PDAUDIOCF_IRQOVR)	/* should never happen */
stat               45 sound/pcmcia/pdaudiocf/pdaudiocf_irq.c 		if (!(stat & PDAUDIOCF_IRQAKM))
stat               46 sound/pcmcia/pdaudiocf/pdaudiocf_irq.c 			stat |= PDAUDIOCF_IRQAKM;	/* check rate */
stat              327 sound/ppc/pmac.c 	int stat;
stat              329 sound/ppc/pmac.c 	stat = ld_le16(&cp->xfer_status);
stat              330 sound/ppc/pmac.c 	if (stat & (ACTIVE|DEAD)) {
stat              465 sound/ppc/pmac.c 	int stat;
stat              476 sound/ppc/pmac.c 			stat = ld_le16(&cp->xfer_status);
stat              478 sound/ppc/pmac.c 			if (stat & DEAD) {
stat              486 sound/ppc/pmac.c 			if (! (stat & ACTIVE))
stat              167 sound/soc/au1x/psc-ac97.c 	unsigned long r, stat;
stat              173 sound/soc/au1x/psc-ac97.c 	stat = au_readl(AC97_STAT(pscdata));
stat              176 sound/soc/au1x/psc-ac97.c 	if (stat & (PSC_AC97STAT_TB | PSC_AC97STAT_RB)) {
stat              124 sound/soc/au1x/psc-i2s.c 	unsigned long stat;
stat              127 sound/soc/au1x/psc-i2s.c 	stat = au_readl(I2S_STAT(pscdata));
stat              128 sound/soc/au1x/psc-i2s.c 	if (stat & (PSC_I2SSTAT_TB | PSC_I2SSTAT_RB)) {
stat              188 sound/soc/au1x/psc-i2s.c 	unsigned long tmo, stat;
stat              194 sound/soc/au1x/psc-i2s.c 	stat = au_readl(I2S_STAT(pscdata));
stat              195 sound/soc/au1x/psc-i2s.c 	if (!(stat & (PSC_I2SSTAT_TB | PSC_I2SSTAT_RB))) {
stat              222 sound/soc/au1x/psc-i2s.c 	unsigned long tmo, stat;
stat              233 sound/soc/au1x/psc-i2s.c 	stat = au_readl(I2S_STAT(pscdata));
stat              234 sound/soc/au1x/psc-i2s.c 	if (!(stat & (PSC_I2SSTAT_TB | PSC_I2SSTAT_RB))) {
stat              650 sound/soc/blackfin/bf5xx-sport.c 		status = sport->regs->stat;
stat              652 sound/soc/blackfin/bf5xx-sport.c 			sport->regs->stat = (status & (TOVF|TUVF|ROVF|RUVF));
stat              685 sound/soc/blackfin/bf5xx-sport.c 			sport->regs->stat,
stat              773 sound/soc/blackfin/bf5xx-sport.c 	status = sport->regs->stat;
stat              775 sound/soc/blackfin/bf5xx-sport.c 		sport->regs->stat = (status & (TOVF|TUVF|ROVF|RUVF));
stat              997 sound/soc/blackfin/bf5xx-sport.c 	status = sport->regs->stat;
stat             1003 sound/soc/blackfin/bf5xx-sport.c 		status = *(unsigned short *)&sport->regs->stat;
stat               51 sound/soc/blackfin/bf5xx-sport.h 	u16 stat;	u16 reserved8;
stat               56 sound/soc/s3c24xx/s3c2443-ac97.c 	u32 stat, addr, data;
stat               73 sound/soc/s3c24xx/s3c2443-ac97.c 	stat = readl(s3c24xx_ac97.regs + S3C_AC97_STAT);
stat               74 sound/soc/s3c24xx/s3c2443-ac97.c 	addr = (stat >> 16) & 0x7f;
stat               75 sound/soc/s3c24xx/s3c2443-ac97.c 	data = (stat & 0xffff);
stat              296 usr/gen_init_cpio.c 	struct stat buf;
stat              306 usr/gen_init_cpio.c 	retval = stat (location, &buf);
stat              126 virt/kvm/kvm_main.c 	++kvm->stat.remote_tlb_flush;