Searched refs:PACKAGE_FILE_ID (Results 1 – 1 of 1) sorted by relevance
67 #define PACKAGE_FILE_ID (FUSE_ROOT_ID+1) macro181 } else if (hdr->nodeid == PACKAGE_FILE_ID) { in handle_getattr()182 fill_attr(&(out.attr), fd, PACKAGE_FILE_ID, fd->file_size, S_IFREG | 0444); in handle_getattr()202 out.nodeid = PACKAGE_FILE_ID; in handle_lookup()203 out.generation = PACKAGE_FILE_ID; in handle_lookup()204 fill_attr(&(out.attr), fd, PACKAGE_FILE_ID, fd->file_size, S_IFREG | 0444); in handle_lookup()222 if (hdr->nodeid != PACKAGE_FILE_ID) return -ENOENT; in handle_open()301 if (hdr->nodeid != PACKAGE_FILE_ID) return -ENOENT; in handle_read()