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

12345

/linux-master/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 in struct:ksmbd_kstat
88 int ksmbd_vfs_getattr(const struct path *path, struct kstat *stat);
H A Dvfs.c556 int ksmbd_vfs_getattr(const struct path *path, struct kstat *stat)
1654 * @ksmbd_kstat: ksmbd kstat wrapper
1661 struct kstat *kstat = ksmbd_kstat->kstat; local
1666 time = ksmbd_UnixTimeToNT(kstat->atime);
1668 time = ksmbd_UnixTimeToNT(kstat->mtime);
1670 time = ksmbd_UnixTimeToNT(kstat->ctime);
1677 info->EndOfFile = cpu_to_le64(kstat->size);
1678 info->AllocationSize = cpu_to_le64(kstat
[all...]
/linux-master/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,
H A Dtest_d_path_check_types.c15 int BPF_PROG(d_path_check_rdonly_mem, struct path *path, struct kstat *stat,
H A Dtest_d_path.c22 int BPF_PROG(prog_stat, struct path *path, struct kstat *stat,
/linux-master/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]);
H A Dinit_syscalls.h11 int __init init_stat(const char *filename, struct kstat *stat, int flags);
H A Dstat.h22 struct kstat { struct
/linux-master/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)
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)
105 int vfs_getattr_nosec(const struct path *path, struct kstat *stat,
165 int vfs_getattr(const struct path *path, struct kstat *stat,
190 int vfs_fstat(int fd, struct kstat *stat)
233 struct kstat *stat, u32 request_mask)
280 struct kstat *stat, int flags)
316 static int cp_old_stat(struct kstat *sta
[all...]
H A Dbad_inode.c99 const struct path *path, struct kstat *stat,
/linux-master/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);
H A Dxdr3.h119 struct kstat stat;
133 struct kstat stat;
228 struct kstat stat;
H A Dnfsfh.h106 struct kstat fh_post_attr; /* full attrs after operation */
296 u64 nfsd4_change_attribute(const struct kstat *stat,
/linux-master/arch/s390/kernel/
H A Dcompat_linux.c126 static int cp_stat64(struct stat64_emu31 __user *ubuf, struct kstat *stat)
152 struct kstat stat;
161 struct kstat stat;
170 struct kstat stat;
180 struct kstat stat;
/linux-master/arch/sparc/kernel/
H A Dsys_sparc32.c64 static int cp_compat_stat64(struct kstat *stat,
97 struct kstat stat;
108 struct kstat stat;
119 struct kstat stat;
131 struct kstat stat;
/linux-master/arch/x86/kernel/
H A Dsys_ia32.c132 static int cp_stat64(struct stat64 __user *ubuf, struct kstat *stat)
167 struct kstat stat;
178 struct kstat stat;
188 struct kstat stat;
199 struct kstat stat;
/linux-master/fs/vboxsf/
H A Dvfsmod.h101 struct kstat *kstat, u32 request_mask,
/linux-master/fs/ocfs2/
H A Dfile.h55 struct kstat *stat, u32 request_mask, unsigned int flags);
/linux-master/fs/coda/
H A Dcoda_linux.h52 int coda_getattr(struct mnt_idmap *, const struct path *, struct kstat *,
/linux-master/arch/arm/kernel/
H A Dsys_oabi-compat.c121 static long cp_oldabi_stat64(struct kstat *stat,
151 struct kstat stat;
161 struct kstat stat;
171 struct kstat stat;
183 struct kstat stat;
/linux-master/fs/udf/
H A Dsymlink.c145 const struct path *path, struct kstat *stat,
/linux-master/fs/ext4/
H A Dsymlink.c60 struct kstat *stat, u32 request_mask,
/linux-master/fs/kernfs/
H A Dkernfs-internal.h139 const struct path *path, struct kstat *stat,
/linux-master/fs/minix/
H A Dminix.h55 struct kstat *, u32, unsigned int);

Completed in 214 milliseconds

12345