Searched refs:dxzp (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zpl_xattr.c | 187 znode_t *dxzp; in zpl_xattr_list_dir() local 191 error = -zfs_lookup(ITOZ(ip), NULL, &dxzp, LOOKUP_XATTR, in zpl_xattr_list_dir() 200 dxip = ZTOI(dxzp); in zpl_xattr_list_dir() 279 znode_t *dxzp = NULL; in zpl_xattr_get_dir() local 284 error = -zfs_lookup(ITOZ(ip), NULL, &dxzp, LOOKUP_XATTR, in zpl_xattr_get_dir() 322 if (dxzp) in zpl_xattr_get_dir() 323 zrele(dxzp); in zpl_xattr_get_dir() 453 znode_t *dxzp = NULL; in zpl_xattr_set_dir() local 485 error = -zfs_remove(dxzp, (char *)name, cr, 0); in zpl_xattr_set_dir() 523 if (dxzp) in zpl_xattr_set_dir() [all …]
|