Searched refs:fsnode (Results 1 - 9 of 9) sorted by last modified time

/freebsd-11-stable/usr.sbin/makefs/
H A Dwalk.c61 static void apply_specdir(const char *, NODE *, fsnode *, int);
62 static void apply_specentry(const char *, NODE *, fsnode *);
63 static fsnode *create_fsnode(const char *, const char *, const char *,
70 * fsnode of `parent' (which may be NULL for the root of the tree).
71 * append the tree to a fsnode of `join' if it is not NULL.
75 fsnode *
76 walk_dir(const char *root, const char *dir, fsnode *parent, fsnode *join)
78 fsnode *first, *cur, *prev, *last;
219 static fsnode *
[all...]
H A Dmtree.c73 static fsnode *mtree_root;
74 static fsnode *mtree_current;
75 static fsnode mtree_global;
150 mtree_file_path(fsnode *node)
152 fsnode *pnode;
422 static fsnode *
423 create_node(const char *name, u_int type, fsnode *parent, fsnode *global)
425 fsnode *n;
447 destroy_node(fsnode *
[all...]
H A Dmakefs.h49 * fsnode -
103 } fsnode; typedef in typeref:struct:_fsnode
105 #define FSNODE_F_HASSPEC 0x01 /* fsnode has a spec entry */
106 #define FSNODE_F_OPTIONAL 0x02 /* fsnode is optional */
168 void apply_specfile(const char *, const char *, fsnode *, int);
169 void dump_fsnodes(fsnode *);
171 fsnode * read_mtree(const char *, fsnode *);
175 fsnode * walk_dir(const char *, const char *, fsnode *, fsnod
[all...]
H A Dmakefs.c68 void (*make_fs)(const char *, const char *, fsnode *,
99 fsnode *root;
H A Dffs.c134 static void ffs_make_dirbuf(dirbuf_t *, const char *, fsnode *, int);
135 static int ffs_populate_dir(const char *, fsnode *, fsinfo_t *);
136 static void ffs_size_dir(fsnode *, fsinfo_t *);
137 static void ffs_validate(const char *, fsnode *, fsinfo_t *);
140 static void *ffs_build_dinode1(struct ufs1_dinode *, dirbuf_t *, fsnode *,
141 fsnode *, fsinfo_t *);
142 static void *ffs_build_dinode2(struct ufs2_dinode *, dirbuf_t *, fsnode *,
143 fsnode *, fsinfo_t *);
248 ffs_makefs(const char *image, const char *dir, fsnode *root, fsinfo_t *fsopts)
312 ffs_validate(const char *dir, fsnode *roo
[all...]
H A Dcd9660.h162 fsnode *node; /* pointer to fsnode */
H A Dcd9660.c130 static int cd9660_translate_node(iso9660_disk *, fsnode *, cd9660node *);
142 static void cd9660_convert_structure(iso9660_disk *, fsnode *, cd9660node *, int,
473 * @param struct fsnode *root The root node of the filesystem tree
477 cd9660_makefs(const char *image, const char *dir, fsnode *root,
852 * Translate fsnode to cd9660node
855 * @param struct fsnode * The node generated by makefs
860 cd9660_translate_node(iso9660_disk *diskStructure, fsnode *node,
1338 * @param struct fsnode * The root node to be converted
1344 cd9660_convert_structure(iso9660_disk *diskStructure, fsnode *root,
1347 fsnode *iterato
[all...]
/freebsd-11-stable/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.h229 int cd9660node_rrip_px(struct ISO_SUSP_ATTRIBUTES *, fsnode *);
232 int cd9660node_rrip_pn(struct ISO_SUSP_ATTRIBUTES *, fsnode *);
235 int cd9660node_rrip_SL(struct ISO_SUSP_ATTRIBUTES *, fsnode *);
246 int cd9660node_rrip_tf(struct ISO_SUSP_ATTRIBUTES *, fsnode *);
256 int cd9660node_rrip_re(void *, fsnode *);
H A Diso9660_rrip.c638 cd9660node_rrip_px(struct ISO_SUSP_ATTRIBUTES *v, fsnode *pxinfo)
657 cd9660node_rrip_pn(struct ISO_SUSP_ATTRIBUTES *pn_field, fsnode *fnode)
690 cd9660node_rrip_tf(struct ISO_SUSP_ATTRIBUTES *p, fsnode *_node)

Completed in 106 milliseconds