Home
last modified time | relevance | path

Searched refs:dcnode (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_domain.c186 while (dcnode) { in smb_domain_lookup_name()
192 *di = *dcnode; in smb_domain_lookup_name()
208 dcnode = list_next(&smb_dcache.dc_cache, dcnode); in smb_domain_lookup_name()
243 while (dcnode) { in smb_domain_lookup_sid()
251 dcnode = list_next(&smb_dcache.dc_cache, dcnode); in smb_domain_lookup_sid()
280 while (dcnode) { in smb_domain_lookup_type()
288 dcnode = list_next(&smb_dcache.dc_cache, dcnode); in smb_domain_lookup_type()
397 dcnode = list_next(&smb_dcache.dc_cache, dcnode); in smb_domain_update()
761 *dcnode = *di; in smb_dcache_add()
762 dcnode->di_binsid = smb_sid_fromstr(dcnode->di_sid); in smb_dcache_add()
[all …]
/illumos-gate/usr/src/uts/common/fs/dcfs/
H A Ddc_vnops.c125 struct dcnode *dclru;
734 struct dcnode *dp; in dc_addmap()
752 struct dcnode *dp; in dc_delmap()
772 struct dcnode *dp = buf; in dcnode_constructor()
798 struct dcnode *dp = buf; in dcnode_destructor()
809 static struct dcnode *
812 struct dcnode *dp; in dcnode_alloc()
927 struct dcnode *dp, *ndp; in decompvp()
1064 static struct dcnode *
1067 struct dcnode *dp; in dcfind()
[all …]
/illumos-gate/usr/src/uts/common/sys/fs/
H A Ddecomp.h53 struct dcnode { struct
58 struct dcnode *dc_hash; argument
59 struct dcnode *dc_lrunext; argument
60 struct dcnode *dc_lruprev; argument
67 #define VTODC(vp) ((struct dcnode *)(vp)->v_data) argument