/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | dnode.h | 284 struct dnode { struct 298 struct dnode_handle *dn_handle; argument 299 dnode_phys_t *dn_phys; /* pointer into dn->dn_dbuf->db.db_data */ argument 303 * context (eg. even before the dnode is first synced). argument 315 uint8_t dn_moved; /* Has this dnode been moved? */ argument 320 uint8_t dn_num_slots; /* metadnode slots consumed on disk */ argument 343 uint64_t dn_dirty_txg; /* txg dnode was last dirtied */ argument 346 enum dnode_dirtycontext dn_dirtyctx; argument 347 const void *dn_dirtyctx_firstset; /* dbg: contents meaningless */ 350 zfs_refcount_t dn_tx_holds; [all …]
|
/freebsd/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/sys/fs/tmpfs/ |
H A D | tmpfs_subr.c | 1172 struct tmpfs_node *dnode; in tmpfs_alloc_file() local 1231 tmpfs_dir_first(struct tmpfs_node *dnode, struct tmpfs_dir_cursor *dc) in tmpfs_dir_first() 1245 tmpfs_dir_next(struct tmpfs_node *dnode, struct tmpfs_dir_cursor *dc) in tmpfs_dir_next() 1267 tmpfs_dir_xlookup_hash(struct tmpfs_node *dnode, uint32_t hash) in tmpfs_dir_xlookup_hash() 1380 tmpfs_dir_attach_dup(struct tmpfs_node *dnode, in tmpfs_dir_attach_dup() 1450 struct tmpfs_node *dnode; in tmpfs_dir_attach() local 1499 struct tmpfs_node *dnode; in tmpfs_dir_detach() local 1537 tmpfs_dir_destroy(struct tmpfs_mount *tmp, struct tmpfs_node *dnode) in tmpfs_dir_destroy() 1796 struct tmpfs_node *dnode; in tmpfs_dir_whiteout_add() local 1813 struct tmpfs_node *dnode; in tmpfs_dir_whiteout_remove() local [all …]
|
H A D | tmpfs_vnops.c | 95 struct tmpfs_node *dnode, *pnode; in tmpfs_lookup1() local 745 struct tmpfs_node *dnode; tmpfs_remove() local 1329 struct tmpfs_node *dnode; tmpfs_rmdir() local [all...] |
/freebsd/usr.sbin/makefs/zfs/ |
H A D | zap.c | 67 dnode_phys_t *dnode; /* backpointer */ member 115 zap_alloc(zfs_objset_t *os, dnode_phys_t *dnode) in zap_alloc() 200 dnode_phys_t *dnode; in zap_micro_write() local 361 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 | 356 dnode_phys_t *dnode) in fs_populate_sattrs() 527 dnode_phys_t *dnode; in fs_populate_file() local 600 dnode_phys_t *dnode; in fs_populate_dir() local 656 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/sys/compat/lindebugfs/ |
H A D | lindebugfs.c | 191 struct dentry *dnode; in debugfs_create_file() local 272 struct dentry *dnode; in debugfs_create_dir() local 300 struct dentry *dnode; in debugfs_create_symlink() local 335 struct dentry *dnode; in debugfs_lookup() local 349 debugfs_remove(struct dentry *dnode) in debugfs_remove() 358 debugfs_remove_recursive(struct dentry *dnode) in debugfs_remove_recursive()
|
/freebsd/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()
|