attr_entry
struct attr_entry root_folder_attrs[] = {
struct attr_entry folders_attrs[] = {
struct attr_entry bookmark_attrs[] = {
struct attr_entry fake_bookmark_attrs[] = {
struct attr_entry template_1_attrs[] = {
struct attr_entry text_attrs[] = {
struct attr_entry mailto_me_bookmark_attrs[] = {
attr_entry *ae = NULL;
attr_entry *ae = cookie->attr;
attr_entry *ae = cookie->attr;
extern struct attr_entry root_folder_attrs[];
extern struct attr_entry folders_attrs[];
extern struct attr_entry bookmark_attrs[];
extern struct attr_entry fake_bookmark_attrs[]; /* for debugging */
extern struct attr_entry template_1_attrs[];
extern struct attr_entry text_attrs[];
extern struct attr_entry mailto_me_bookmark_attrs[];
static int websearchfs_create_gen(fs_volume *_volume, fs_node *dir, const char *name, int omode, int perms, ino_t *vnid, fs_node **node, struct attr_entry *iattrs, bool mkdir, bool uniq);
static int websearchfs_create_gen(fs_volume *_volume, fs_node *dir, const char *name, int omode, int perms, ino_t *vnid, fs_node **node, struct attr_entry *iattrs, bool mkdir, bool uniq)
attr_entry *ae = NULL;
struct attr_entry *attr;
typedef struct attr_entry attr_entry;
struct attr_entry *attrs_indirect;
struct attr_entry attrs[10];