Home
last modified time | relevance | path

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

/external/libfuse/lib/
Dfuse_misc.h38 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atim.tv_nsec) argument
39 #define ST_CTIM_NSEC(stbuf) ((stbuf)->st_ctim.tv_nsec) argument
40 #define ST_MTIM_NSEC(stbuf) ((stbuf)->st_mtim.tv_nsec) argument
41 #define ST_ATIM_NSEC_SET(stbuf, val) (stbuf)->st_atim.tv_nsec = (val) argument
42 #define ST_CTIM_NSEC_SET(stbuf, val) (stbuf)->st_ctim.tv_nsec = (val) argument
43 #define ST_MTIM_NSEC_SET(stbuf, val) (stbuf)->st_mtim.tv_nsec = (val) argument
46 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atimespec.tv_nsec) argument
47 #define ST_CTIM_NSEC(stbuf) ((stbuf)->st_ctimespec.tv_nsec) argument
48 #define ST_MTIM_NSEC(stbuf) ((stbuf)->st_mtimespec.tv_nsec) argument
49 #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()
269 const char *name, const struct stat *stbuf, off_t off) in fuse_add_direntry()
295 static void convert_statfs(const struct statvfs *stbuf, in convert_statfs()
956 int fuse_reply_statfs(fuse_req_t req, const struct statvfs *stbuf) in fuse_reply_statfs()
1240 struct stat stbuf; in do_setattr() local
Dmount.c391 struct stat stbuf; in fuse_mount_sys() local
Dfuse.c1535 static void set_stat(struct fuse *f, fuse_ino_t nodeid, struct stat *stbuf) in set_stat()
2473 static int mtime_eq(const struct stat *stbuf, const struct timespec *ts) in mtime_eq()
2497 static void update_stat(struct node *node, const struct stat *stbuf) in update_stat()
3237 struct stat stbuf; in open_auto_cache() local
3492 struct stat stbuf; in fill_dir() local
/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/erofs-utils/fuse/
Dmain.c37 static int erofsfuse_getattr(const char *path, struct stat *stbuf) in erofsfuse_getattr()
/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/mtools/
Dmformat.c802 struct MT_STAT stbuf; in get_lba_geom() local
1226 struct MT_STAT stbuf; in mformat() local
Dmcopy.c109 struct MT_STAT stbuf; in _unix_write() local
/external/e2fsprogs/util/
Dsubst.c333 struct stat stbuf; in main() local
Dsymlinks.c170 struct stat stbuf, lstbuf; in fix_symlink() 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/fsverity-utils/programs/
Dutils.c119 struct stat stbuf; in get_file_size() local
/external/iputils/
Dtftpd.c284 struct stat stbuf; in validate_access() local
/external/ltp/testcases/kernel/fs/doio/
Dgrowfiles.c1958 struct stat stbuf; in growfile() local
2604 struct stat stbuf; in check_write() local
/external/f2fs-tools/tools/f2fs_io/
Df2fs_io.c681 struct stat stbuf; in do_randread() local
897 struct stat stbuf; in do_copy() local
/external/ltp/testcases/kernel/syscalls/symlink/
Dsymlink01.c1532 struct stat stbuf; in do_link() local