Home | History | Annotate | Download | only in fsck_v7fs

Lines Matching defs:attr

226 	struct v7fs_fileattr attr;
236 memset(&attr, 0, sizeof(attr));
237 attr.uid = 0;
238 attr.gid = 0;
239 attr.mode = V7FS_IFDIR | 0755;
240 attr.device = 0;
241 attr.ctime = attr.mtime = attr.atime = (v7fs_time_t)time(NULL);
245 "lost+found", strlen("lost+found"), &attr, &ino)))