| /freebsd-14.2/sys/contrib/openzfs/include/sys/ |
| H A D | dnode.h | 283 struct dnode { struct 302 * context (eg. even before the dnode is first synced). argument 314 uint8_t dn_moved; /* Has this dnode been moved? */ argument 319 uint8_t dn_num_slots; /* metadnode slots consumed on disk */ argument 342 uint64_t dn_dirty_txg; /* txg dnode was last dirtied */ argument 345 enum dnode_dirtycontext dn_dirtyctx; argument 350 zfs_refcount_t dn_holds; 352 kmutex_t dn_dbufs_mtx; 364 avl_tree_t dn_dbufs; 394 * dn_next_maxblkid[txgoff] is valid to use in dnode_sync(). argument [all …]
|
| /freebsd-14.2/usr.sbin/makefs/ |
| H A D | zfs.c | 66 dnode_phys_t *dnode; member 370 dnode_phys_t *dnode; in pool_init_objdir_config() local 433 dnode_phys_t *dnode; in pool_init_objdir_feature_maps() local 459 dnode_phys_t *dnode; in pool_init_objdir_poolprops() local 642 dnode_cursor_init(zfs_opt_t *zfs, zfs_objset_t *os, dnode_phys_t *dnode, in dnode_cursor_init()
|
| /freebsd-14.2/usr.sbin/makefs/zfs/ |
| H A D | zap.c | 66 dnode_phys_t *dnode; /* backpointer */ member 114 zap_alloc(zfs_objset_t *os, dnode_phys_t *dnode) in zap_alloc() 199 dnode_phys_t *dnode; in zap_micro_write() local 355 dnode_phys_t *dnode; in zap_fat_write() local
|
| H A D | vdev.c | 126 vdev_pwrite_dnode_indir(zfs_opt_t *zfs, dnode_phys_t *dnode, uint8_t level, in vdev_pwrite_dnode_indir() 137 vdev_pwrite_dnode_data(zfs_opt_t *zfs, dnode_phys_t *dnode, const void *data, in vdev_pwrite_dnode_data() 302 dnode_phys_t *dnode; in vdev_spacemap_write() member
|
| H A D | objset.c | 63 dnode_init(dnode_phys_t *dnode, uint8_t type, uint8_t bonustype, in dnode_init() 198 dnode_phys_t *dnode; in objset_dnode_bonus_alloc() local
|
| H A D | fs.c | 347 dnode_phys_t *dnode) in fs_populate_sattrs() 512 dnode_phys_t *dnode; in fs_populate_file() local 585 dnode_phys_t *dnode; in fs_populate_dir() local 641 dnode_phys_t *dnode; in fs_populate_symlink() local
|
| H A D | dsl.c | 355 dnode_phys_t *dnode; in dsl_dir_alloc() local 604 dnode_phys_t *dnode; in dsl_dataset_alloc() local
|
| /freebsd-14.2/sys/compat/lindebugfs/ |
| H A D | lindebugfs.c | 183 struct dentry *dnode; in debugfs_create_file() local 264 struct dentry *dnode; in debugfs_create_dir() local 292 struct dentry *dnode; in debugfs_create_symlink() local 324 debugfs_remove(struct dentry *dnode) in debugfs_remove() 333 debugfs_remove_recursive(struct dentry *dnode) in debugfs_remove_recursive()
|
| /freebsd-14.2/sys/fs/tmpfs/ |
| H A D | tmpfs_subr.c | 1169 struct tmpfs_node *dnode; in tmpfs_alloc_file() local 1228 tmpfs_dir_first(struct tmpfs_node *dnode, struct tmpfs_dir_cursor *dc) in tmpfs_dir_first() 1242 tmpfs_dir_next(struct tmpfs_node *dnode, struct tmpfs_dir_cursor *dc) in tmpfs_dir_next() 1264 tmpfs_dir_xlookup_hash(struct tmpfs_node *dnode, uint32_t hash) in tmpfs_dir_xlookup_hash() 1377 tmpfs_dir_attach_dup(struct tmpfs_node *dnode, in tmpfs_dir_attach_dup() 1447 struct tmpfs_node *dnode; in tmpfs_dir_attach() local 1496 struct tmpfs_node *dnode; in tmpfs_dir_detach() local 1534 tmpfs_dir_destroy(struct tmpfs_mount *tmp, struct tmpfs_node *dnode) in tmpfs_dir_destroy()
|
| H A D | tmpfs_vnops.c | 95 struct tmpfs_node *dnode, *pnode; in tmpfs_lookup1() local 745 struct tmpfs_node *dnode; in tmpfs_remove() local 1316 struct tmpfs_node *dnode; in tmpfs_rmdir() local
|
| /freebsd-14.2/stand/libsa/zfs/ |
| H A D | zfsimpl.c | 2319 dnode_read(const spa_t *spa, const dnode_phys_t *dnode, off_t offset, in dnode_read() 2688 fzap_lookup(const spa_t *spa, const dnode_phys_t *dnode, zap_phys_t *zh, in fzap_lookup() 2725 zap_lookup(const spa_t *spa, const dnode_phys_t *dnode, const char *name, in zap_lookup() 2790 fzap_list(const spa_t *spa, const dnode_phys_t *dnode, zap_phys_t *zh, in fzap_list() 2882 zap_list(const spa_t *spa, const dnode_phys_t *dnode) in zap_list() 2906 dnode_phys_t *dnode) in objset_get_dnode() 2966 fzap_rlookup(const spa_t *spa, const dnode_phys_t *dnode, zap_phys_t *zh, in fzap_rlookup() 3021 zap_rlookup(const spa_t *spa, const dnode_phys_t *dnode, char *name, in zap_rlookup() 3685 zfs_lookup(const struct zfsmount *mount, const char *upath, dnode_phys_t *dnode) in zfs_lookup()
|