Home | History | Annotate | Download | only in sdcard

Lines Matching refs:root

44  * It must be run as root, but will change to uid/gid as soon as it
111 struct node root;
168 /* all files owned by root.sdcard */
220 fuse->all = &fuse->root;
222 fuse->root.nid = FUSE_ROOT_ID; /* 1 */
223 fuse->root.next = 0;
224 fuse->root.child = 0;
225 fuse->root.parent = 0;
227 fuse->root.all = 0;
228 fuse->root.refcount = 2;
230 strcpy(fuse->root.name, path);
231 fuse->root.namelen = strlen(fuse->root.name);
248 return &fuse->root;
598 if (statfs(fuse->root.name, &stat)) {