Home
last modified time | relevance | path

Searched defs:stat (Results 1 – 25 of 588) sorted by relevance

12345678910>>...24

/linux/arch/mips/include/uapi/asm/
H A Dstat.h19 struct stat { struct
20 unsigned st_dev;
21 long st_pad1[3]; /* Reserved for network id */
22 __kernel_ino_t st_ino;
23 __kernel_mode_t st_mode;
47 * This matches struct stat64 in glibc2.1, hence the absolutely insane argument
49 * struct stat of the 64-bit kernel. argument
93 struct stat { struct
94 unsigned int st_dev;
95 unsigned int st_pad0[3]; /* Reserved for st_dev expansion */
[all …]
/linux/arch/s390/include/uapi/asm/
H A Dstat.h26 struct stat { struct
49 /* This matches struct stat64 in glibc2.1, hence the absolutely argument
79 struct stat { struct
80 unsigned long st_dev;
81 unsigned long st_ino;
82 unsigned long st_nlink;
83 unsigned int st_mode;
84 unsigned int st_uid;
85 unsigned int st_gid;
86 unsigned int __pad1;
[all …]
/linux/arch/parisc/include/uapi/asm/
H A Dstat.h7 struct stat { struct
8 unsigned int st_dev; /* dev_t is 32 bits on parisc */
9 unsigned int st_ino; /* 32 bits */
10 unsigned short st_mode; /* 16 bits */
11 unsigned short st_nlink; /* 16 bits */
12 unsigned short st_reserved1; /* old st_uid */
13 unsigned short st_reserved2; /* old st_gid */
14 unsigned int st_rdev;
15 signed int st_size;
16 signed int st_atime;
[all …]
/linux/arch/x86/include/uapi/asm/
H A Dstat.h10 struct stat { struct
11 unsigned long st_dev;
12 unsigned long st_ino;
13 unsigned short st_mode;
14 unsigned short st_nlink;
15 unsigned short st_uid;
39 /* This matches struct stat64 in glibc2.1, hence the absolutely argument
83 struct stat { struct
84 __kernel_ulong_t st_dev;
85 __kernel_ulong_t st_ino;
[all …]
/linux/arch/sparc/include/uapi/asm/
H A Dstat.h9 struct stat { struct
26 struct stat64 { argument
52 struct stat { struct
74 struct stat64 { argument
/linux/include/uapi/asm-generic/
H A Dstat.h24 struct stat { struct
41 long st_ctime; /* Time of last status change. */ argument
47 /* This matches struct stat64 in glibc2.1. Only used for 32 bit. */ argument
/linux/arch/xtensa/include/uapi/asm/
H A Dstat.h17 struct stat { struct
38 struct stat64 { argument
/linux/arch/arm/include/uapi/asm/
H A Dstat.h21 struct stat { struct
23 unsigned short st_dev;
24 unsigned short __pad1;
28 unsigned long st_ino;
52 /* This matches struct stat64 in glibc2.1, hence the absolutely argument
/linux/arch/powerpc/include/uapi/asm/
H A Dstat.h30 struct stat { struct
31 unsigned long st_dev;
32 __kernel_ino_t st_ino;
34 unsigned long st_nlink;
35 __kernel_mode_t st_mode;
59 /* This matches struct stat64 in glibc2.1. Only used for 32 bit. */ argument
/linux/arch/m68k/include/uapi/asm/
H A Dstat.h19 struct stat { struct
42 /* This matches struct stat64 in glibc2.1, hence the absolutely argument
/linux/arch/alpha/include/uapi/asm/
H A Dstat.h5 struct stat { struct
23 /* The stat64 structure increases the size of dev_t, blkcnt_t, adds argument
/linux/arch/sh/include/uapi/asm/
H A Dstat.h19 struct stat { struct
40 /* This matches struct stat64 in glibc2.1, hence the absolutely argument
/linux/fs/
H A Dstat.c45 void fill_mg_cmtime(struct kstat *stat, u32 request_mask, struct inode *inode) in fill_mg_cmtime()
83 struct inode *inode, struct kstat *stat) in generic_fillattr()
124 void generic_fill_statx_attr(struct inode *inode, struct kstat *stat) in generic_fill_statx_attr()
144 void generic_fill_statx_atomic_writes(struct kstat *stat, in generic_fill_statx_atomic_writes()
181 int vfs_getattr_nosec(const struct path *path, struct kstat *stat, in vfs_getattr_nosec()
254 int vfs_getattr(const struct path *path, struct kstat *stat, in vfs_getattr()
276 int vfs_fstat(int fd, struct kstat *stat) in vfs_fstat()
296 static int vfs_statx_path(struct path *path, int flags, struct kstat *stat, in vfs_statx_path()
317 static int vfs_statx_fd(int fd, int flags, struct kstat *stat, in vfs_statx_fd()
342 struct kstat *stat, u32 request_mask) in vfs_statx()
[all …]
/linux/tools/include/nolibc/
H A Dtypes.h172 struct stat { struct
185 union { time_t st_ctime; struct timespec st_ctim; }; /* time of last status change */ argument
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/privring/
H A Dgf100.c33 u32 stat = nvkm_rd32(device, 0x122128 + (i * 0x0400)); in gf100_privring_intr_hub() local
43 u32 stat = nvkm_rd32(device, 0x124128 + (i * 0x0400)); in gf100_privring_intr_rop() local
53 u32 stat = nvkm_rd32(device, 0x128128 + (i * 0x0400)); in gf100_privring_intr_gpc() local
69 u32 stat = 0x00000100 << i; in gf100_privring_intr() local
77 u32 stat = 0x00010000 << i; in gf100_privring_intr() local
85 u32 stat = 0x00000001 << i; in gf100_privring_intr() local
H A Dgk104.c33 u32 stat = nvkm_rd32(device, 0x122128 + (i * 0x0800)); in gk104_privring_intr_hub() local
43 u32 stat = nvkm_rd32(device, 0x124128 + (i * 0x0800)); in gk104_privring_intr_rop() local
53 u32 stat = nvkm_rd32(device, 0x128128 + (i * 0x0800)); in gk104_privring_intr_gpc() local
69 u32 stat = 0x00000100 << i; in gk104_privring_intr() local
77 u32 stat = 0x00010000 << i; in gk104_privring_intr() local
85 u32 stat = 0x00000001 << i; in gk104_privring_intr() local
/linux/drivers/media/firewire/
H A Dfiredtv-ci.c23 static int fdtv_ca_ready(struct firedtv_tuner_status *stat) in fdtv_ca_ready()
31 static int fdtv_get_ca_flags(struct firedtv_tuner_status *stat) in fdtv_get_ca_flags()
57 struct firedtv_tuner_status stat; in fdtv_ca_get_slot_info() local
96 struct firedtv_tuner_status stat; in fdtv_ca_get_msg() local
178 struct firedtv_tuner_status stat; in fdtv_ca_ioctl() local
232 struct firedtv_tuner_status stat; in fdtv_ca_register() local
H A Dfiredtv-fe.c85 struct firedtv_tuner_status stat; in fdtv_read_status() local
101 struct firedtv_tuner_status stat; in fdtv_read_ber() local
113 struct firedtv_tuner_status stat; in fdtv_read_signal_strength() local
125 struct firedtv_tuner_status stat; in fdtv_read_snr() local
/linux/fs/nfs/
H A Diostat.h24 enum nfs_stat_eventcounters stat) in nfs_inc_server_stats()
30 enum nfs_stat_eventcounters stat) in nfs_inc_stats()
36 enum nfs_stat_bytecounters stat, in nfs_add_server_stats()
43 enum nfs_stat_bytecounters stat, in nfs_add_stats()
/linux/kernel/
H A Dkallsyms_selftest.c159 struct test_stat *stat = (struct test_stat *)data; in lookup_name() local
180 struct test_stat stat; in test_perf_kallsyms_lookup_name() local
192 struct test_stat *stat = (struct test_stat *)data; find_symbol() local
213 struct test_stat stat; test_perf_kallsyms_on_each_symbol() local
227 struct test_stat *stat = (struct test_stat *)data; match_symbol() local
246 struct test_stat stat; test_perf_kallsyms_on_each_match_symbol() local
265 struct test_stat *stat, *stat2; test_kallsyms_basic_function() local
[all...]
/linux/drivers/media/pci/ddbridge/
H A Dddbridge-main.c96 int stat; in ddb_irq_msi() local
114 int stat; in ddb_irq_init() local
167 int stat = 0; in ddb_probe() local
286 int stat; in module_init_ddbridge() local
/linux/drivers/comedi/drivers/
H A Ddt2801.c229 int stat = 0; in dt2801_readdata() local
264 int stat = 0; in dt2801_writedata() local
298 int stat; in dt2801_wait_for_ready() local
317 int stat; in dt2801_writecmd() local
334 unsigned int stat; in dt2801_reset() local
380 int stat; in probe_number_of_ai_chans() local
429 static int dt2801_error(struct comedi_device *dev, int stat) in dt2801_error()
451 int stat; in dt2801_ai_insn_read() local
/linux/fs/netfs/
H A Dinternal.h171 static inline void netfs_stat(atomic_t *stat) in netfs_stat()
176 static inline void netfs_stat_d(atomic_t *stat) in netfs_stat_d()
405 static inline void fscache_stat(atomic_t *stat) in fscache_stat()
410 static inline void fscache_stat_d(atomic_t *stat) in fscache_stat_d()
415 #define __fscache_stat(stat) (stat) argument
420 #define __fscache_stat(stat) (NULL) argument
421 #define fscache_stat(stat) do {} while (0) argument
422 #define fscache_stat_d(stat) do {} while (0) argument
/linux/sound/soc/mxs/
H A Dmxs-saif.c207 u32 stat; in mxs_saif_put_mclk() local
241 u32 stat; in mxs_saif_get_mclk() local
291 u32 scr, stat; in mxs_saif_set_dai_fmt() local
419 u32 scr, stat; in mxs_saif_hw_params() local
672 unsigned int stat; in mxs_saif_irq() local
/linux/drivers/media/dvb-frontends/
H A Dmxl5xx.c150 int stat; in read_register_unlocked() local
175 int stat; in send_command() local
203 int stat; in write_register() local
220 int stat; in write_firmware_block() local
242 int stat; in read_register() local
266 int stat; in read_register_block() local
291 int stat; in read_by_mnemonic() local
308 int stat; in update_by_mnemonic() local
434 int stat; in set_parameters() local
515 int stat; in read_snr() local
[all …]

12345678910>>...24