Home
last modified time | relevance | path

Searched defs:stbuf (Results 1 – 25 of 27) sorted by relevance

12

/external/libfuse/lib/
Dfuse_misc.h30 #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 …]
Dmount_util.c46 struct stat stbuf; in mtab_needs_update() local
Dfuse_lowlevel.c59 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
Dmount.c489 struct stat stbuf; in fuse_mount_sys() local
/external/erofs-utils/include/erofs/
Ddefs.h332 #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 …]
/external/libcap/progs/
Dgetcap.c36 static int do_getcap(const char *fname, const struct stat *stbuf, in do_getcap()
112 struct stat stbuf; in main() local
/external/bsdiff/
Dfile.cc91 struct stat stbuf; in GetSize() local
/external/libjpeg-turbo/md5/
Dmd5hl.c91 struct stat stbuf; in MD5FileChunk() local
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_image.c82 struct gl_buffer_object *stbuf = stObj->BufferObject; in st_convert_image() local
/external/ltp/testcases/kernel/uevents/
Duevent03.c45 struct stat stbuf; in get_minor_major() local
/external/ltp/testcases/kernel/hotplug/memory_hotplug/
Dsegment.c291 struct stat stbuf; in open_file() local
349 struct stat stbuf; in file_size() local
/external/e2fsprogs/util/
Dsubst.c333 struct stat stbuf; in main() local
Dsymlinks.c170 struct stat stbuf, lstbuf; in fix_symlink() local
/external/erofs-utils/fuse/
Dmain.c55 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
/external/libfuse/lib/modules/
Diconv.c103 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()
Dsubdir.c53 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()
/external/iputils/
Dtftpd.c284 struct stat stbuf; in validate_access() local
/external/fsverity-utils/programs/
Dutils.c123 struct stat stbuf; in get_file_size() local
/external/ltp/testcases/kernel/fs/doio/
Dgrowfiles.c1958 struct stat stbuf; in growfile() local
2604 struct stat stbuf; in check_write() local
/external/libconfig/tests/
Dtests.c112 struct stat stbuf; in read_file_to_string() local
/external/mtools/
Dmcopy.c109 struct MT_STAT stbuf; in _unix_write() local
/external/libtracefs/src/
Dtracefs-utils.c345 char stbuf[BUFSIZ]; in str_read_file() local
/external/ltp/testcases/kernel/syscalls/symlink/
Dsymlink01.c1532 struct stat stbuf; in do_link() local
/external/rust/android-crates-io/crates/p9/src/server/
Dmod.rs1039 let mut stbuf: libc::stat64 = std::mem::zeroed(); in lock() localVariable
1063 let mut stbuf: libc::stat64 = std::mem::zeroed(); in get_lock() localVariable
/external/f2fs-tools/tools/f2fs_io/
Df2fs_io.c1145 struct stat stbuf; in do_randread() local
1408 struct stat stbuf; in do_copy() local

12