| /freebsd-13.1/sys/compat/lindebugfs/ |
| H A D | lindebugfs.c | 192 struct dentry *dnode; in debugfs_create_file() local 199 dnode = &dm->dm_dnode; in debugfs_create_file() 218 return (dnode); in debugfs_create_file() 225 struct dentry *dnode; in debugfs_create_dir() local 231 dnode = &dm->dm_dnode; in debugfs_create_dir() 245 return (dnode); in debugfs_create_dir() 253 struct dentry *dnode; in debugfs_create_symlink() local 263 dnode = &dm->dm_dnode; in debugfs_create_symlink() 276 return (dnode); in debugfs_create_symlink() 287 if (dnode == NULL) in debugfs_remove() [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/include/sys/ |
| H A D | dbuf.h | 94 struct dnode; 335 uint64_t dbuf_whichblock(const struct dnode *di, const int64_t level, 338 void dbuf_create_bonus(struct dnode *dn); 341 void dbuf_rm_spill(struct dnode *dn, dmu_tx_t *tx); 343 dmu_buf_impl_t *dbuf_hold(struct dnode *dn, uint64_t blkid, void *tag); 344 dmu_buf_impl_t *dbuf_hold_level(struct dnode *dn, int level, uint64_t blkid, 346 int dbuf_hold_impl(struct dnode *dn, uint8_t level, uint64_t blkid, 350 int dbuf_prefetch_impl(struct dnode *dn, int64_t level, uint64_t blkid, 353 int dbuf_prefetch(struct dnode *dn, int64_t level, uint64_t blkid, 392 void dbuf_free_range(struct dnode *dn, uint64_t start, uint64_t end,
|
| H A D | dmu_zfetch.h | 41 struct dnode; /* so we can reference dnode */ 46 struct dnode *zf_dnode; /* dnode that owns this zfetch */ 77 void dmu_zfetch_init(zfetch_t *, struct dnode *);
|
| H A D | dmu_tx.h | 45 struct dnode; 99 struct dnode *txh_dnode;
|
| H A D | Makefile.am | 30 dnode.h \
|
| H A D | dmu.h | 67 struct dnode; 82 typedef struct dnode dnode_t; 917 void __dmu_object_info_from_dnode(struct dnode *dn, dmu_object_info_t *doi);
|
| H A D | dnode.h | 274 struct dnode { struct
|
| /freebsd-13.1/sys/fs/tmpfs/ |
| H A D | tmpfs_subr.c | 1056 struct tmpfs_node *dnode; in tmpfs_alloc_file() local 1064 dnode = VP_TO_TMPFS_DIR(dvp); in tmpfs_alloc_file() 1078 parent = dnode; in tmpfs_alloc_file() 1335 struct tmpfs_node *dnode; in tmpfs_dir_attach() local 1343 dnode = VP_TO_TMPFS_DIR(vp); in tmpfs_dir_attach() 1344 dnode->tn_dir.tn_readdir_lastn = 0; in tmpfs_dir_attach() 1370 dnode->tn_accessed = true; in tmpfs_dir_attach() 1384 struct tmpfs_node *dnode; in tmpfs_dir_detach() local 1389 dnode = VP_TO_TMPFS_DIR(vp); in tmpfs_dir_detach() 1390 head = &dnode->tn_dir.tn_dirhead; in tmpfs_dir_detach() [all …]
|
| H A D | tmpfs_vnops.c | 90 struct tmpfs_node *dnode, *pnode; in tmpfs_lookup1() local 95 dnode = VP_TO_TMPFS_DIR(dvp); in tmpfs_lookup1() 100 dnode->tn_dir.tn_parent == dnode, in tmpfs_lookup1() 103 TMPFS_ASSERT_LOCKED(dnode); in tmpfs_lookup1() 720 struct tmpfs_node *dnode; in tmpfs_remove() local 731 dnode = VP_TO_TMPFS_DIR(dvp); in tmpfs_remove() 1279 struct tmpfs_node *dnode; in tmpfs_rmdir() local 1334 TMPFS_NODE_LOCK(dnode); in tmpfs_rmdir() 1335 dnode->tn_links--; in tmpfs_rmdir() 1337 dnode->tn_accessed = true; in tmpfs_rmdir() [all …]
|
| H A D | tmpfs.h | 476 struct tmpfs_dirent *tmpfs_dir_first(struct tmpfs_node *dnode, 478 struct tmpfs_dirent *tmpfs_dir_next(struct tmpfs_node *dnode,
|
| /freebsd-13.1/stand/libsa/zfs/ |
| H A D | zfsimpl.c | 2343 int nlevels = dnode->dn_nlevels; in dnode_read() 2357 if (dnode->dn_maxblkid == 0) { in dnode_read() 2376 if (bn > dnode->dn_maxblkid) in dnode_read() 2382 indbp = dnode->dn_blkptr; in dnode_read() 2401 dnode_cache_obj = dnode; in dnode_read() 2727 z.zap_dnode = dnode; in fzap_lookup() 2755 rc = dnode_read(spa, dnode, 0, zap, size); in zap_lookup() 2911 rc = dnode_read(spa, dnode, 0, zap, size); in zap_list() 2925 dnode_phys_t *dnode) in objset_get_dnode() argument 2931 dnode, sizeof(dnode_phys_t)); in objset_get_dnode() [all …]
|
| /freebsd-13.1/sys/cddl/contrib/opensolaris/uts/common/ |
| H A D | Makefile.files | 85 dnode.o \
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libzpool/ |
| H A D | Makefile.am | 78 dnode.c \
|
| /freebsd-13.1/cddl/lib/libzpool/ |
| H A D | Makefile | 78 dnode.c \
|
| /freebsd-13.1/sys/contrib/openzfs/module/zfs/ |
| H A D | Makefile.in | 40 $(MODULE)-objs += dnode.o
|
| H A D | dmu_tx.c | 42 typedef void (*dmu_tx_hold_func_t)(dmu_tx_t *tx, struct dnode *dn,
|
| H A D | dbuf.c | 2378 struct dnode *dn = dr->dr_dnode; in dbuf_undirty_bonus()
|
| /freebsd-13.1/sys/modules/zfs/ |
| H A D | Makefile | 180 dnode.c \
|
| /freebsd-13.1/sys/contrib/openzfs/module/ |
| H A D | Makefile.bsd | 208 dnode.c \
|
| /freebsd-13.1/sys/conf/ |
| H A D | files | 271 contrib/openzfs/module/zfs/dnode.c optional zfs compile-with "${ZFS_C}" \
|