Home
last modified time | relevance | path

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

12

/external/libfuse/lib/
Dfuse_misc.h27 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atim.tv_nsec) argument
28 #define ST_CTIM_NSEC(stbuf) ((stbuf)->st_ctim.tv_nsec) argument
29 #define ST_MTIM_NSEC(stbuf) ((stbuf)->st_mtim.tv_nsec) argument
30 #define ST_ATIM_NSEC_SET(stbuf, val) (stbuf)->st_atim.tv_nsec = (val) argument
31 #define ST_CTIM_NSEC_SET(stbuf, val) (stbuf)->st_ctim.tv_nsec = (val) argument
32 #define ST_MTIM_NSEC_SET(stbuf, val) (stbuf)->st_mtim.tv_nsec = (val) argument
35 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atimespec.tv_nsec) argument
36 #define ST_CTIM_NSEC(stbuf) ((stbuf)->st_ctimespec.tv_nsec) argument
37 #define ST_MTIM_NSEC(stbuf) ((stbuf)->st_mtimespec.tv_nsec) argument
38 #define ST_ATIM_NSEC_SET(stbuf, val) (stbuf)->st_atimespec.tv_nsec = (val) argument
[all …]
Dmount_util.c43 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()
268 const char *name, const struct stat *stbuf, off_t off) in fuse_add_direntry()
294 static void convert_statfs(const struct statvfs *stbuf, in convert_statfs()
978 int fuse_reply_statfs(fuse_req_t req, const struct statvfs *stbuf) in fuse_reply_statfs()
1284 struct stat stbuf; in do_setattr() local
Dmount.c391 struct stat stbuf; in fuse_mount_sys() local
/external/erofs-utils/include/erofs/
Ddefs.h302 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atim.tv_nsec) argument
303 #define ST_CTIM_NSEC(stbuf) ((stbuf)->st_ctim.tv_nsec) argument
304 #define ST_MTIM_NSEC(stbuf) ((stbuf)->st_mtim.tv_nsec) argument
307 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atimensec) argument
308 #define ST_CTIM_NSEC(stbuf) ((stbuf)->st_ctimensec) argument
309 #define ST_MTIM_NSEC(stbuf) ((stbuf)->st_mtimensec) argument
311 #define ST_ATIM_NSEC(stbuf) 0 argument
312 #define ST_CTIM_NSEC(stbuf) 0 argument
313 #define ST_MTIM_NSEC(stbuf) 0 argument
/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.c87 struct stat stbuf; in MD5FileChunk() local
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_image.c91 struct st_buffer_object *stbuf = in st_convert_image() local
/external/ltp/testcases/kernel/uevents/
Duevent03.c40 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/libfuse/lib/modules/
Diconv.c102 static int iconv_getattr(const char *path, struct stat *stbuf, in iconv_getattr()
161 const struct stat *stbuf, off_t off, in iconv_dir_fill()
407 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/e2fsprogs/util/
Dsubst.c333 struct stat stbuf; in main() local
Dsymlinks.c170 struct stat stbuf, lstbuf; in fix_symlink() local
/external/iputils/
Dtftpd.c284 struct stat stbuf; in validate_access() local
/external/erofs-utils/fuse/
Dmain.c82 static int erofsfuse_getattr(const char *path, struct stat *stbuf) in erofsfuse_getattr()
/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/libtracefs/src/
Dtracefs-utils.c324 char stbuf[BUFSIZ]; in str_read_file() 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/f2fs-tools/tools/f2fs_io/
Df2fs_io.c746 struct stat stbuf; in do_randread() local
977 struct stat stbuf; in do_copy() local
/external/ltp/testcases/kernel/syscalls/symlink/
Dsymlink01.c1532 struct stat stbuf; in do_link() local
/external/crosvm/common/p9/src/server/
Dmod.rs1040 let mut stbuf: libc::stat64 = std::mem::zeroed(); in lock() localVariable
1064 let mut stbuf: libc::stat64 = std::mem::zeroed(); in get_lock() localVariable

12