/freebsd/sys/fs/smbfs/ |
H A D | smbfs_subr.h | 103 struct smb_cred*f_scred; 128 off_t start, off_t end, struct smb_cred *scred); 130 struct smb_cred *scred); 132 struct smb_cred *scred); 135 struct smbfattr *fap, struct smb_cred *scred); 137 struct timespec *mtime, struct smb_cred *scred); 139 struct timespec *atime, int attr, struct smb_cred *scred); 141 struct timespec *mtime, struct timespec *atime, struct smb_cred *scred); 144 struct timespec *atime, struct smb_cred *scred); 146 struct timespec *mtime, struct timespec *atime, struct smb_cred *scred); [all …]
|
H A D | smbfs_smb.c | 87 struct smb_cred *scred) in smbfs_smb_lockandx() 125 off_t start, off_t end, struct smb_cred *scred) in smbfs_smb_lock() 140 struct smb_cred *scred) in smbfs_query_info_fs() 180 struct smb_cred *scred) in smbfs_query_info_alloc() 221 struct smb_cred *scred) in smbfs_query_info_disk() 258 struct smb_cred *scred) in smbfs_smb_statfs() 271 smbfs_smb_seteof(struct smbnode *np, int64_t newsize, struct smb_cred *scred) in smbfs_smb_seteof() 300 smb_smb_flush(struct smbnode *np, struct smb_cred *scred) in smb_smb_flush() 327 smbfs_smb_flush(struct smbnode *np, struct smb_cred *scred) in smbfs_smb_flush() 335 smbfs_smb_setfsize(struct smbnode *np, int64_t newsize, struct smb_cred *scred) in smbfs_smb_setfsize() [all …]
|
H A D | smbfs_vnops.c | 144 struct smb_cred *scred; in smbfs_open() 214 struct smb_cred *scred; in smbfs_close() 237 struct smb_cred *scred; in smbfs_getattr() 270 struct smb_cred *scred; in smbfs_setattr() 501 struct smb_cred *scred; in smbfs_create() 539 struct smb_cred *scred; in smbfs_remove() 566 struct smb_cred *scred; in smbfs_rename() 684 struct smb_cred *scred; in smbfs_mkdir() 724 struct smb_cred *scred; in smbfs_rmdir() 900 struct smb_cred *scred; in smbfs_advlock() [all …]
|
H A D | smbfs_vfsops.c | 138 struct smb_cred *scred; in smbfs_mount() 262 struct smb_cred *scred; in smbfs_unmount() 317 struct smb_cred *scred; in smbfs_root() 386 struct smb_cred *scred; in smbfs_statfs()
|
H A D | smbfs_io.c | 78 struct smb_cred *scred; in smbfs_readvdir() 188 struct smb_cred *scred; in smbfs_readvnode() 249 struct smb_cred *scred; in smbfs_writevnode() 315 struct smb_cred *scred; in smbfs_doio() 429 struct smb_cred *scred; in smbfs_getpages() 562 struct smb_cred *scred; in smbfs_putpages()
|
H A D | smbfs_subr.c | 196 return (malloc(sizeof(struct smb_cred), M_SMBFSCRED, M_WAITOK)); in smbfs_malloc_scred()
|
H A D | smbfs_node.c | 300 struct smb_cred *scred; in smbfs_inactive()
|
/freebsd/sys/netsmb/ |
H A D | smb_conn.h | 170 struct smb_cred; 190 typedef void smb_co_gone_t (struct smb_connobj *cp, struct smb_cred *scred); 331 struct smb_cred *scred; 345 struct smb_cred *scred; 354 struct smb_sharespec *shspec, struct smb_cred *scred, 361 void smb_co_rele(struct smb_connobj *cp, struct smb_cred *scred); 362 int smb_co_get(struct smb_connobj *cp, struct smb_cred *scred); 363 void smb_co_put(struct smb_connobj *cp, struct smb_cred *scred); 371 struct smb_cred *scred, struct smb_vc **vcpp); 372 int smb_vc_connect(struct smb_vc *vcp, struct smb_cred *scred); [all …]
|
H A D | smb_dev.h | 175 struct smb_cred; 183 int smb_usr_lookup(struct smbioc_lookup *dp, struct smb_cred *scred, 186 struct smb_cred *scred, struct smb_vc **vcpp); 188 struct smb_cred *scred, struct smb_share **sspp); 190 struct smb_cred *scred); 192 struct smb_cred *scred); 193 int smb_dev2share(int fd, int mode, struct smb_cred *scred,
|
H A D | smb_rq.h | 84 struct smb_cred * sr_cred; 121 struct smb_cred*t2_cred; 128 struct smb_cred *scred, struct smb_rq **rqpp); 130 struct smb_cred *scred); 141 int smb_t2_alloc(struct smb_connobj *layer, u_short setup, struct smb_cred *scred, 144 struct smb_cred *scred);
|
H A D | smb_conn.c | 64 static void smb_vc_gone(struct smb_connobj *cp, struct smb_cred *scred); 122 struct smb_cred *scred, struct smb_vc **vcpp) in smb_sm_lookupint() 182 struct smb_cred *scred, struct smb_vc **vcpp) in smb_sm_lookup() 258 smb_co_gone(struct smb_connobj *cp, struct smb_cred *scred) in smb_co_gone() 286 smb_co_rele(struct smb_connobj *cp, struct smb_cred *scred) in smb_co_rele() 308 smb_co_get(struct smb_connobj *cp, struct smb_cred *scred) in smb_co_get() 321 smb_co_put(struct smb_connobj *cp, struct smb_cred *scred) in smb_co_put() 389 struct smb_cred *scred, struct smb_vc **vcpp) in smb_vc_create() 537 smb_vc_gone(struct smb_connobj *cp, struct smb_cred *scred) in smb_vc_gone() 551 smb_vc_rele(struct smb_vc *vcp, struct smb_cred *scred) in smb_vc_rele() [all …]
|
H A D | smb_smb.c | 102 smb_smb_nomux(struct smb_vc *vcp, struct smb_cred *scred, const char *name) in smb_smb_nomux() 111 smb_smb_negotiate(struct smb_vc *vcp, struct smb_cred *scred) in smb_smb_negotiate() 291 smb_smb_ssnsetup(struct smb_vc *vcp, struct smb_cred *scred) in smb_smb_ssnsetup() 438 smb_smb_ssnclose(struct smb_vc *vcp, struct smb_cred *scred) in smb_smb_ssnclose() 496 smb_smb_treeconnect(struct smb_share *ssp, struct smb_cred *scred) in smb_smb_treeconnect() 599 smb_smb_treedisconnect(struct smb_share *ssp, struct smb_cred *scred) in smb_smb_treedisconnect() 622 struct uio *uio, struct smb_cred *scred) in smb_smb_readx() 703 struct uio *uio, struct smb_cred *scred) in smb_smb_writex() 760 int *len, int *rresid, struct uio *uio, struct smb_cred *scred) in smb_smb_read() 818 struct smb_cred *scred) in smb_read() [all …]
|
H A D | smb_dev.c | 145 struct smb_cred *scred; in sdp_trydestroy() 154 scred = malloc(sizeof(struct smb_cred), M_NSMBDEV, M_WAITOK); in sdp_trydestroy() 177 struct smb_cred *scred; in nsmb_dev_ioctl() 183 scred = malloc(sizeof(struct smb_cred), M_NSMBDEV, M_WAITOK); in nsmb_dev_ioctl() 375 smb_dev2share(int fd, int mode, struct smb_cred *scred, in smb_dev2share()
|
H A D | smb_usr.c | 125 smb_usr_lookup(struct smbioc_lookup *dp, struct smb_cred *scred, in smb_usr_lookup() 163 smb_usr_opensession(struct smbioc_ossn *dp, struct smb_cred *scred, in smb_usr_opensession() 183 struct smb_cred *scred, struct smb_share **sspp) in smb_usr_openshare() 212 struct smb_cred *scred) in smb_usr_simplerequest() 296 struct smb_cred *scred) in smb_usr_t2request()
|
H A D | smb_subr.h | 88 struct smb_cred { struct 99 void smb_makescred(struct smb_cred *scred, struct thread *td, struct ucred *cred); argument
|
H A D | smb_rq.c | 60 smb_rq_alloc(struct smb_connobj *layer, u_char cmd, struct smb_cred *scred, in smb_rq_alloc() 81 struct smb_cred *scred) in smb_rq_init() 370 smb_t2_alloc(struct smb_connobj *layer, u_short setup, struct smb_cred *scred, in smb_t2_alloc() 389 struct smb_cred *scred) in smb_t2_init() 552 struct smb_cred *scred = t2p->t2_cred; in smb_t2_request_int()
|
H A D | smb_subr.c | 55 smb_makescred(struct smb_cred *scred, struct thread *td, struct ucred *cred) in smb_makescred()
|