Home
last modified time | relevance | path

Searched refs:kstat (Results 1 – 25 of 56) sorted by relevance

123

/linux/fs/nfsd/
H A Dxdr.h86 struct kstat stat;
92 struct kstat stat;
105 struct kstat stat;
176 const struct svc_fh *fhp, const struct kstat *stat);
H A Dnfsfh.h111 struct kstat fh_post_attr; /* full attrs after operation */
227 __be32 fh_getattr(const struct svc_fh *fhp, struct kstat *stat);
338 u64 nfsd4_change_attribute(const struct kstat *stat);
H A Dxdr3.h120 struct kstat stat;
134 struct kstat stat;
229 struct kstat stat;
H A Dnfsfh.c766 __be32 fh_getattr(const struct svc_fh *fhp, struct kstat *stat) in fh_getattr()
793 struct kstat stat; in fh_fill_pre_attrs()
957 u64 nfsd4_change_attribute(const struct kstat *stat) in nfsd4_change_attribute()
/linux/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()
/linux/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()
H A Dtest_d_path.c23 int BPF_PROG(prog_stat, struct path *path, struct kstat *stat, in BPF_PROG()
/linux/fs/coda/
H A Dcoda_linux.h52 int coda_getattr(struct mnt_idmap *, const struct path *, struct kstat *,
/linux/fs/smb/server/
H A Dvfs.c535 int ksmbd_vfs_getattr(const struct path *path, struct kstat *stat) in ksmbd_vfs_getattr()
1798 struct kstat *kstat = ksmbd_kstat->kstat; in ksmbd_vfs_init_kstat() local
1803 time = ksmbd_UnixTimeToNT(kstat->atime); in ksmbd_vfs_init_kstat()
1805 time = ksmbd_UnixTimeToNT(kstat->mtime); in ksmbd_vfs_init_kstat()
1807 time = ksmbd_UnixTimeToNT(kstat->ctime); in ksmbd_vfs_init_kstat()
1814 info->EndOfFile = cpu_to_le64(kstat->size); in ksmbd_vfs_init_kstat()
1815 info->AllocationSize = cpu_to_le64(kstat->blocks << 9); in ksmbd_vfs_init_kstat()
1835 rc = vfs_getattr(&path, ksmbd_kstat->kstat, in ksmbd_vfs_fill_dentry_attrs()
1841 time = ksmbd_UnixTimeToNT(ksmbd_kstat->kstat->ctime); in ksmbd_vfs_fill_dentry_attrs()
1848 if (S_ISDIR(ksmbd_kstat->kstat->mode)) in ksmbd_vfs_fill_dentry_attrs()
H A Dsmb2pdu.c1296 static int smb2_get_dos_mode(struct kstat *stat, int attribute) in smb2_get_dos_mode()
4092 struct kstat stat; in smb2_open()
5466 void *kstat; in smb2_populate_readdir_entry() local
5497 kstat = d_info->wptr; in smb2_populate_readdir_entry()
5499 kstat = ksmbd_vfs_init_kstat(&d_info->wptr, ksmbd_kstat); in smb2_populate_readdir_entry()
5506 ffdinfo = (FILE_FULL_DIRECTORY_INFO *)kstat; in smb2_populate_readdir_entry()
5509 smb2_get_reparse_tag_special_file(ksmbd_kstat->kstat->mode); in smb2_populate_readdir_entry()
5522 fbdinfo = (FILE_BOTH_DIRECTORY_INFO *)kstat; in smb2_populate_readdir_entry()
5525 smb2_get_reparse_tag_special_file(ksmbd_kstat->kstat->mode); in smb2_populate_readdir_entry()
5540 fdinfo = (FILE_DIRECTORY_INFO *)kstat; in smb2_populate_readdir_entry()
[all …]
H A Dmisc.c213 int get_nlink(struct kstat *st) in get_nlink()
/linux/fs/ocfs2/
H A Dfile.h56 struct kstat *stat, u32 request_mask, unsigned int flags);
/linux/fs/overlayfs/
H A Dinode.c103 static void ovl_map_dev_ino(struct dentry *dentry, struct kstat *stat, int fsid) in ovl_map_dev_ino()
164 struct kstat *stat, u32 request_mask, in ovl_real_getattr_nosec()
172 struct kstat *stat, u32 request_mask, unsigned int flags) in ovl_getattr()
209 struct kstat lowerstat; in ovl_getattr()
261 struct kstat lowerdatastat; in ovl_getattr()
H A Dcopy_up.c369 struct dentry *upperdentry, struct kstat *stat) in ovl_set_size()
380 struct kstat *stat) in ovl_set_timestamps()
393 struct kstat *stat) in ovl_set_attr()
581 struct kstat stat;
582 struct kstat pstat;
/linux/fs/udf/
H A Dsymlink.c137 const struct path *path, struct kstat *stat, in udf_symlink_getattr()
/linux/include/linux/
H A Dfs.h2018 struct kstat *, u32, unsigned int);
3207 void fill_mg_cmtime(struct kstat *stat, u32 request_mask, struct inode *inode);
3208 void generic_fillattr(struct mnt_idmap *, u32, struct inode *, struct kstat *);
3209 void generic_fill_statx_attr(struct inode *inode, struct kstat *stat);
3210 void generic_fill_statx_atomic_writes(struct kstat *stat,
3214 extern int vfs_getattr_nosec(const struct path *, struct kstat *, u32, unsigned int);
3215 extern int vfs_getattr(const struct path *, struct kstat *, u32, unsigned int);
3232 int vfs_fstatat(int dfd, const char __user *filename, struct kstat *stat,
3234 int vfs_fstat(int fd, struct kstat *stat);
3236 static inline int vfs_stat(const char __user *filename, struct kstat *stat) in vfs_stat()
[all …]
H A Dfscrypt.h473 int fscrypt_symlink_getattr(const struct path *path, struct kstat *stat);
825 struct kstat *stat) in fscrypt_symlink_getattr()
/linux/fs/minix/
H A Dminix.h59 struct kstat *, u32, unsigned int);
/linux/fs/smb/client/
H A Dcifsfs.h82 struct kstat *stat, u32 request_mask, unsigned int flags);
/linux/fs/nfs/
H A Dlocalio.c751 static int __vfs_getattr(const struct path *p, struct kstat *stat, int version) in __vfs_getattr()
761 static u64 __nfsd4_change_attribute(const struct kstat *stat, in __nfsd4_change_attribute()
781 struct kstat stat; in nfs_local_vfs_getattr()
/linux/fs/proc/
H A Dinternal.h262 struct kstat *, u32, unsigned int);
/linux/security/integrity/ima/
H A Dima_api.c254 struct kstat stat; in ima_collect_measurement()
/linux/fs/erofs/
H A Dinternal.h424 struct kstat *stat, u32 request_mask,
/linux/drivers/block/
H A Dzloop.c313 struct kstat stat; in zloop_update_seq_zone()
1039 struct kstat st; in zloop_get_block_size()
1081 struct kstat stat; in zloop_init_zone()

123