/aosp_15_r20/external/libfuse/lib/ |
H A D | fuse_misc.h | 30 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atim.tv_nsec) argument 31 #define ST_CTIM_NSEC(stbuf) ((stbuf)->st_ctim.tv_nsec) argument 32 #define ST_MTIM_NSEC(stbuf) ((stbuf)->st_mtim.tv_nsec) argument 33 #define ST_ATIM_NSEC_SET(stbuf, val) (stbuf)->st_atim.tv_nsec = (val) argument 34 #define ST_CTIM_NSEC_SET(stbuf, val) (stbuf)->st_ctim.tv_nsec = (val) argument 35 #define ST_MTIM_NSEC_SET(stbuf, val) (stbuf)->st_mtim.tv_nsec = (val) argument 38 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atimespec.tv_nsec) argument 39 #define ST_CTIM_NSEC(stbuf) ((stbuf)->st_ctimespec.tv_nsec) argument 40 #define ST_MTIM_NSEC(stbuf) ((stbuf)->st_mtimespec.tv_nsec) argument 41 #define ST_ATIM_NSEC_SET(stbuf, val) (stbuf)->st_atimespec.tv_nsec = (val) argument [all …]
|
H A D | fuse_lowlevel.c | 59 static void convert_stat(const struct stat *stbuf, struct fuse_attr *attr) in convert_stat() 78 static void convert_attr(const struct fuse_setattr_in *attr, struct stat *stbuf) in convert_attr() 281 const char *name, const struct stat *stbuf, off_t off) 307 static void convert_statfs(const struct statvfs *stbuf, 1036 int fuse_reply_statfs(fuse_req_t req, const struct statvfs *stbuf) 1342 struct stat stbuf; local
|
H A D | mount_util.c | 46 struct stat stbuf; in mtab_needs_update() local
|
/aosp_15_r20/external/erofs-utils/include/erofs/ |
H A D | defs.h | 332 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atim.tv_nsec) argument 333 #define ST_CTIM_NSEC(stbuf) ((stbuf)->st_ctim.tv_nsec) argument 334 #define ST_MTIM_NSEC(stbuf) ((stbuf)->st_mtim.tv_nsec) argument 335 #define ST_MTIM_NSEC_SET(stbuf, val) (stbuf)->st_mtim.tv_nsec = (val) argument 338 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atimensec) argument 339 #define ST_CTIM_NSEC(stbuf) ((stbuf)->st_ctimensec) argument 340 #define ST_MTIM_NSEC(stbuf) ((stbuf)->st_mtimensec) argument 341 #define ST_MTIM_NSEC_SET(stbuf, val) (stbuf)->st_mtimensec = (val) argument 343 #define ST_ATIM_NSEC(stbuf) 0 argument 344 #define ST_CTIM_NSEC(stbuf) 0 argument [all …]
|
/aosp_15_r20/external/libcap/progs/ |
H A D | getcap.c | 36 static int do_getcap(const char *fname, const struct stat *stbuf, in do_getcap() 112 struct stat stbuf; in main() local
|
/aosp_15_r20/system/update_engine/common/ |
H A D | utils.cc | 373 struct stat stbuf {}; in FileSize() struct 590 struct stat stbuf {}; in FileExists() struct 595 struct stat stbuf {}; in IsSymlink() struct 600 struct stat stbuf {}; in IsRegFile() struct
|
/aosp_15_r20/external/libfuse/lib/modules/ |
H A D | iconv.c | 103 static int iconv_getattr(const char *path, struct stat *stbuf, in iconv_getattr() 162 const struct stat *stbuf, off_t off, in iconv_dir_fill() 408 static int iconv_statfs(const char *path, struct statvfs *stbuf) in iconv_statfs()
|
H A D | subdir.c | 53 static int subdir_getattr(const char *path, struct stat *stbuf, in subdir_getattr() 393 static int subdir_statfs(const char *path, struct statvfs *stbuf) in subdir_statfs()
|
/aosp_15_r20/external/ltp/testcases/kernel/hotplug/memory_hotplug/ |
H A D | segment.c | 291 struct stat stbuf; in open_file() local 349 struct stat stbuf; in file_size() local
|
/aosp_15_r20/external/erofs-utils/fuse/ |
H A D | main.c | 55 static void erofsfuse_fill_stat(struct erofs_inode *vi, struct stat *stbuf) in erofsfuse_fill_stat() 264 struct stat stbuf = { 0 }; in erofsfuse_getattr() local
|
/aosp_15_r20/external/ltp/testcases/kernel/fs/doio/ |
H A D | growfiles.c | 1958 struct stat stbuf; in growfile() local 2604 struct stat stbuf; in check_write() local
|
/aosp_15_r20/external/bsdiff/ |
H A D | file.cc | 91 struct stat stbuf; in GetSize() local
|
/aosp_15_r20/external/libjpeg-turbo/md5/ |
H A D | md5hl.c | 91 struct stat stbuf; in MD5FileChunk() local
|
/aosp_15_r20/system/update_engine/payload_consumer/ |
H A D | file_descriptor.cc | 80 struct stat stbuf {}; in BlockDevSize() struct
|
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/ |
H A D | st_atom_image.c | 83 struct gl_buffer_object *stbuf = stObj->BufferObject; in st_convert_image() local
|
/aosp_15_r20/external/ltp/testcases/kernel/uevents/ |
H A D | uevent03.c | 42 struct stat stbuf; in get_minor_major() local
|
/aosp_15_r20/cts/tests/tests/security/native/encryption/ |
H A D | FileBasedEncryptionPolicyTest.cpp | 173 struct stat stbuf; in mightBeUsingEmmcStorage() local
|
/aosp_15_r20/external/e2fsprogs/util/ |
H A D | subst.c | 333 struct stat stbuf; in main() local
|
H A D | symlinks.c | 170 struct stat stbuf, lstbuf; in fix_symlink() local
|
/aosp_15_r20/external/iputils/ |
H A D | tftpd.c | 284 struct stat stbuf; in validate_access() local
|
/aosp_15_r20/external/fsverity-utils/programs/ |
H A D | utils.c | 123 struct stat stbuf; in get_file_size() local
|
/aosp_15_r20/external/libtracefs/src/ |
H A D | tracefs-utils.c | 324 char stbuf[BUFSIZ]; in str_read_file() local
|
/aosp_15_r20/system/apex/apexd/ |
H A D | apexd_loop.cpp | 369 struct statfs stbuf; in ConfigureLoopDevice() local
|
/aosp_15_r20/external/libconfig/tests/ |
H A D | tests.c | 112 struct stat stbuf; in read_file_to_string() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/p9/src/server/ |
D | mod.rs | 1039 let mut stbuf: libc::stat64 = std::mem::zeroed(); in lock() localVariable 1063 let mut stbuf: libc::stat64 = std::mem::zeroed(); in get_lock() localVariable
|