Home
last modified time | relevance | path

Searched refs:vncache_getfd (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vop.c135 int fd = vncache_getfd(vp); in fop_read()
229 int fd = vncache_getfd(vp); in fop_write()
277 int fd = vncache_getfd(vp); in fop_ioctl()
325 int fd = vncache_getfd(vp); in fop_getattr()
348 int fd = vncache_getfd(vp); in fop_setattr()
410 int dfd = vncache_getfd(dvp); in fake_lookup_xattrdir()
495 int dfd = vncache_getfd(dvp); in fop_lookup()
565 int dfd = vncache_getfd(dvp); in fop_create()
648 int dfd = vncache_getfd(dvp); in fop_remove()
666 int to_dfd = vncache_getfd(to_dvp); in fop_link()
[all …]
H A Dfake_xattr.c51 int fd = vncache_getfd(vp); in fop__getxvattr()
212 int fd = vncache_getfd(vp); in fop__setxvattr()
H A Dvncache.h35 int vncache_getfd(vnode_t *);
H A Dfake_vfs.c180 fd = vncache_getfd(vp); in fsop_statfs()
H A Dvncache.c378 vncache_getfd(vnode_t *vp) in vncache_getfd() function