Searched defs:dnode (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/sys/contrib/openzfs/include/sys/ |
| H A D | dnode.h | 274 struct dnode { struct 293 * context (eg. even before the dnode is first synced). argument 305 uint8_t dn_moved; /* Has this dnode been moved? */ argument 310 uint8_t dn_num_slots; /* metadnode slots consumed on disk */ argument 333 uint64_t dn_dirty_txg; /* txg dnode was last dirtied */ argument 336 enum dnode_dirtycontext dn_dirtyctx; argument 341 zfs_refcount_t dn_holds; 343 kmutex_t dn_dbufs_mtx; 355 avl_tree_t dn_dbufs; 385 * dn_next_maxblkid[txgoff] is valid to use in dnode_sync(). argument [all …]
|
| /freebsd-13.1/sys/compat/lindebugfs/ |
| H A D | lindebugfs.c | 192 struct dentry *dnode; in debugfs_create_file() local 225 struct dentry *dnode; in debugfs_create_dir() local 253 struct dentry *dnode; in debugfs_create_symlink() local 285 debugfs_remove(struct dentry *dnode) in debugfs_remove() 294 debugfs_remove_recursive(struct dentry *dnode) in debugfs_remove_recursive()
|
| /freebsd-13.1/sys/fs/tmpfs/ |
| H A D | tmpfs_subr.c | 1056 struct tmpfs_node *dnode; in tmpfs_alloc_file() local 1116 tmpfs_dir_first(struct tmpfs_node *dnode, struct tmpfs_dir_cursor *dc) in tmpfs_dir_first() 1130 tmpfs_dir_next(struct tmpfs_node *dnode, struct tmpfs_dir_cursor *dc) in tmpfs_dir_next() 1152 tmpfs_dir_xlookup_hash(struct tmpfs_node *dnode, uint32_t hash) in tmpfs_dir_xlookup_hash() 1265 tmpfs_dir_attach_dup(struct tmpfs_node *dnode, in tmpfs_dir_attach_dup() 1335 struct tmpfs_node *dnode; in tmpfs_dir_attach() local 1384 struct tmpfs_node *dnode; in tmpfs_dir_detach() local 1422 tmpfs_dir_destroy(struct tmpfs_mount *tmp, struct tmpfs_node *dnode) in tmpfs_dir_destroy()
|
| H A D | tmpfs_vnops.c | 90 struct tmpfs_node *dnode, *pnode; in tmpfs_lookup1() local 720 struct tmpfs_node *dnode; in tmpfs_remove() local 1279 struct tmpfs_node *dnode; in tmpfs_rmdir() local
|
| /freebsd-13.1/stand/libsa/zfs/ |
| H A D | zfsimpl.c | 2338 dnode_read(const spa_t *spa, const dnode_phys_t *dnode, off_t offset, in dnode_read() 2707 fzap_lookup(const spa_t *spa, const dnode_phys_t *dnode, zap_phys_t *zh, in fzap_lookup() 2744 zap_lookup(const spa_t *spa, const dnode_phys_t *dnode, const char *name, in zap_lookup() 2809 fzap_list(const spa_t *spa, const dnode_phys_t *dnode, zap_phys_t *zh, in fzap_list() 2901 zap_list(const spa_t *spa, const dnode_phys_t *dnode) in zap_list() 2925 dnode_phys_t *dnode) in objset_get_dnode() 2985 fzap_rlookup(const spa_t *spa, const dnode_phys_t *dnode, zap_phys_t *zh, in fzap_rlookup() 3040 zap_rlookup(const spa_t *spa, const dnode_phys_t *dnode, char *name, in zap_rlookup() 3652 zfs_lookup(const struct zfsmount *mount, const char *upath, dnode_phys_t *dnode) in zfs_lookup()
|