Lines Matching refs:stat
418 struct stat stbuf;
654 struct stat *stbuf)
682 struct stat *stbuf)
728 static void apply_umask(struct stat *stbuf)
748 ntfs_inode *ni, struct stat *stbuf)
754 memset(stbuf, 0, sizeof(struct stat));
966 #warning "No known way to set nanoseconds in struct stat !"
987 struct stat stbuf;
1251 struct stat st = { .st_ino = MREF(mref) };
1863 mode_t mode, struct stat *stbuf)
1902 uid_t uid, gid_t gid, struct stat *stbuf)
1944 uid_t uid, gid_t gid, mode_t mode, struct stat *stbuf)
1985 off_t size, BOOL chkwrite, struct stat *stbuf)
1988 struct stat *stbuf)
2070 struct stat *stin, struct stat *stbuf, int to_set)
2143 struct stat *stin, struct stat *stbuf)
2213 static void ntfs_fuse_setattr(fuse_req_t req, fuse_ino_t ino, struct stat *attr,
2216 struct stat stbuf;
2748 struct stat st;
4406 struct stat st;
4408 if (stat(dev, &st) && (errno == ENOENT)) {
4425 struct stat st;
4427 if (stat("/dev/misc", &st) && (errno == ENOENT)) {
4464 struct stat st;
4471 if (!stat(cmd, &st) && !geteuid()) {
4610 struct stat sbuf;
4688 && !stat(opts.mnt_point,&sbuf)) {
4708 if (stat(opts.device, &sbuf)) {