| /OK3568_Linux_fs/kernel/fs/ |
| H A D | stat.c | 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 stat; in SYSCALL_DEFINE2() 290 struct kstat stat; in SYSCALL_DEFINE2() [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | kernel_stat.h | 43 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()
|
| H A D | stat.h | 22 struct kstat { struct
|
| H A D | init_syscalls.h | 11 int __init init_stat(const char *filename, struct kstat *stat, int flags);
|
| H A D | fs.h | 1943 int (*getattr) (const struct path *, struct kstat *, u32, unsigned int); 3179 extern void generic_fillattr(struct inode *, struct kstat *); 3180 extern int vfs_getattr_nosec(const struct path *, struct kstat *, u32, unsigned int); 3181 extern int vfs_getattr(const struct path *, struct kstat *, u32, unsigned int); 3198 int vfs_fstatat(int dfd, const char __user *filename, struct kstat *stat, 3200 int vfs_fstat(int fd, struct kstat *stat); 3202 static inline int vfs_stat(const char __user *filename, struct kstat *stat) in vfs_stat() 3206 static inline int vfs_lstat(const char __user *name, struct kstat *stat) in vfs_lstat() 3232 extern int simple_getattr(const struct path *, struct kstat *, u32, unsigned int);
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | xdr.h | 92 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 *s…
|
| H A D | xdr3.h | 127 struct kstat stat; 141 struct kstat stat; 236 struct kstat stat;
|
| H A D | nfsfh.h | 54 struct kstat fh_post_attr; /* full attrs after operation */ 259 static inline u64 nfsd4_change_attribute(struct kstat *stat, in nfsd4_change_attribute()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | sys_ia32.c | 132 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()
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | sys_sparc32.c | 64 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()
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | compat_linux.c | 126 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()
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | sys_oabi-compat.c | 115 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()
|
| /OK3568_Linux_fs/kernel/fs/vboxsf/ |
| H A D | vfsmod.h | 100 int vboxsf_getattr(const struct path *path, struct kstat *kstat,
|
| H A D | utils.c | 215 int vboxsf_getattr(const struct path *path, struct kstat *kstat, in vboxsf_getattr() argument 236 generic_fillattr(d_inode(dentry), kstat); in vboxsf_getattr()
|
| /OK3568_Linux_fs/kernel/fs/overlayfs/ |
| H A D | copy_up.c | 232 static int ovl_set_size(struct dentry *upperdentry, struct kstat *stat) in ovl_set_size() 242 static int ovl_set_timestamps(struct dentry *upperdentry, struct kstat *stat) in ovl_set_timestamps() 254 int ovl_set_attr(struct dentry *upperdentry, struct kstat *stat) in ovl_set_attr() 439 struct kstat stat; 440 struct kstat pstat;
|
| H A D | inode.c | 97 static int ovl_map_dev_ino(struct dentry *dentry, struct kstat *stat, int fsid) in ovl_map_dev_ino() 157 int ovl_getattr(const struct path *path, struct kstat *stat, in ovl_getattr() 190 struct kstat lowerstat; in ovl_getattr() 241 struct kstat lowerdatastat; in ovl_getattr()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | test_d_path.c | 22 int BPF_PROG(prog_stat, struct path *path, struct kstat *stat, in BPF_PROG()
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | symlink.c | 56 struct kstat *stat, u32 request_mask, in ext4_encrypted_symlink_getattr()
|
| /OK3568_Linux_fs/kernel/fs/coda/ |
| H A D | coda_linux.h | 51 int coda_getattr(const struct path *, struct kstat *, u32, unsigned int);
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | file.h | 55 int ocfs2_getattr(const struct path *path, struct kstat *stat,
|
| /OK3568_Linux_fs/kernel/fs/kernfs/ |
| H A D | kernfs-internal.h | 94 int kernfs_iop_getattr(const struct path *path, struct kstat *stat,
|
| /OK3568_Linux_fs/kernel/drivers/base/ |
| H A D | devtmpfs.c | 289 static int dev_mynode(struct device *dev, struct inode *inode, struct kstat *stat) in dev_mynode() 322 struct kstat stat; in handle_remove()
|
| /OK3568_Linux_fs/kernel/fs/udf/ |
| H A D | symlink.c | 155 static int udf_symlink_getattr(const struct path *path, struct kstat *stat, in udf_symlink_getattr()
|
| /OK3568_Linux_fs/kernel/fs/minix/ |
| H A D | minix.h | 54 extern int minix_getattr(const struct path *, struct kstat *, u32, unsigned int);
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | osf_sys.c | 277 linux_to_osf_stat(struct kstat *lstat, struct osf_stat __user *osf_stat) in linux_to_osf_stat() 355 struct kstat stat; in SYSCALL_DEFINE2() 367 struct kstat stat; in SYSCALL_DEFINE2() 379 struct kstat stat; in SYSCALL_DEFINE2()
|