/external/libfuse/lib/ |
D | fuse_misc.h | 38 #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 …]
|
D | mount_util.c | 43 struct stat stbuf; in mtab_needs_update() local
|
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() 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
|
D | mount.c | 391 struct stat stbuf; in fuse_mount_sys() local
|
D | fuse.c | 1535 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/ |
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
|
/external/bsdiff/ |
D | file.cc | 91 struct stat stbuf; in GetSize() local
|
/external/libjpeg-turbo/md5/ |
D | md5hl.c | 87 struct stat stbuf; in MD5FileChunk() local
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_image.c | 91 struct st_buffer_object *stbuf = in st_convert_image() local
|
/external/ltp/testcases/kernel/uevents/ |
D | uevent03.c | 40 struct stat stbuf; in get_minor_major() local
|
/external/erofs-utils/fuse/ |
D | main.c | 37 static int erofsfuse_getattr(const char *path, struct stat *stbuf) in erofsfuse_getattr()
|
/external/ltp/testcases/kernel/hotplug/memory_hotplug/ |
D | segment.c | 291 struct stat stbuf; in open_file() local 349 struct stat stbuf; in file_size() local
|
/external/mtools/ |
D | mformat.c | 802 struct MT_STAT stbuf; in get_lba_geom() local 1226 struct MT_STAT stbuf; in mformat() local
|
D | mcopy.c | 109 struct MT_STAT stbuf; in _unix_write() local
|
/external/e2fsprogs/util/ |
D | subst.c | 333 struct stat stbuf; in main() local
|
D | symlinks.c | 170 struct stat stbuf, lstbuf; in fix_symlink() local
|
/external/libfuse/lib/modules/ |
D | iconv.c | 102 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()
|
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()
|
/external/fsverity-utils/programs/ |
D | utils.c | 119 struct stat stbuf; in get_file_size() local
|
/external/iputils/ |
D | tftpd.c | 284 struct stat stbuf; in validate_access() local
|
/external/ltp/testcases/kernel/fs/doio/ |
D | growfiles.c | 1958 struct stat stbuf; in growfile() local 2604 struct stat stbuf; in check_write() local
|
/external/f2fs-tools/tools/f2fs_io/ |
D | f2fs_io.c | 681 struct stat stbuf; in do_randread() local 897 struct stat stbuf; in do_copy() local
|
/external/ltp/testcases/kernel/syscalls/symlink/ |
D | symlink01.c | 1532 struct stat stbuf; in do_link() local
|