Lines Matching refs:smbnode
102 struct smbnode* f_dnp;
127 int smbfs_smb_lock(struct smbnode *np, int op, caddr_t id,
131 int smbfs_smb_setfsize(struct smbnode *np, int64_t newsize,
134 int smbfs_smb_query_info(struct smbnode *np, const char *name, int len,
136 int smbfs_smb_setpattr(struct smbnode *np, u_int16_t attr,
138 int smbfs_smb_setptime2(struct smbnode *np, struct timespec *mtime,
140 int smbfs_smb_setpattrNT(struct smbnode *np, u_int16_t attr,
143 int smbfs_smb_setftime(struct smbnode *np, struct timespec *mtime,
145 int smbfs_smb_setfattrNT(struct smbnode *np, u_int16_t attr,
148 int smbfs_smb_open(struct smbnode *np, int accmode, struct smb_cred *scred);
151 int smbfs_smb_create(struct smbnode *dnp, const char *name, int len,
153 int smbfs_smb_delete(struct smbnode *np, struct smb_cred *scred);
154 int smbfs_smb_flush(struct smbnode *np, struct smb_cred *scred);
155 int smbfs_smb_rename(struct smbnode *src, struct smbnode *tdnp,
157 int smbfs_smb_move(struct smbnode *src, struct smbnode *tdnp,
159 int smbfs_smb_mkdir(struct smbnode *dnp, const char *name, int len,
161 int smbfs_smb_rmdir(struct smbnode *np, struct smb_cred *scred);
162 int smbfs_findopen(struct smbnode *dnp, const char *wildcard, int wclen,
167 struct smbnode *dnp, const char *name, int nmlen);
168 int smbfs_smb_lookup(struct smbnode *dnp, const char *name, int nmlen,