Searched refs:nodeid (Results 1 - 1 of 1) sorted by relevance

/bootable/recovery/
H A Dfuse_sideload.cpp152 static void fill_attr(fuse_attr* attr, const fuse_data* fd, uint64_t nodeid, uint64_t size, argument
160 attr->ino = nodeid;
170 if (hdr->nodeid == FUSE_ROOT_ID) {
171 fill_attr(&(out.attr), fd, hdr->nodeid, 4096, S_IFDIR | 0555);
172 } else if (hdr->nodeid == PACKAGE_FILE_ID) {
174 } else if (hdr->nodeid == EXIT_FLAG_ID) {
181 return (hdr->nodeid == EXIT_FLAG_ID) ? NO_STATUS_EXIT : NO_STATUS;
193 out.nodeid = PACKAGE_FILE_ID;
197 out.nodeid = EXIT_FLAG_ID;
205 return (out.nodeid
[all...]

Completed in 13 milliseconds