Home
last modified time | relevance | path

Searched refs:smbnode (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/sys/fs/smbfs/
H A Dsmbfs_subr.h104 struct smbnode* f_dnp;
129 int smbfs_smb_lock(struct smbnode *np, int op, caddr_t id,
133 int smbfs_smb_setfsize(struct smbnode *np, int64_t newsize,
138 int smbfs_smb_setpattr(struct smbnode *np, u_int16_t attr,
142 int smbfs_smb_setpattrNT(struct smbnode *np, u_int16_t attr,
147 int smbfs_smb_setfattrNT(struct smbnode *np, u_int16_t attr,
156 int smbfs_smb_flush(struct smbnode *np, struct smb_cred *scred);
157 int smbfs_smb_rename(struct smbnode *src, struct smbnode *tdnp,
159 int smbfs_smb_move(struct smbnode *src, struct smbnode *tdnp,
163 int smbfs_smb_rmdir(struct smbnode *np, struct smb_cred *scred);
[all …]
H A Dsmbfs_node.c91 struct smbnode *np; in smbfs_vnode_cmp()
94 np = (struct smbnode *) vp->v_data; in smbfs_vnode_cmp()
110 struct smbnode *np, *dnp; in smbfs_node_alloc()
233 struct smbnode *dnp, *np; in smbfs_nget()
268 struct smbnode *np = VTOSMB(vp);
313 struct smbnode *np = VTOSMB(vp);
347 struct smbnode *np = VTOSMB(vp); in smbfs_attr_cacheenter()
367 struct smbnode *np = VTOSMB(vp); in smbfs_attr_cachelookup()
H A Dsmbfs_smb.c64 smbfs_getino(struct smbnode *dnp, const char *name, int nmlen) in smbfs_getino()
126 smbfs_smb_lock(struct smbnode *np, int op, caddr_t id, in smbfs_smb_lock()
303 smb_smb_flush(struct smbnode *np, struct smb_cred *scred) in smb_smb_flush()
330 smbfs_smb_flush(struct smbnode *np, struct smb_cred *scred) in smbfs_smb_flush()
478 smbfs_smb_setptime2(struct smbnode *np, struct timespec *mtime, in smbfs_smb_setptime2()
584 smbfs_smb_setftime(struct smbnode *np, struct timespec *mtime, in smbfs_smb_setftime()
800 smbfs_smb_delete(struct smbnode *np, struct smb_cred *scred) in smbfs_smb_delete()
826 smbfs_smb_rename(struct smbnode *src, struct smbnode *tdnp, in smbfs_smb_rename()
859 smbfs_smb_move(struct smbnode *src, struct smbnode *tdnp, in smbfs_smb_move()
921 smbfs_smb_rmdir(struct smbnode *np, struct smb_cred *scred) in smbfs_smb_rmdir()
[all …]
H A Dsmbfs.h66 struct smbnode;
79 struct smbnode * sm_root;
85 struct smbnode * sm_npstack[SMBFS_MAXPATHCOMP];
H A Dsmbfs_node.h47 struct smbnode { struct
68 LIST_ENTRY(smbnode) n_hash; argument
77 #define VTOSMB(vp) ((struct smbnode *)(vp)->v_data)
H A Dsmbfs_vnops.c157 struct smbnode *np = VTOSMB(vp);
234 struct smbnode *np = VTOSMB(vp);
260 struct smbnode *np = VTOSMB(vp);
298 struct smbnode *np = VTOSMB(vp);
547 struct smbnode *dnp = VTOSMB(dvp);
595 struct smbnode *np = VTOSMB(vp);
805 struct smbnode *np = VTOSMB(vp);
877 struct smbnode *np = VTOSMB(vp);
980 struct smbnode *np = VTOSMB(vp); in smbfs_getextattr()
1019 struct smbnode *np = VTOSMB(vp);
[all …]
H A Dsmbfs_io.c84 struct smbnode *np = VTOSMB(vp); in smbfs_readvdir()
188 struct smbnode *np = VTOSMB(vp); in smbfs_readvnode()
251 struct smbnode *np = VTOSMB(vp); in smbfs_writevnode()
314 struct smbnode *np = VTOSMB(vp); in smbfs_doio()
436 struct smbnode *np;
576 struct smbnode *np;
639 struct smbnode *np = VTOSMB(vp); in smbfs_vinvalbuf()
H A Dsmbfs_vfsops.c319 struct smbnode *np; in smbfs_root()
392 struct smbnode *np = smp->sm_root; in smbfs_statfs()
H A Dsmbfs_subr.c112 smbfs_fullpath(struct mbchain *mbp, struct smb_vc *vcp, struct smbnode *dnp, in smbfs_fullpath()
/freebsd-12.1/lib/libprocstat/
H A Dsmbfs.c55 struct smbnode node; in smbfs_filestat()