Searched refs:smbnode (Results 1 – 9 of 9) sorted by relevance
/dflybsd-src/sys/vfs/smbfs/ |
H A D | smbfs_subr.h | 108 struct smbnode* f_dnp; 136 int smbfs_smb_lock(struct smbnode *np, int op, caddr_t id, 142 int smbfs_smb_setfsize(struct smbnode *np, int newsize, struct smb_cred *scred); 144 int smbfs_smb_setpattr(struct smbnode *np, u_int16_t attr, 146 int smbfs_smb_setptime2(struct smbnode *np, struct timespec *mtime, 148 int smbfs_smb_setpattrNT(struct smbnode *np, u_int16_t attr, 151 int smbfs_smb_setftime(struct smbnode *np, struct timespec *mtime, 153 int smbfs_smb_setfattrNT(struct smbnode *np, u_int16_t attr, 156 int smbfs_smb_open(struct smbnode *np, int accmode, struct smb_cred *scred); 159 int smbfs_smb_create(struct smbnode *dnp, const char *name, int len, [all …]
|
H A D | smbfs.h | 71 struct smbnode; 80 struct smbnode * sm_root; 86 struct smbnode * sm_npstack[SMBFS_MAXPATHCOMP]; 89 LIST_HEAD(smbnode_hashhead, smbnode) *sm_hash;
|
H A D | smbfs_smb.c | 68 smbfs_getino(struct smbnode *dnp, const char *name, int nmlen) in smbfs_getino() 92 smbfs_smb_lockandx(struct smbnode *np, int op, u_int32_t pid, off_t start, off_t end, in smbfs_smb_lockandx() 129 smbfs_smb_lock(struct smbnode *np, int op, caddr_t id, in smbfs_smb_lock() 222 smbfs_smb_setfsize(struct smbnode *np, int newsize, struct smb_cred *scred) in smbfs_smb_setfsize() 253 smbfs_smb_setpattr(struct smbnode *np, u_int16_t attr, struct timespec *mtime, in smbfs_smb_setpattr() 298 smbfs_smb_setptime2(struct smbnode *np, struct timespec *mtime, in smbfs_smb_setptime2() 352 smbfs_smb_setpattrNT(struct smbnode *np, u_short attr, struct timespec *mtime, in smbfs_smb_setpattrNT() 402 smbfs_smb_setftime(struct smbnode *np, struct timespec *mtime, in smbfs_smb_setftime() 446 smbfs_smb_setfattrNT(struct smbnode *np, u_int16_t attr, struct timespec *mtime, in smbfs_smb_setfattrNT() 491 smbfs_smb_open(struct smbnode *np, int accmode, struct smb_cred *scred) in smbfs_smb_open() [all …]
|
H A D | smbfs_node.h | 51 struct smbnode { struct 72 LIST_ENTRY(smbnode) n_hash; argument 75 #define VTOSMB(vp) ((struct smbnode *)(vp)->v_data)
|
H A D | smbfs_node.c | 95 struct smbnode *np; in smbfs_hashprint() 166 struct smbnode *np, *np2, *dnp; in smbfs_node_alloc() 299 struct smbnode *np = VTOSMB(vp); in smbfs_reclaim() 339 struct smbnode *np = VTOSMB(vp); in smbfs_inactive() 363 struct smbnode *np = VTOSMB(vp); in smbfs_attr_cacheenter() 383 struct smbnode *np = VTOSMB(vp); in smbfs_attr_cachelookup() 423 struct smbnode *np; in smbfs_attr_cacherename()
|
H A D | smbfs_vnops.c | 152 struct smbnode *np = VTOSMB(vp); in smbfs_open() 217 struct smbnode *np = VTOSMB(vp); in smbfs_closel() 267 struct smbnode *np = VTOSMB(vp); in smbfs_getattr() 300 struct smbnode *np = VTOSMB(vp); in smbfs_setattr() 464 struct smbnode *dnp = VTOSMB(dvp); in smbfs_create() 505 struct smbnode *np = VTOSMB(vp); in smbfs_remove() 649 struct smbnode *dnp = VTOSMB(dvp); in smbfs_mkdir() 689 struct smbnode *dnp = VTOSMB(dvp); in smbfs_rmdir() 690 struct smbnode *np = VTOSMB(vp); in smbfs_rmdir() 751 struct smbnode *np = VTOSMB(vp); in smbfs_print() [all …]
|
H A D | smbfs_io.c | 84 struct smbnode *np; in smbfs_readvdir() 181 struct smbnode *np = VTOSMB(vp); in smbfs_readvnode() 239 struct smbnode *np = VTOSMB(vp); in smbfs_writevnode() 298 struct smbnode *np = VTOSMB(vp); in smbfs_doio() 413 struct smbnode *np; in smbfs_getpages() 558 struct smbnode *np; in smbfs_putpages() 635 struct smbnode *np = VTOSMB(vp); in smbfs_vinvalbuf()
|
H A D | smbfs_subr.c | 259 smb_fphelp(struct mbchain *mbp, struct smb_vc *vcp, struct smbnode *np, in smb_fphelp() 263 struct smbnode **npp = smp->sm_npstack; in smb_fphelp() 292 smbfs_fullpath(struct mbchain *mbp, struct smb_vc *vcp, struct smbnode *dnp, in smbfs_fullpath()
|
H A D | smbfs_vfsops.c | 264 struct smbnode *np; in smbfs_root() 321 struct smbnode *np = smp->sm_root; in smbfs_statfs()
|