Searched refs:stat (Results 1 - 25 of 28) sorted by last modified time

12

/include/uapi/asm-generic/
H A Dstat.h10 * stat is the same structure layout on 64-bit, without the 'long long'
13 * By convention, 64 bit architectures use the stat interface, while
23 struct stat { struct
/include/uapi/linux/
H A Dbtrfs.h243 struct btrfs_balance_progress stat; /* out */ member in struct:btrfs_ioctl_balance_args
H A Dcdrom.h286 int stat; member in struct:cdrom_generic_command
H A Dcoda.h187 * Convert between stat structure types and directory types.
642 struct coda_statfs stat; member in struct:coda_statfs_out
/include/uapi/linux/dvb/
H A Dfrontend.h505 * u.st.stat.svalue[0] = global statistics;
506 * u.st.stat.scale[0] = FE_SCALE_DECIBELS;
507 * u.st.stat.value[1] = layer A statistics;
508 * u.st.stat.scale[1] = FE_SCALE_NOT_AVAILABLE (if not available);
509 * u.st.stat.svalue[2] = layer B statistics;
510 * u.st.stat.scale[2] = FE_SCALE_DECIBELS;
511 * u.st.stat.svalue[3] = layer C statistics;
512 * u.st.stat.scale[3] = FE_SCALE_DECIBELS;
528 struct dtv_stats stat[MAX_DTV_STATS]; member in struct:dtv_fe_stats
/include/video/
H A Dmmp_disp.h136 static inline const char *stat_name(int stat) argument
138 switch (stat) {
/include/linux/
H A Dcdrom.h22 int stat; member in struct:packet_command
H A Dcompat.h10 #include <linux/stat.h>
H A Ddevfreq.h85 struct devfreq_dev_status *stat);
142 * @last_stat_updated: The last time stat updated
H A Dfs.h10 #include <linux/stat.h>
535 * the RCU path lookup and 'stat' data) fields at the beginning
773 unsigned int mmap_miss; /* Cache miss stat for mmap accesses */
1451 * NOTE! These match bits 12..15 of stat.st_mode
2571 int vfs_getattr_nosec(struct path *path, struct kstat *stat);
H A Dide.h79 #define OK_STAT(stat,good,bad) (((stat)&((good)|(bad)))==(good))
H A Disdn_ppp.h91 void (*stat) (void *state, struct compstat *stats); member in struct:isdn_ppp_compressor
H A Dkvm_host.h251 struct kvm_vcpu_stat stat; member in struct:kvm_vcpu
383 struct kvm_vm_stat stat; member in struct:kvm
H A Dmodule.h10 #include <linux/stat.h>
H A Dnetdevice.h1962 typeof(type) *stat; \
1963 stat = per_cpu_ptr(pcpu_stats, i); \
1964 u64_stats_init(&stat->syncp); \
H A Dquota.h248 int stat[_DQST_DQSTAT_LAST]; member in struct:dqstats
H A Dscc.h70 struct scc_stat stat; /* statistical information */ member in struct:scc_channel
H A Dslub_def.h46 unsigned stat[NR_SLUB_STAT_ITEMS]; member in struct:kmem_cache_cpu
H A Dstat.h5 #include <asm/stat.h>
6 #include <uapi/linux/stat.h>
H A Dsyscalls.h47 struct stat;
408 struct stat __user *statbuf);
410 struct stat __user *statbuf);
411 asmlinkage long sys_newfstat(unsigned int fd, struct stat __user *statbuf);
773 struct stat __user *statbuf, int flag);
H A Dsysfs.h21 #include <linux/stat.h>
/include/linux/sunrpc/
H A Dxprt.h237 } stat; member in struct:rpc_xprt
/include/net/bluetooth/
H A Dhci_core.h323 struct hci_dev_stats stat; member in struct:hci_dev
H A Dhci_sock.h127 struct hci_dev_stats stat; member in struct:hci_dev_info
/include/net/netfilter/
H A Dnf_conntrack.h296 #define NF_CT_STAT_INC(net, count) __this_cpu_inc((net)->ct.stat->count)
297 #define NF_CT_STAT_INC_ATOMIC(net, count) this_cpu_inc((net)->ct.stat->count)

Completed in 354 milliseconds

12