| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/ |
| H A D | dnode.h | 206 struct dnode { struct 220 struct dnode_handle *dn_handle; argument 225 * context (eg. even before the dnode is first synced). argument 237 uint8_t dn_moved; /* Has this dnode been moved? */ argument 242 uint8_t dn_num_slots; /* metadnode slots consumed on disk */ argument 265 enum dnode_dirtycontext dn_dirtyctx; argument 266 uint8_t *dn_dirtyctx_firstset; /* dbg: contents meaningless */ 269 refcount_t dn_tx_holds; 270 refcount_t dn_holds; 272 kmutex_t dn_dbufs_mtx; [all …]
|
| /freebsd-12.1/sys/compat/lindebugfs/ |
| H A D | lindebugfs.c | 180 struct dentry *dnode; in debugfs_create_file() local 213 struct dentry *dnode; in debugfs_create_dir() local 241 struct dentry *dnode; in debugfs_create_symlink() local 273 debugfs_remove(struct dentry *dnode) in debugfs_remove() 282 debugfs_remove_recursive(struct dentry *dnode) in debugfs_remove_recursive()
|
| /freebsd-12.1/sys/fs/tmpfs/ |
| H A D | tmpfs_subr.c | 722 struct tmpfs_node *dnode; in tmpfs_alloc_file() local 782 tmpfs_dir_first(struct tmpfs_node *dnode, struct tmpfs_dir_cursor *dc) in tmpfs_dir_first() 796 tmpfs_dir_next(struct tmpfs_node *dnode, struct tmpfs_dir_cursor *dc) in tmpfs_dir_next() 818 tmpfs_dir_xlookup_hash(struct tmpfs_node *dnode, uint32_t hash) in tmpfs_dir_xlookup_hash() 931 tmpfs_dir_attach_dup(struct tmpfs_node *dnode, in tmpfs_dir_attach_dup() 1001 struct tmpfs_node *dnode; in tmpfs_dir_attach() local 1050 struct tmpfs_node *dnode; in tmpfs_dir_detach() local 1088 tmpfs_dir_destroy(struct tmpfs_mount *tmp, struct tmpfs_node *dnode) in tmpfs_dir_destroy()
|
| H A D | tmpfs_vnops.c | 87 struct tmpfs_node *dnode, *pnode; in tmpfs_lookup1() local 561 struct tmpfs_node *dnode; in tmpfs_remove() local 1088 struct tmpfs_node *dnode; in tmpfs_rmdir() local
|
| /freebsd-12.1/stand/libsa/zfs/ |
| H A D | zfsimpl.c | 1893 dnode_read(const spa_t *spa, const dnode_phys_t *dnode, off_t offset, void *buf, size_t buflen) in dnode_read() 1966 mzap_lookup(const dnode_phys_t *dnode, const char *name, uint64_t *value) in mzap_lookup() 2107 fzap_lookup(const spa_t *spa, const dnode_phys_t *dnode, const char *name, in fzap_lookup() 2189 zap_lookup(const spa_t *spa, const dnode_phys_t *dnode, const char *name, in zap_lookup() 2216 mzap_list(const dnode_phys_t *dnode, int (*callback)(const char *, uint64_t)) in mzap_list() 2248 fzap_list(const spa_t *spa, const dnode_phys_t *dnode, int (*callback)(const char *, uint64_t)) in fzap_list() 2332 zap_list(const spa_t *spa, const dnode_phys_t *dnode) in zap_list() 2358 mzap_rlookup(const spa_t *spa, const dnode_phys_t *dnode, char *name, uint64_t value) in mzap_rlookup() 2411 fzap_rlookup(const spa_t *spa, const dnode_phys_t *dnode, char *name, uint64_t value) in fzap_rlookup() 2459 zap_rlookup(const spa_t *spa, const dnode_phys_t *dnode, char *name, uint64_t value) in zap_rlookup() [all …]
|
| /freebsd-12.1/stand/i386/zfsboot/ |
| H A D | zfsboot.c | 165 zfs_read(spa_t *spa, const dnode_phys_t *dnode, off_t *offp, void *start, size_t size) in zfs_read() 303 xfsread(const dnode_phys_t *dnode, off_t *offp, void *buf, size_t nbyte) in xfsread()
|
| /freebsd-12.1/sys/fs/nandfs/ |
| H A D | nandfs_vnops.c | 1276 struct nandfs_node *dnode = VTON(dvp); in nandfs_dirempty() local 1432 struct nandfs_node *dnode = VTON(dvp); in nandfs_remove() local 1968 struct nandfs_node *node, *dnode; in nandfs_rmdir() local
|