Home
last modified time | relevance | path

Searched refs:smbnode_t (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_subr2.c117 static smbnode_t *smbfreelist = NULL;
141 static void sn_rmfree(smbnode_t *);
142 static void sn_inactive(smbnode_t *);
143 static void sn_addhash_locked(smbnode_t *, avl_index_t);
144 static void sn_rmhash_locked(smbnode_t *);
145 static void sn_destroy_node(smbnode_t *);
148 static smbnode_t *
151 static smbnode_t *
161 sn_inactive(smbnode_t *np) in sn_inactive()
220 smbnode_t *
[all …]
H A Dsmbfs_xattr.c87 smbnode_t *pnp, *xnp; in smbfs_get_xattrdir()
134 smbnode_t *np = VTOSMB(vp); in smbfs_xa_parent()
135 smbnode_t *pnp; in smbfs_xa_parent()
199 smbnode_t *xnp; in smbfs_xa_exists()
251 smbnode_t *pnp; /* parent */ in smbfs_xa_getfattr()
305 smbnode_t *pnp; in smbfs_xa_get_streaminfo()
306 smbnode_t *dnp = ctx->f_dnp; in smbfs_xa_get_streaminfo()
H A Dsmbfs_acl.c75 smbnode_t *np; in smbfs_getsd()
138 smbnode_t *np; in smbfs_setsd()
301 smbnode_t *np; in smbfs_acl_refresh()
394 smbnode_t *np; in smbfs_acl_getids()
430 smbnode_t *np; in smbfs_acl_getvsa()
563 smbnode_t *np = VTOSMB(vp); in smbfs_acl_setvsa()
H A Dsmbfs_vnops.c147 static int smbfsflush(smbnode_t *, struct smb_cred *);
148 static void smbfs_rele_fid(smbnode_t *, struct smb_cred *);
149 static uint32_t xvattr_to_dosattr(smbnode_t *, struct vattr *);
166 static int smbfs_writenp(smbnode_t *np, caddr_t base, int tcount,
202 smbnode_t *np; in smbfs_open()
367 smbnode_t *np; in smbfs_close()
478 smbfs_rele_fid(smbnode_t *np, struct smb_cred *scred) in smbfs_rele_fid()
551 smbnode_t *np; in smbfs_read()
711 smbnode_t *np; in smbfs_write()
1024 smbfs_writenp(smbnode_t *np, caddr_t base, int tcount, struct uio *uio, in smbfs_writenp()
[all …]
H A Dsmbfs_node.h270 } smbnode_t; typedef
310 #define VTOSMB(vp) ((smbnode_t *)((vp)->v_data))
H A Dsmbfs_client.c118 smbnode_t *np; in smbfs_waitfor_purge_complete()
215 smbnode_t *np; in smbfs_cache_check()
256 smbnode_t *np; in smbfs_attrcache_fa()
373 smbnode_t *np; in smbfs_getattr_cache()
402 smbnode_t *np = VTOSMB(vp); in smbfs_getattr_otw()
H A Dsmbfs_subr.h258 int smbfs_smb1_get_streaminfo(smbnode_t *np, struct mdchain *mdp,
296 int smbfs_smb2_get_streaminfo(smbnode_t *np, struct mdchain *mdp,
368 smbnode_t *smbfs_node_findcreate(smbmntinfo_t *mi,
H A Dsmbfs_vfsops.c399 smbnode_t *rtnp = NULL; /* root of this fs */ in smbfs_mount()
761 smbnode_t *rtnp; in smbfs_unmount()
H A Dsmbfs_smb2.c794 smbfs_smb2_get_streaminfo(smbnode_t *np, struct mdchain *mdp, in smbfs_smb2_get_streaminfo()
H A Dsmbfs_smb1.c764 smbfs_smb1_get_streaminfo(smbnode_t *np, struct mdchain *mdp, in smbfs_smb1_get_streaminfo()
/illumos-gate/usr/src/cmd/mdb/common/modules/smbfs/
H A Dsmbfs.c196 const smbnode_t *np = data; in smbfs_node_cb()