Home
last modified time | relevance | path

Searched refs:fvp (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/validation/backend/
H A Dfunction-ptr.c8 …)(long), int (*fv)(void), int (*fip)(int *), int (*fim)(int (*)[3]), int (*fvp)(void *), int (*ffp…
9 …)(long), int (*fv)(void), int (*fip)(int *), int (*fim)(int (*)[3]), int (*fvp)(void *), int (*ffp… in arg()
33 fvp(p); in arg()
34 fvp((void*)0); in arg()
35 fvp(ipval); in arg()
36 fvp(&ival); in arg()
37 fvp(array); in arg()
38 fvp(matrix); in arg()
40 fvp(fun); in arg()
41 fvp(&fun); in arg()
[all …]
H A Ddegenerate-ptr.c8 extern int fvp(void *);
19 fvp(array); in call()
20 fvp(matrix); in call()
22 fvp(fun); in call()
23 fvp(&fun); in call()
/illumos-gate/usr/src/uts/common/syscall/
H A Dutssys.c312 dofusers(vnode_t *fvp, int flags) in dofusers() argument
323 int fvp_isdev = vn_matchops(fvp, spec_getvnodeops()); in dofusers()
328 cvfsp = fvp->v_vfsp; in dofusers()
413 if (!fvp_isdev && VN_CMP(fvp, vp)) in dofusers()
424 (fvp->v_rdev == vp->v_rdev)) in dofusers()
436 (VTOCS(fvp)->s_dip == VTOCS(vp)->s_dip)) in dofusers()
495 if (fvp->v_rdev == vp->v_rdev) in dofusers()
499 (VTOCS(fvp)->s_dip == VTOCS(vp)->s_dip)) in dofusers()
506 (VN_CMP(fvp, up->u_cdir) || in dofusers()
512 (VN_CMP(fvp, up->u_rdir) || in dofusers()
[all …]
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dvncache.c90 fnode_vnode_t *fvp = buf; in fn_cache_constructor() local
92 bzero(fvp, sizeof (*fvp)); in fn_cache_constructor()
94 fvp->fn.fn_vnode = &fvp->vn; in fn_cache_constructor()
95 fvp->fn.fn_fd = -1; in fn_cache_constructor()
97 fvp->vn.v_data = &fvp->fn; in fn_cache_constructor()
98 mutex_init(&fvp->vn.v_lock, NULL, MUTEX_DEFAULT, NULL); in fn_cache_constructor()
107 fnode_vnode_t *fvp = buf; in fn_cache_destructor() local
108 mutex_destroy(&fvp->vn.v_lock); in fn_cache_destructor()
158 fnode_vnode_t *fvp; in vn_alloc() local
161 fvp = kmem_cache_alloc(fn_cache, kmflag); in vn_alloc()
[all …]
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf_notes.c402 vnode_t *fvp; in write_elfnotes() local
427 fvp = fp->f_vnode; in write_elfnotes()
428 VN_HOLD(fvp); in write_elfnotes()
437 (void) vnodetopath(vroot, fvp, fdinfo.pr_path, in write_elfnotes()
440 if (VOP_GETATTR(fvp, &vattr, 0, credp, NULL) != 0) { in write_elfnotes()
456 VN_RELE(fvp); in write_elfnotes()
464 if (fvp->v_type == VSOCK) in write_elfnotes()
465 fdinfo.pr_fileflags |= sock_getfasync(fvp); in write_elfnotes()
467 VN_RELE(fvp); in write_elfnotes()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c2535 snf_segmap(file_t *fp, vnode_t *fvp, u_offset_t fileoff, u_offset_t total_size, in snf_segmap() argument
2585 while ((error = vpm_map_pages(fvp, fileoff, in snf_segmap()
2643 VN_HOLD(fvp); in snf_segmap()
2644 snfv->snfv_vp = fvp; in snf_segmap()
2661 base = segmap_getmapflt(segkmap, fvp, fileoff, in snf_segmap()
2714 VN_HOLD(fvp); in snf_segmap()
2715 snfi->snfi_vp = fvp; in snf_segmap()
2729 VOP_RWUNLOCK(fvp, V_WRITELOCK_FALSE, NULL); in snf_segmap()
2745 (void) VOP_RWLOCK(fvp, V_WRITELOCK_FALSE, NULL); in snf_segmap()
2747 error = VOP_GETATTR(fvp, &va, 0, kcred, NULL); in snf_segmap()
[all …]
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_odir.c1324 vnode_t *fvp = NULL; in smb_odir_wildcard_fileinfo() local
1345 rc = smb_vop_lookup(od->d_dnode->vp, odirent->od_name, &fvp, in smb_odir_wildcard_fileinfo()
1373 VN_RELE(fvp); in smb_odir_wildcard_fileinfo()
1382 VN_RELE(fvp); in smb_odir_wildcard_fileinfo()
1383 fvp = tvp; in smb_odir_wildcard_fileinfo()
1393 VN_RELE(fvp); in smb_odir_wildcard_fileinfo()
1401 VN_RELE(fvp); in smb_odir_wildcard_fileinfo()
1420 rc = smb_vop_access(fvp, aflags, atype, in smb_odir_wildcard_fileinfo()
1424 VN_RELE(fvp); in smb_odir_wildcard_fileinfo()
1461 VN_RELE(fvp); in smb_odir_wildcard_fileinfo()
H A Dsmb_vops.c1224 vnode_t *fvp, in smb_vop_stream_lookup() argument
1237 if ((error = smb_vop_lookup_xattrdir(fvp, xattrdirvpp, in smb_vop_stream_lookup()
1271 smb_vop_stream_create(vnode_t *fvp, char *stream_name, smb_attr_t *attr, in smb_vop_stream_create() argument
1277 if ((error = smb_vop_lookup_xattrdir(fvp, xattrdirvpp, in smb_vop_stream_create()
1327 smb_vop_lookup_xattrdir(vnode_t *fvp, vnode_t **xattrdirvpp, int flags, in smb_vop_lookup_xattrdir() argument
1332 error = VOP_LOOKUP(fvp, "", xattrdirvpp, NULL, flags, NULL, cr, in smb_vop_lookup_xattrdir()
/illumos-gate/usr/src/uts/common/fs/
H A Dvnode.c1629 struct vnode *fvp; /* from vnode ptr */ in vn_linkat() local
1639 fvp = tdvp = NULL; in vn_linkat()
1644 if (error = lookupnameat(from, seg, follow, NULLVPP, &fvp, fstartvp)) in vn_linkat()
1655 if (error = VOP_GETATTR(fvp, &vattr, 0, CRED(), NULL)) in vn_linkat()
1673 error = VOP_LINK(tdvp, fvp, pn.pn_path, CRED(), NULL, 0); in vn_linkat()
1676 if (fvp) in vn_linkat()
1677 VN_RELE(fvp); in vn_linkat()
1701 vnode_t *fromvp, *fvp; in vn_renameat() local
1707 fvp = fromvp = tovp = targvp = NULL; in vn_renameat()
1733 if (error = lookuppnat(&fpn, NULL, NO_FOLLOW, &fromvp, &fvp, fdvp)) { in vn_renameat()
[all …]
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c1971 struct vnode *fvp; in hsched_invoke_strategy() local
2042 fvp = fio->bp->b_file; in hsched_invoke_strategy()
2057 * different files. fvp is used to set the b_file in hsched_invoke_strategy()
2062 if (fvp && tio->bp->b_file != fvp) { in hsched_invoke_strategy()
2063 fvp = NULL; in hsched_invoke_strategy()
2106 nbuf->b_vp = fvp; in hsched_invoke_strategy()
2107 nbuf->b_file = fvp; in hsched_invoke_strategy()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_srv.c2739 vnode_t *fvp; in rfs3_rename() local
2764 fvp = nfs3_fhtovp(&args->from.dir, exi); in rfs3_rename()
2767 cred_t *, cr, vnode_t *, fvp, struct exportinfo *, exi, in rfs3_rename()
2770 if (fvp == NULL) { in rfs3_rename()
2782 if (!do_rfs_label_check(clabel, fvp, EQUALITY_CHECK, in rfs3_rename()
2791 fbvap = VOP_GETATTR(fvp, &fbva, 0, cr, NULL) ? NULL : &fbva; in rfs3_rename()
2817 if (fvp->v_type != VDIR || tvp->v_type != VDIR) { in rfs3_rename()
2869 error = VOP_LOOKUP(fvp, name, &srcvp, NULL, 0, in rfs3_rename()
2901 error = VOP_RENAME(fvp, name, tvp, toname, cr, NULL, 0); in rfs3_rename()
2907 error = VOP_RENAME(fvp, name, tvp, toname, cr, NULL, 0); in rfs3_rename()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dvnode.h1137 #define VOP_LINK(tdvp, fvp, p, cr, ct, f) \ argument
1138 fop_link(tdvp, fvp, p, cr, ct, f)
1139 #define VOP_RENAME(fvp, fnm, tdvp, tnm, cr, ct, f) \ argument
1140 fop_rename(fvp, fnm, tdvp, tnm, cr, ct, f)
/illumos-gate/usr/src/uts/common/vm/
H A Dseg_vn.c5248 struct vnode *fvp; in segvn_fault() local
5280 swap_xlate(fap, &fvp, &fpgoff); in segvn_fault()
5283 fvp = svd->vp; in segvn_fault()
5289 fvp = svd->vp; in segvn_fault()
5291 if (fvp == NULL) in segvn_fault()
5297 pp = page_lookup_nowait(fvp, fpgoff, SE_SHARED); in segvn_fault()
5314 VN_HOLD(fvp); in segvn_fault()
5320 (void) VOP_PUTPAGE(fvp, in segvn_fault()
5324 VN_RELE(fvp); in segvn_fault()