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

/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dwebsearchfs.h44 struct attr_entry { struct
80 struct attr_entry *attrs_indirect;
81 struct attr_entry attrs[10];
108 struct attr_entry *attr;
113 typedef struct attr_entry attr_entry; typedef in typeref:struct:attr_entry
H A Dwebsearchfs.c47 extern struct attr_entry root_folder_attrs[];
48 extern struct attr_entry folders_attrs[];
49 extern struct attr_entry bookmark_attrs[];
50 extern struct attr_entry fake_bookmark_attrs[]; /* for debugging */
51 extern struct attr_entry template_1_attrs[];
52 extern struct attr_entry text_attrs[];
53 extern struct attr_entry mailto_me_bookmark_attrs[];
61 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);
679 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)
973 attr_entry *a
[all...]
H A Dattrs.c363 struct attr_entry root_folder_attrs[] = {
396 struct attr_entry folders_attrs[] = {
404 struct attr_entry bookmark_attrs[] = {
411 struct attr_entry fake_bookmark_attrs[] = {
452 struct attr_entry template_1_attrs[] = {
523 struct attr_entry text_attrs[] = {
543 struct attr_entry mailto_me_bookmark_attrs[] = {

Completed in 68 milliseconds