Searched refs:stat (Results 1 - 25 of 1632) sorted by path

1234567891011>>

/linux-master/Documentation/usb/
H A Dusbdevfs-drop-permissions.c3 #include <sys/stat.h>
/linux-master/arch/alpha/include/uapi/asm/
H A Dstat.h5 struct stat { struct
/linux-master/arch/arm/include/uapi/asm/
H A Dstat.h21 struct stat { struct
/linux-master/arch/arm/mach-omap2/
H A Dsram242x.S244 ldr r4, omap242x_ssp_pll_stat @ addr of stat
247 ldr r8, [r4] @ stat value
248 and r8, r8, #0x3 @ mask for stat
H A Dsram243x.S244 ldr r4, omap243x_ssp_pll_stat @ addr of stat
247 ldr r8, [r4] @ stat value
248 and r8, r8, #0x3 @ mask for stat
/linux-master/arch/arm/plat-orion/
H A Dpcie.c77 u32 stat = readl(base + PCIE_STAT_OFF); local
79 return (stat >> PCIE_STAT_BUS_OFFS) & PCIE_STAT_BUS_MASK;
84 u32 stat; local
86 stat = readl(base + PCIE_STAT_OFF);
87 stat &= ~(PCIE_STAT_BUS_MASK << PCIE_STAT_BUS_OFFS);
88 stat |= nr << PCIE_STAT_BUS_OFFS;
89 writel(stat, base + PCIE_STAT_OFF);
/linux-master/arch/arm/vdso/
H A Dvdsomunge.c44 #include <sys/stat.h>
123 struct stat stat; local
142 if (fstat(infd, &stat) != 0)
143 fail("Failed stat for %s: %s\n", infile, strerror(errno));
145 inbuf = mmap(NULL, stat.st_size, PROT_READ, MAP_PRIVATE, infd, 0);
183 if (ftruncate(outfd, stat.st_size) != 0)
186 outbuf = mmap(NULL, stat.st_size, PROT_READ | PROT_WRITE, MAP_SHARED,
193 memcpy(outbuf, inbuf, stat.st_size);
203 if (msync(outbuf, stat
[all...]
/linux-master/arch/arm64/include/asm/
H A Dstat.h8 #include <uapi/asm/stat.h>
/linux-master/arch/m68k/include/uapi/asm/
H A Dstat.h19 struct stat { struct
/linux-master/arch/microblaze/kernel/
H A Dsys_microblaze.c23 #include <linux/stat.h>
/linux-master/arch/mips/boot/compressed/
H A Dcalc_vmlinuz_load_addr.c7 #include <sys/stat.h>
17 struct stat sb;
25 if (stat(argv[1], &sb) == -1) {
26 perror("stat");
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-mio-defs.h258 uint64_t stat:12; member in struct:cvmx_mio_boot_bist_stat::cvmx_mio_boot_bist_stat_cn61xx
260 uint64_t stat:12;
267 uint64_t stat:9; member in struct:cvmx_mio_boot_bist_stat::cvmx_mio_boot_bist_stat_cn63xx
269 uint64_t stat:9;
276 uint64_t stat:10; member in struct:cvmx_mio_boot_bist_stat::cvmx_mio_boot_bist_stat_cn66xx
278 uint64_t stat:10;
/linux-master/arch/parisc/include/uapi/asm/
H A Dstat.h7 struct stat { struct
/linux-master/arch/powerpc/boot/
H A Dmktree.c16 #include <sys/stat.h>
47 struct stat st;
55 if (stat(argv[1], &st) < 0) {
56 perror("stat");
/linux-master/arch/powerpc/include/asm/
H A Dspu_priv1.h24 void (*int_stat_clear) (struct spu *spu, int class, u64 stat);
69 spu_int_stat_clear (struct spu *spu, int class, u64 stat) argument
71 spu_priv1_ops->int_stat_clear(spu, class, stat);
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dbacking_ops.c80 u32 stat; local
84 stat = ctx->csa.prob.mb_stat_R;
92 if (stat & 0xff0000)
102 if (stat & 0x00ff00)
H A Dfault.c55 unsigned long stat = ctx->csa.class_0_pending & CLASS0_INTR_MASK; local
57 if (likely(!stat))
60 if (stat & CLASS0_DMA_ALIGNMENT_INTR)
64 if (stat & CLASS0_INVALID_DMA_COMMAND_INTR)
68 if (stat & CLASS0_SPU_ERROR_INTR)
H A Dhw_ops.c50 u32 stat; local
53 stat = in_be32(&spu->problem->mb_stat_R);
61 if (stat & 0xff0000)
69 if (stat & 0x00ff00)
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-sysparam.c13 #include <linux/stat.h>
/linux-master/arch/s390/include/uapi/asm/
H A Dstat.h5 * Derived from "include/asm-i386/stat.h"
26 struct stat { struct
79 struct stat { struct
/linux-master/arch/s390/kernel/
H A Dcompat_linux.c34 #include <linux/stat.h>
126 static int cp_stat64(struct stat64_emu31 __user *ubuf, struct kstat *stat) argument
132 tmp.st_dev = huge_encode_dev(stat->dev);
133 tmp.st_ino = stat->ino;
134 tmp.__st_ino = (u32)stat->ino;
135 tmp.st_mode = stat->mode;
136 tmp.st_nlink = (unsigned int)stat->nlink;
137 tmp.st_uid = from_kuid_munged(current_user_ns(), stat->uid);
138 tmp.st_gid = from_kgid_munged(current_user_ns(), stat->gid);
139 tmp.st_rdev = huge_encode_dev(stat
152 struct kstat stat; local
161 struct kstat stat; local
170 struct kstat stat; local
180 struct kstat stat; local
[all...]
/linux-master/arch/sh/kernel/
H A Dsys_sh32.c10 #include <linux/stat.h>
/linux-master/arch/x86/include/uapi/asm/
H A Dstat.h10 struct stat { struct
83 struct stat { struct
/linux-master/arch/xtensa/include/uapi/asm/
H A Dstat.h3 * include/asm-xtensa/stat.h
17 struct stat { struct
/linux-master/drivers/atm/
H A Dnicstar.h559 #define ns_stat_sfbqc_get(stat) (((stat) & NS_STAT_SFBQC_MASK) >> 23)
560 #define ns_stat_lfbqc_get(stat) (((stat) & NS_STAT_LFBQC_MASK) >> 15)

Completed in 269 milliseconds

1234567891011>>