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)))
Indexes created Tue Sep 30 17:09:57 GMT 2025