Lines Matching defs:arg
192 fsnode_foreach(fsnode *root, int (*cb)(fsnode *, void *), void *arg) in fsnode_foreach() argument
210 fs_populate_dirent(struct fs_populate_arg *arg, fsnode *cur, uint64_t dnid) in fs_populate_dirent()
265 fs_populate_path(const fsnode *cur, struct fs_populate_arg *arg, in fs_populate_path()
292 fs_open(const fsnode *cur, struct fs_populate_arg *arg, int flags) in fs_open()
306 fs_open_can_fail(const fsnode *cur, struct fs_populate_arg *arg, int flags) in fs_open_can_fail()
317 fs_readlink(const fsnode *cur, struct fs_populate_arg *arg, in fs_readlink()
356 fs_populate_sattrs(struct fs_populate_arg *arg, const fsnode *cur, in fs_populate_sattrs()
537 fs_populate_file(fsnode *cur, struct fs_populate_arg *arg) in fs_populate_file()
611 fs_populate_dir(fsnode *cur, struct fs_populate_arg *arg) in fs_populate_dir()
667 fs_populate_symlink(fsnode *cur, struct fs_populate_arg *arg) in fs_populate_symlink()
696 struct fs_populate_arg *arg; in fs_foreach_populate() local
847 fs_layout_one(zfs_opt_t *zfs, zfs_dsl_dir_t *dsldir, void *arg) in fs_layout_one()
932 fs_foreach_mark(fsnode *cur, void *arg) in fs_foreach_mark()
964 struct fs_populate_arg arg; in fs_build_one() local