Home
last modified time | relevance | path

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

12345678910>>...20

/linux-3.3/arch/mips/include/asm/
Dstat.h18 struct stat { struct
19 unsigned st_dev;
20 long st_pad1[3]; /* Reserved for network id */
21 ino_t st_ino;
22 mode_t st_mode;
46 * This matches struct stat64 in glibc2.1, hence the absolutely insane argument
48 * struct stat of the 64-bit kernel. argument
92 struct stat { struct
93 unsigned int st_dev;
94 unsigned int st_pad0[3]; /* Reserved for st_dev expansion */
[all …]
/linux-3.3/arch/s390/include/asm/
Dstat.h27 struct stat { struct
50 /* This matches struct stat64 in glibc2.1, hence the absolutely argument
80 struct stat { struct
81 unsigned long st_dev;
82 unsigned long st_ino;
83 unsigned long st_nlink;
84 unsigned int st_mode;
85 unsigned int st_uid;
86 unsigned int st_gid;
87 unsigned int __pad1;
[all …]
/linux-3.3/arch/x86/include/asm/
Dstat.h7 struct stat { struct
30 /* This matches struct stat64 in glibc2.1, hence the absolutely argument
68 struct stat { struct
69 unsigned long st_dev;
93 struct __old_kernel_stat { argument
/linux-3.3/drivers/media/video/omap3isp/
Dispstat.c34 #define IS_COHERENT_BUF(stat) ((stat)->dma_ch >= 0) argument
68 #define IS_H3A_AF(stat) ((stat) == &(stat)->isp->isp_af) argument
69 #define IS_H3A_AEWB(stat) ((stat) == &(stat)->isp->isp_aewb) argument
70 #define IS_H3A(stat) (IS_H3A_AF(stat) || IS_H3A_AEWB(stat)) argument
72 static void __isp_stat_buf_sync_magic(struct ispstat *stat, in __isp_stat_buf_sync_magic()
96 static void isp_stat_buf_sync_magic_for_device(struct ispstat *stat, in isp_stat_buf_sync_magic_for_device()
108 static void isp_stat_buf_sync_magic_for_cpu(struct ispstat *stat, in isp_stat_buf_sync_magic_for_cpu()
120 static int isp_stat_buf_check_magic(struct ispstat *stat, in isp_stat_buf_check_magic()
158 static void isp_stat_buf_insert_magic(struct ispstat *stat, in isp_stat_buf_insert_magic()
179 static void isp_stat_buf_sync_for_device(struct ispstat *stat, in isp_stat_buf_sync_for_device()
[all …]
/linux-3.3/arch/sparc/include/asm/
Dstat.h8 struct stat { struct
25 struct stat64 { argument
51 struct stat { struct
73 struct stat64 { argument
/linux-3.3/arch/sh/include/asm/
Dstat.h19 struct stat { struct
42 /* This matches struct stat64 in glibc2.1, hence the absolutely argument
78 struct stat { struct
99 /* This matches struct stat64 in glibc2.1, hence the absolutely argument
/linux-3.3/arch/blackfin/include/asm/
Dstat.h10 struct stat { struct
33 /* This matches struct stat64 in glibc2.1, hence the absolutely argument
/linux-3.3/arch/frv/include/asm/
Dstat.h19 struct stat { struct
20 unsigned char __pad1[6];
21 unsigned short st_dev;
23 unsigned long __pad2;
24 unsigned long st_ino;
26 unsigned short __pad3;
27 unsigned short st_mode;
28 unsigned short __pad4;
29 unsigned short st_nlink;
31 unsigned short __pad5;
[all …]
/linux-3.3/arch/ia64/include/asm/
Dstat.h9 struct stat { struct
32 struct ia64_oldstat { argument
/linux-3.3/include/asm-generic/
Dstat.h23 struct stat { struct
40 long st_ctime; /* Time of last status change. */ argument
46 /* This matches struct stat64 in glibc2.1. Only used for 32 bit. */ argument
/linux-3.3/arch/xtensa/include/asm/
Dstat.h16 struct stat { struct
37 struct stat64 { argument
/linux-3.3/arch/powerpc/include/asm/
Dstat.h29 struct stat { struct
30 unsigned long st_dev;
31 ino_t st_ino;
33 nlink_t st_nlink;
34 mode_t st_mode;
58 /* This matches struct stat64 in glibc2.1. Only used for 32 bit. */ argument
/linux-3.3/arch/arm/include/asm/
Dstat.h20 struct stat { struct
22 unsigned short st_dev;
23 unsigned short __pad1;
27 unsigned long st_ino;
51 /* This matches struct stat64 in glibc2.1, hence the absolutely argument
/linux-3.3/arch/parisc/include/asm/
Dstat.h6 struct stat { struct
7 unsigned int st_dev; /* dev_t is 32 bits on parisc */
8 ino_t st_ino; /* 32 bits */
9 mode_t st_mode; /* 16 bits */
10 nlink_t st_nlink; /* 16 bits */
11 unsigned short st_reserved1; /* old st_uid */
12 unsigned short st_reserved2; /* old st_gid */
13 unsigned int st_rdev;
14 off_t st_size;
15 time_t st_atime;
[all …]
/linux-3.3/arch/alpha/include/asm/
Dstat.h4 struct stat { struct
22 /* The stat64 structure increases the size of dev_t, blkcnt_t, adds argument
/linux-3.3/arch/h8300/include/asm/
Dstat.h18 struct stat { struct
41 /* This matches struct stat64 in glibc2.1, hence the absolutely argument
/linux-3.3/arch/m68k/include/asm/
Dstat.h18 struct stat { struct
41 /* This matches struct stat64 in glibc2.1, hence the absolutely argument
/linux-3.3/arch/avr32/include/asm/
Dstat.h25 struct stat { struct
48 struct stat64 { argument
/linux-3.3/arch/m32r/include/asm/
Dstat.h22 struct stat { struct
45 /* This matches struct stat64 in glibc2.1, hence the absolutely argument
/linux-3.3/arch/mn10300/include/asm/
Dstat.h18 struct stat { struct
39 /* This matches struct stat64 in glibc2.1, hence the absolutely argument
/linux-3.3/arch/cris/include/asm/
Dstat.h23 struct stat { struct
44 /* This matches struct stat64 in glibc2.1, hence the absolutely argument
/linux-3.3/fs/
Dstat.c21 void generic_fillattr(struct inode *inode, struct kstat *stat) in generic_fillattr()
40 int vfs_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat) in vfs_getattr()
58 int vfs_fstat(unsigned int fd, struct kstat *stat) in vfs_fstat()
71 int vfs_fstatat(int dfd, const char __user *filename, struct kstat *stat, in vfs_fstatat()
98 int vfs_stat(const char __user *name, struct kstat *stat) in vfs_stat()
104 int vfs_lstat(const char __user *name, struct kstat *stat) in vfs_lstat()
117 static int cp_old_stat(struct kstat *stat, struct __old_kernel_stat __user * statbuf) in cp_old_stat()
154 SYSCALL_DEFINE2(stat, const char __user *, filename, in SYSCALL_DEFINE2() argument
157 struct kstat stat; in SYSCALL_DEFINE2() local
170 struct kstat stat; in SYSCALL_DEFINE2() local
[all …]
/linux-3.3/fs/nfs/
Diostat.h26 enum nfs_stat_eventcounters stat) in nfs_inc_server_stats()
32 enum nfs_stat_eventcounters stat) in nfs_inc_stats()
38 enum nfs_stat_bytecounters stat, in nfs_add_server_stats()
45 enum nfs_stat_bytecounters stat, in nfs_add_stats()
53 enum nfs_stat_fscachecounters stat, in nfs_add_fscache_stats()
/linux-3.3/drivers/media/dvb/firewire/
Dfiredtv-ci.c27 static int fdtv_ca_ready(struct firedtv_tuner_status *stat) in fdtv_ca_ready()
35 static int fdtv_get_ca_flags(struct firedtv_tuner_status *stat) in fdtv_get_ca_flags()
61 struct firedtv_tuner_status stat; in fdtv_ca_get_slot_info() local
100 struct firedtv_tuner_status stat; in fdtv_ca_get_msg() local
180 struct firedtv_tuner_status stat; in fdtv_ca_ioctl() local
234 struct firedtv_tuner_status stat; in fdtv_ca_register() local
/linux-3.3/drivers/cpufreq/
Dcpufreq_stats.c56 struct cpufreq_stats *stat; in cpufreq_stats_update() local
72 struct cpufreq_stats *stat = per_cpu(cpufreq_stats_table, policy->cpu); in show_total_trans() local
83 struct cpufreq_stats *stat = per_cpu(cpufreq_stats_table, policy->cpu); in show_time_in_state() local
101 struct cpufreq_stats *stat = per_cpu(cpufreq_stats_table, policy->cpu); in show_trans_table() local
158 static int freq_table_get_index(struct cpufreq_stats *stat, unsigned int freq) in freq_table_get_index()
172 struct cpufreq_stats *stat = per_cpu(cpufreq_stats_table, cpu); in cpufreq_stats_free_table() local
196 struct cpufreq_stats *stat; in cpufreq_stats_create_table() local
287 struct cpufreq_stats *stat; in cpufreq_stat_notifier_trans() local

12345678910>>...20