Home
last modified time | relevance | path

Searched refs:kstat (Results 1 - 25 of 236) sorted by relevance

12345678910

/kernel/linux/linux-6.6/fs/
H A Dstat.c36 * Fill in the basic attributes in the kstat structure from data that's to be
47 struct inode *inode, struct kstat *stat) in generic_fillattr()
79 * Fill in the STATX_ATTR_* flags in the kstat structure for properties of the
82 void generic_fill_statx_attr(struct inode *inode, struct kstat *stat) in generic_fill_statx_attr()
105 int vfs_getattr_nosec(const struct path *path, struct kstat *stat, in vfs_getattr_nosec()
165 int vfs_getattr(const struct path *path, struct kstat *stat, in vfs_getattr()
190 int vfs_fstat(int fd, struct kstat *stat) in vfs_fstat()
233 struct kstat *stat, u32 request_mask) in vfs_statx()
275 struct kstat *stat, int flags) in vfs_fstatat()
311 static int cp_old_stat(struct kstat *sta
[all...]
/kernel/linux/linux-5.10/fs/
H A Dstat.c32 * Fill in the basic attributes in the kstat structure from data that's to be
36 void generic_fillattr(struct inode *inode, struct kstat *stat) in generic_fillattr()
67 int vfs_getattr_nosec(const struct path *path, struct kstat *stat, in vfs_getattr_nosec()
124 int vfs_getattr(const struct path *path, struct kstat *stat, in vfs_getattr()
146 int vfs_fstat(int fd, struct kstat *stat) in vfs_fstat()
175 struct kstat *stat, u32 request_mask) in vfs_statx()
213 struct kstat *stat, int flags) in vfs_fstatat()
225 static int cp_old_stat(struct kstat *stat, struct __old_kernel_stat __user * statbuf) in cp_old_stat()
265 struct kstat stat; in SYSCALL_DEFINE2()
278 struct kstat sta in SYSCALL_DEFINE2()
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dkernel_stat.h43 DECLARE_PER_CPU(struct kernel_stat, kstat);
47 #define kstat_this_cpu this_cpu_ptr(&kstat)
49 #define kstat_cpu(cpu) per_cpu(kstat, cpu)
59 __this_cpu_inc(kstat.softirqs[irq]); in kstat_incr_softirqs_this_cpu()
/kernel/linux/linux-5.10/fs/nfsd/
H A Dxdr.h92 struct kstat stat;
98 struct kstat stat;
110 struct kstat stat;
176 __be32 *nfs2svc_encode_fattr(struct svc_rqst *rqstp, __be32 *p, struct svc_fh *fhp, struct kstat *stat);
H A Dxdr3.h127 struct kstat stat;
141 struct kstat stat;
236 struct kstat stat;
/kernel/linux/linux-6.6/fs/epfs/
H A Dinode.c55 const struct path *path, struct kstat *stat, in epfs_getattr()
59 const struct path *path, struct kstat *stat, in epfs_getattr()
63 static int epfs_getattr(const struct path *path, struct kstat *stat, in epfs_getattr()
71 struct kstat origin_stat; in epfs_getattr()
/kernel/linux/linux-6.6/include/linux/
H A Dkernel_stat.h46 DECLARE_PER_CPU(struct kernel_stat, kstat);
50 #define kstat_this_cpu this_cpu_ptr(&kstat)
52 #define kstat_cpu(cpu) per_cpu(kstat, cpu)
63 __this_cpu_inc(kstat.softirqs[irq]); in kstat_incr_softirqs_this_cpu()
/kernel/linux/linux-6.6/fs/nfsd/
H A Dxdr.h85 struct kstat stat;
91 struct kstat stat;
104 struct kstat stat;
175 const struct svc_fh *fhp, const struct kstat *stat);
/kernel/linux/linux-6.6/fs/smb/server/
H A Dmisc.h11 struct kstat;
19 int get_nlink(struct kstat *st);
H A Dvfs.h67 /* ksmbd kstat wrapper to get valid create time when reading dir entry */
69 struct kstat *kstat; member
88 int ksmbd_vfs_getattr(const struct path *path, struct kstat *stat);
/kernel/linux/linux-5.10/fs/epfs/
H A Dinode.c49 const struct path *path, struct kstat *stat, in epfs_getattr()
52 static int epfs_getattr(const struct path *path, struct kstat *stat, in epfs_getattr()
60 struct kstat origin_stat; in epfs_getattr()
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dcompat_linux.c126 static int cp_stat64(struct stat64_emu31 __user *ubuf, struct kstat *stat) in cp_stat64()
152 struct kstat stat; in COMPAT_SYSCALL_DEFINE2()
161 struct kstat stat; in COMPAT_SYSCALL_DEFINE2()
170 struct kstat stat; in COMPAT_SYSCALL_DEFINE2()
180 struct kstat stat; in COMPAT_SYSCALL_DEFINE4()
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dsys_ia32.c132 static int cp_stat64(struct stat64 __user *ubuf, struct kstat *stat) in cp_stat64()
167 struct kstat stat; in COMPAT_SYSCALL_DEFINE2()
178 struct kstat stat; in COMPAT_SYSCALL_DEFINE2()
188 struct kstat stat; in COMPAT_SYSCALL_DEFINE2()
199 struct kstat stat; in COMPAT_SYSCALL_DEFINE4()
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dsys_sparc32.c64 static int cp_compat_stat64(struct kstat *stat, in cp_compat_stat64()
97 struct kstat stat; in COMPAT_SYSCALL_DEFINE2()
108 struct kstat stat; in COMPAT_SYSCALL_DEFINE2()
119 struct kstat stat; in COMPAT_SYSCALL_DEFINE2()
131 struct kstat stat; in COMPAT_SYSCALL_DEFINE4()
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dcompat_linux.c126 static int cp_stat64(struct stat64_emu31 __user *ubuf, struct kstat *stat) in cp_stat64()
152 struct kstat stat; in COMPAT_SYSCALL_DEFINE2()
161 struct kstat stat; in COMPAT_SYSCALL_DEFINE2()
170 struct kstat stat; in COMPAT_SYSCALL_DEFINE2()
180 struct kstat stat; in COMPAT_SYSCALL_DEFINE4()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dsys_sparc32.c64 static int cp_compat_stat64(struct kstat *stat, in cp_compat_stat64()
97 struct kstat stat; in COMPAT_SYSCALL_DEFINE2()
108 struct kstat stat; in COMPAT_SYSCALL_DEFINE2()
119 struct kstat stat; in COMPAT_SYSCALL_DEFINE2()
131 struct kstat stat; in COMPAT_SYSCALL_DEFINE4()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dsys_ia32.c132 static int cp_stat64(struct stat64 __user *ubuf, struct kstat *stat) in cp_stat64()
167 struct kstat stat; in COMPAT_SYSCALL_DEFINE2()
178 struct kstat stat; in COMPAT_SYSCALL_DEFINE2()
188 struct kstat stat; in COMPAT_SYSCALL_DEFINE2()
199 struct kstat stat; in COMPAT_SYSCALL_DEFINE4()
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dsys_oabi-compat.c115 static long cp_oldabi_stat64(struct kstat *stat, in cp_oldabi_stat64()
145 struct kstat stat; in sys_oabi_stat64()
155 struct kstat stat; in sys_oabi_lstat64()
165 struct kstat stat; in sys_oabi_fstat64()
177 struct kstat stat; in sys_oabi_fstatat64()
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dsys_oabi-compat.c121 static long cp_oldabi_stat64(struct kstat *stat, in cp_oldabi_stat64()
151 struct kstat stat; in sys_oabi_stat64()
161 struct kstat stat; in sys_oabi_lstat64()
171 struct kstat stat; in sys_oabi_fstat64()
183 struct kstat stat; in sys_oabi_fstatat64()
/kernel/liteos_a/syscall/
H A Dlos_syscall.h58 #include "sys/kstat.h"
275 extern int SysStat(const char *path, struct kstat *buf);
276 extern int SysLstat(const char *path, struct kstat *buffer);
277 extern int SysFstat(int fields, struct kstat *buf);
284 extern int SysFstat64(int fd, struct kstat *buf);
285 extern int SysFstatat64(int fd, const char *restrict path, struct kstat *restrict buf, int flag);
/kernel/linux/linux-5.10/fs/vboxsf/
H A Dvfsmod.h100 int vboxsf_getattr(const struct path *path, struct kstat *kstat,
/kernel/linux/linux-6.6/fs/vboxsf/
H A Dvfsmod.h101 struct kstat *kstat, u32 request_mask,
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dtest_d_path_check_rdonly_mem.c11 int BPF_PROG(d_path_check_rdonly_mem, struct path *path, struct kstat *stat, in BPF_PROG()
H A Dtest_d_path_check_types.c15 int BPF_PROG(d_path_check_rdonly_mem, struct path *path, struct kstat *stat, in BPF_PROG()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_d_path_check_types.c15 int BPF_PROG(d_path_check_rdonly_mem, struct path *path, struct kstat *stat, in BPF_PROG()

Completed in 11 milliseconds

12345678910