Home
last modified time | relevance | path

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

/freebsd/sys/fs/smbfs/
H A Dsmbfs_subr.h102 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);
[all …]
H A Dsmbfs_node.c89 struct smbnode *np; in smbfs_vnode_cmp()
92 np = (struct smbnode *) vp->v_data; in smbfs_vnode_cmp()
108 struct smbnode *np, *dnp; in smbfs_node_alloc()
232 struct smbnode *dnp; in smbfs_nget()
262 struct smbnode *np = VTOSMB(vp); in smbfs_reclaim()
299 struct smbnode *np = VTOSMB(vp); in smbfs_inactive()
333 struct smbnode *np = VTOSMB(vp); in smbfs_attr_cacheenter()
353 struct smbnode *np = VTOSMB(vp); in smbfs_attr_cachelookup()
H A Dsmbfs_smb.c62 smbfs_getino(struct smbnode *dnp, const char *name, int nmlen) in smbfs_getino()
86 smbfs_smb_lockandx(struct smbnode *np, int op, u_int32_t pid, off_t start, off_t end, in smbfs_smb_lockandx()
124 smbfs_smb_lock(struct smbnode *np, int op, caddr_t id, in smbfs_smb_lock()
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()
367 smbfs_smb_query_info(struct smbnode *np, const char *name, int len, in smbfs_smb_query_info()
424 smbfs_smb_setpattr(struct smbnode *np, u_int16_t attr, struct timespec *mtime, in smbfs_smb_setpattr()
475 smbfs_smb_setptime2(struct smbnode *np, struct timespec *mtime, in smbfs_smb_setptime2()
[all …]
H A Dsmbfs.h63 struct smbnode;
76 struct smbnode * sm_root;
82 struct smbnode * sm_npstack[SMBFS_MAXPATHCOMP];
H A Dsmbfs_node.h45 struct smbnode { struct
66 LIST_ENTRY(smbnode) n_hash; argument
75 #define VTOSMB(vp) ((struct smbnode *)(vp)->v_data)
H A Dsmbfs_vnops.c143 struct smbnode *np = VTOSMB(vp); in smbfs_open()
213 struct smbnode *np = VTOSMB(vp); in smbfs_close()
234 struct smbnode *np = VTOSMB(vp); in smbfs_getattr()
267 struct smbnode *np = VTOSMB(vp); in smbfs_setattr()
497 struct smbnode *dnp = VTOSMB(dvp); in smbfs_create()
538 struct smbnode *np = VTOSMB(vp); in smbfs_remove()
682 struct smbnode *dnp = VTOSMB(dvp); in smbfs_mkdir()
722 struct smbnode *dnp = VTOSMB(dvp); in smbfs_rmdir()
723 struct smbnode *np = VTOSMB(vp); in smbfs_rmdir()
777 struct smbnode *np = VTOSMB(vp); in smbfs_print()
[all …]
H A Dsmbfs_io.c81 struct smbnode *np = VTOSMB(vp); in smbfs_readvdir()
185 struct smbnode *np = VTOSMB(vp); in smbfs_readvnode()
248 struct smbnode *np = VTOSMB(vp); in smbfs_writevnode()
312 struct smbnode *np = VTOSMB(vp); in smbfs_doio()
428 struct smbnode *np; in smbfs_getpages()
561 struct smbnode *np; in smbfs_putpages()
624 struct smbnode *np = VTOSMB(vp); in smbfs_vinvalbuf()
H A Dsmbfs_vfsops.c313 struct smbnode *np; in smbfs_root()
384 struct smbnode *np = smp->sm_root; in smbfs_statfs()
H A Dsmbfs_subr.c110 smbfs_fullpath(struct mbchain *mbp, struct smb_vc *vcp, struct smbnode *dnp, in smbfs_fullpath()
/freebsd/lib/libprocstat/
H A Dsmbfs.c55 struct smbnode node; in smbfs_filestat()