Searched refs:smbnode (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/sys/fs/smbfs/ |
| H A D | smbfs_subr.h | 104 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 D | smbfs.h | 65 struct smbnode; 78 struct smbnode * sm_root; 84 struct smbnode * sm_npstack[SMBFS_MAXPATHCOMP];
|
| H A D | smbfs_node.c | 91 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() 267 struct smbnode *np = VTOSMB(vp); 307 struct smbnode *np = VTOSMB(vp); 341 struct smbnode *np = VTOSMB(vp); in smbfs_attr_cacheenter() 361 struct smbnode *np = VTOSMB(vp); in smbfs_attr_cachelookup()
|
| H A D | smbfs_smb.c | 64 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() 302 smb_smb_flush(struct smbnode *np, struct smb_cred *scred) in smb_smb_flush() 329 smbfs_smb_flush(struct smbnode *np, struct smb_cred *scred) in smbfs_smb_flush() 477 smbfs_smb_setptime2(struct smbnode *np, struct timespec *mtime, in smbfs_smb_setptime2() 583 smbfs_smb_setftime(struct smbnode *np, struct timespec *mtime, in smbfs_smb_setftime() 797 smbfs_smb_delete(struct smbnode *np, struct smb_cred *scred) in smbfs_smb_delete() 823 smbfs_smb_rename(struct smbnode *src, struct smbnode *tdnp, in smbfs_smb_rename() 856 smbfs_smb_move(struct smbnode *src, struct smbnode *tdnp, in smbfs_smb_move() 918 smbfs_smb_rmdir(struct smbnode *np, struct smb_cred *scred) in smbfs_smb_rmdir() [all …]
|
| H A D | smbfs_node.h | 47 struct smbnode { struct 68 LIST_ENTRY(smbnode) n_hash; argument 77 #define VTOSMB(vp) ((struct smbnode *)(vp)->v_data)
|
| H A D | smbfs_vnops.c | 157 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); 594 struct smbnode *np = VTOSMB(vp); 804 struct smbnode *np = VTOSMB(vp); 876 struct smbnode *np = VTOSMB(vp); 979 struct smbnode *np = VTOSMB(vp); in smbfs_getextattr() 1018 struct smbnode *np = VTOSMB(vp); [all …]
|
| H A D | smbfs_io.c | 83 struct smbnode *np = VTOSMB(vp); in smbfs_readvdir() 187 struct smbnode *np = VTOSMB(vp); in smbfs_readvnode() 250 struct smbnode *np = VTOSMB(vp); in smbfs_writevnode() 313 struct smbnode *np = VTOSMB(vp); in smbfs_doio() 435 struct smbnode *np; 575 struct smbnode *np; 638 struct smbnode *np = VTOSMB(vp); in smbfs_vinvalbuf()
|
| H A D | smbfs_vfsops.c | 318 struct smbnode *np; in smbfs_root() 393 struct smbnode *np = smp->sm_root; in smbfs_statfs()
|
| H A D | smbfs_subr.c | 112 smbfs_fullpath(struct mbchain *mbp, struct smb_vc *vcp, struct smbnode *dnp, in smbfs_fullpath()
|
| /freebsd-13.1/lib/libprocstat/ |
| H A D | smbfs.c | 55 struct smbnode node; in smbfs_filestat()
|