Searched refs:smbnode (Results 1 – 11 of 11) sorted by relevance
/titanic_41/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_subr.h | 127 struct smbnode *f_dnp; 157 int smbfs_smb_lock(struct smbnode *np, int op, caddr_t id, 164 int smbfs_smb_setfsize(struct smbnode *np, uint16_t fid, uint64_t newsize, 167 int smbfs_smb_getfattr(struct smbnode *np, struct smbfattr *fap, 170 int smbfs_smb_setfattr(struct smbnode *np, int fid, 174 int smbfs_smb_open(struct smbnode *np, const char *name, int nmlen, 177 int smbfs_smb_tmpopen(struct smbnode *np, uint32_t rights, 181 int smbfs_smb_tmpclose(struct smbnode *ssp, uint16_t fid, 183 int smbfs_smb_create(struct smbnode *dnp, const char *name, int nmlen, 185 int smbfs_smb_delete(struct smbnode *np, struct smb_cred *scrp, [all …]
|
H A D | smbfs_node.c | 107 smbfs_getino(struct smbnode *dnp, const char *name, int nmlen) in smbfs_getino() 161 struct smbnode *dnp = VTOSMB(dvp); in smbfs_nget() 162 struct smbnode *np; in smbfs_nget() 214 smbfs_attr_touchdir(struct smbnode *dnp) in smbfs_attr_touchdir() 235 smbfs_attrcache_remove(struct smbnode *np) in smbfs_attrcache_remove() 246 smbfs_attrcache_rm_locked(struct smbnode *np) in smbfs_attrcache_rm_locked()
|
H A D | smbfs_smb.c | 70 int smbfs_smb_query_info(struct smbnode *np, const char *name, int nmlen, 72 int smbfs_smb_trans2_query(struct smbnode *np, struct smbfattr *fap, 80 int smbfs_smb_setfattrNT(struct smbnode *np, int fid, 84 int smbfs_smb_setftime1(struct smbnode *np, uint16_t fid, 88 int smbfs_smb_setpattr1(struct smbnode *np, 99 smbfs_smb_lockandx(struct smbnode *np, int op, uint32_t pid, in smbfs_smb_lockandx() 165 smbfs_smb_lock(struct smbnode *np, int op, caddr_t id, in smbfs_smb_lock() 193 struct smbnode *np, in smbfs_smb_getfattr() 227 smbfs_smb_trans2_query(struct smbnode *np, struct smbfattr *fap, in smbfs_smb_trans2_query() 627 smbfs_smb_t2rename(struct smbnode *np, struct smbnode *tdnp, in smbfs_smb_t2rename() [all …]
|
H A D | smbfs_node.h | 192 typedef struct smbnode { struct 208 struct smbnode *r_freef; /* free list forward pointer */ argument 209 struct smbnode *r_freeb; /* free list back pointer */ argument
|
H A D | smbfs.h | 87 struct smbnode; 115 struct smbnode *smi_root; /* the root node */
|
H A D | smbfs_subr.c | 69 smbfs_fullpath(struct mbchain *mbp, struct smb_vc *vcp, struct smbnode *dnp, in smbfs_fullpath()
|
H A D | smbfs_xattr.c | 242 smbfs_xa_getfattr(struct smbnode *xnp, struct smbfattr *fap, in smbfs_xa_getfattr() 300 smbfs_xa_findopen(struct smbfs_fctx *ctx, struct smbnode *dnp, in smbfs_xa_findopen()
|
H A D | smbfs_client.c | 354 struct smbnode *np; in smbfs_getattr_otw() 465 struct smbnode *np = VTOSMB(vp); in smbfattr_to_vattr()
|
H A D | smbfs_vnops.c | 2356 struct smbnode *dnp = VTOSMB(dvp); in smbfs_mkdir() 2438 struct smbnode *dnp = VTOSMB(dvp); in smbfs_rmdir() 2439 struct smbnode *np; in smbfs_rmdir() 2533 struct smbnode *np = VTOSMB(vp); in smbfs_readdir() 2593 struct smbnode *np = VTOSMB(vp); in smbfs_readvdir()
|
H A D | smbfs_subr2.c | 1068 sizeof (struct smbnode)); in smbfs_subrinit()
|
/titanic_41/usr/src/cmd/smbsrv/dtrace/ |
H A D | Makefile | 28 SRCS= cifs.d msrpc.d smbnode.d smbvfs.d stype.d
|