Searched refs:vn (Results 1 - 25 of 56) sorted by relevance

123

/macosx-10.10/diskdev_cmds-576/vndevice.tproj/
H A Dvndevice.c62 struct vn_ioctl vn; local
106 bzero(&vn, sizeof(vn));
109 vn.vn_file = argv[3];
110 vn.vn_control = vncontrol_readwrite_io_e;
112 if (ioctl(fd, VNIOCATTACH, &vn) < 0) {
118 if (ioctl(fd, VNIOCDETACH, &vn) < 0) {
124 vn.vn_file = argv[3];
125 if (ioctl(fd, VNIOCSHADOW, &vn) < 0) {
/macosx-10.10/xnu-2782.1.97/bsd/dev/vn/
H A Dvn.c66 * from: Utah Hdr: vn.c 1.13 94/04/02
68 * from: @(#)vn.c 8.6 (Berkeley) 4/1/94
69 * $FreeBSD: src/sys/dev/vn/vn.c,v 1.105.2.4 2001/11/18 07:11:00 dillon Exp $
173 u_int64_t sc_size; /* size of vn, sc_secsize scale */
196 #define IFOPT(vn,opt) if (((vn)->sc_options|vn_options) & (opt))
197 #define TESTOPT(vn,opt) (((vn)->sc_options|vn_options) & (opt))
200 static void vnclear (struct vn_softc *vn, vfs_context_
233 struct vn_softc *vn; local
289 vnread_shadow(struct vn_softc * vn, struct uio *uio, int ioflag, vfs_context_t ctx) argument
350 vncopy_block_to_shadow(struct vn_softc * vn, vfs_context_t ctx, u_int32_t file_block, u_int32_t shadow_block) argument
382 vnwrite_shadow(struct vn_softc * vn, struct uio *uio, int ioflag, vfs_context_t ctx) argument
498 struct vn_softc * vn; local
572 struct vn_softc * vn; local
642 shadow_read(struct vn_softc * vn, struct buf * bp, char * base, vfs_context_t ctx) argument
690 shadow_write(struct vn_softc * vn, struct buf * bp, char * base, vfs_context_t ctx) argument
741 vn_readwrite_io(struct vn_softc * vn, struct buf * bp, vfs_context_t ctx) argument
775 struct vn_softc *vn; local
867 struct vn_softc *vn; local
1117 vniocattach_file(struct vn_softc *vn, struct vn_ioctl_64 *vniop, dev_t dev, int in_kernel, proc_t p) argument
1201 vniocattach_shadow(struct vn_softc *vn, struct vn_ioctl_64 *vniop, __unused dev_t dev, int in_kernel, proc_t p) argument
1254 struct vn_softc * vn; local
1293 vnclear(struct vn_softc *vn, vfs_context_t ctx) argument
1325 struct vn_softc *vn; local
[all...]
/macosx-10.10/ntfs-84/kext/
H A Dntfs_hash.c210 vnode_t vn; local
221 vn = ni->vn;
222 if (vn)
223 vn_id = vnode_vid(vn);
225 if (vn && vnode_getwithvid(vn, vn_id))
306 vnode_t vn; local
309 vn = ni->vn;
[all...]
H A Dntfs_usnjrnl.c75 err = vnode_get(max_ni->vn);
86 (void)vnode_put(max_ni->vn);
104 (void)vnode_put(max_ni->vn);
H A Dntfs_page.c160 cache_purge(ni->vn);
169 attr_size = ubc_getsize(ni->vn);
204 err = cluster_pagein_ext(ni->vn, upl, upl_ofs, attr_ofs, size,
282 if (vnode_isnocache(ni->vn) ||
283 vnode_isnocache(raw_ni->vn))
285 if (vnode_isnoreadahead(ni->vn) ||
286 vnode_isnoreadahead(raw_ni->vn))
295 (void)vnode_put(raw_ni->vn);
386 size = ubc_getsize(ni->vn);
399 kerr = ubc_create_upl(ni->vn, of
[all...]
H A Dntfs_quota.c77 err = vnode_get(vol->quota_q_ni->vn);
143 (void)vnode_put(vol->quota_q_ni->vn);
156 (void)vnode_put(vol->quota_q_ni->vn);
H A Dntfs_inode.c136 ni->vn = NULL;
394 err = vnode_create(VNCREATE_FLAVOR, VCREATESIZE, &vn_fsp, &ni->vn);
396 vnode_t vn = ni->vn; local
401 vnode_settag(vn, VT_OTHER);
464 vnode_t vn; local
505 vn = ni->vn;
525 if (vn) {
527 cache_purge(vn);
803 vnode_t vn; local
1107 vnode_t vn; local
3235 vnode_t vn; local
3347 vnode_t vn = ni->vn; local
4452 vnode_t vn, prev_vn; local
[all...]
H A Dntfs_vnops.c229 vnode_t vn; local
235 vn = buf_vnode(buf);
236 mp = vnode_mount(vn);
237 ni = NTFS_I(vn);
340 vnode_t vn = buf_vnode(buf); local
350 if (!vn || vnode_ischr(vn) || vnode_isblk(vn))
351 panic("%s(): !vn || vnode_ischr(vn) || vnode_isbl
602 vnode_t vn; local
1130 ntfs_create(vnode_t dir_vn, vnode_t *vn, struct componentname *cn, struct vnode_attr *va, const BOOL lock) argument
1690 vnode_t vn = a->a_vp; local
2438 vnode_t vn = ni->vn; local
2773 vnode_t vn = ni->vn; local
3028 vnode_t vn = a->a_vp; local
3102 vnode_t vn = ni->vn; local
3801 vnode_t vn = a->a_vp; local
3983 vnode_t vn = a->a_vp; local
7217 vnode_t vn = args->a_vp; local
7668 vnode_t vn = a->a_vp; local
10545 vnode_t vn = a->a_vp; local
10663 vnode_t vn = a->a_vp; local
10770 vnode_t svn, vn = a->a_vp; local
[all...]
H A Dntfs_vfsops.c1101 err = vnode_ref(ni->vn);
1113 (void)vnode_put(ni->vn);
1191 vnode_t vn; local
1209 vn = (*ni)->vn;
1210 err = vnode_ref(vn);
1215 (void)vnode_put(vn);
1244 vnode_t vn; local
1265 vn = (*ni)->vn;
1298 vnode_t vn; local
1336 vnode_t vn; local
3181 ntfs_get_nr_set_bits(vnode_t vn, const s64 nr_bits, s64 *res) argument
3419 ntfs_unmount_callback_recycle(vnode_t vn, void *data __unused) argument
3781 ntfs_sync_callback(vnode_t vn, void *arg) argument
4500 vnode_t vn; local
[all...]
H A Dntfs_mft.c124 err = vnode_get(mft_ni->vn);
161 err = buf_meta_bread(mft_ni->vn, ni->mft_no, vol->mft_record_size,
212 (void)vnode_put(mft_ni->vn);
258 (void)vnode_put(mft_ni->vn);
456 err = vnode_get(mft_ni->vn);
466 buf = buf_getblk(mft_ni->vn, ni->mft_no, vol->mft_record_size, 0, 0,
469 (void)vnode_put(mft_ni->vn);
530 mirr_vn = mirr_ni->vn;
850 err = vnode_get(lcnbmp_ni->vn);
868 (void)vnode_put(lcnbmp_ni->vn);
[all...]
H A Dntfs_logfile.c541 err = vnode_get(ni->vn);
577 (void)vnode_put(ni->vn);
681 (void)vnode_put(ni->vn);
728 (void)vnode_put(ni->vn);
813 err = vnode_get(ni->vn);
825 (void)vnode_put(ni->vn);
H A Dntfs_inode.h77 vnode_t vn; /* Vnode attached to the ntfs inode or NULL if member in struct:_ntfs_inode
468 * @vn: VFS vnode
470 * NTFS_I() returns the ntfs inode associated with the VFS vnode @vn.
472 static inline ntfs_inode *NTFS_I(vnode_t vn) argument
474 return vnode_fsnode(vn);
H A Dntfs_secure.c228 err = vnode_get(ni->vn);
316 (void)vnode_put(ni->vn);
459 (void)vnode_put(ni->vn);
494 (void)vnode_put(ni->vn);
H A Dntfs_dir.c146 ia_vn = ia_ni->vn;
1147 else if ((parent_vn = vnode_getparent(dir_ni->vn))) {
1488 (void)vnode_put(ia_ni->vn);
1781 (void)vnode_put(bmp_ni->vn);
1784 (void)vnode_put(ia_ni->vn);
1806 (void)vnode_put(bmp_ni->vn);
1809 (void)vnode_put(ia_ni->vn);
1964 (void)vnode_put(ia_ni->vn);
2026 (void)vnode_put(ia_ni->vn);
2113 (void)vnode_put(ia_ni->vn);
[all...]
H A Dntfs_compress.c763 err = cluster_read(raw_ni->vn, uio, raw_size, ioflags);
805 err = cluster_read(raw_ni->vn, uio, raw_size, ioflags);
839 err = cluster_read(raw_ni->vn, uio, raw_size, ioflags);
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/samba4/
H A Dvernum.c55 vernum_t *vn = (vernum_t *)on->on_bi.bi_private; local
67 a = attr_find( op->ora_e->e_attrs, vn->vn_attr );
72 if ( attr_find( op->ora_e->e_attrs, vn->vn_vernum ) != NULL ) {
77 a = attr_alloc( vn->vn_vernum );
95 vernum_t *vn = (vernum_t *)on->on_bi.bi_private; local
103 if ( ml->sml_desc == vn->vn_vernum ) {
109 if ( ml->sml_desc == vn->vn_attr ) {
131 ml->sml_desc = vn->vn_vernum;
132 ml->sml_type = vn->vn_vernum->ad_cname;
146 ml->sml_desc = vn
160 vernum_t *vn = NULL; local
239 vernum_t *vn = (vernum_t *)on->on_bi.bi_private; local
358 vernum_t *vn = (vernum_t *)on->on_bi.bi_private; local
391 vernum_t *vn = (vernum_t *)on->on_bi.bi_private; local
[all...]
/macosx-10.10/CPANInternal-159.1/Graph-0.94/lib/Graph/
H A DBitMatrix.pm134 $m->get_row($u, $v1, $v2, ..., $vn)
135 $m->set_row($u, $v1, $v2, ..., $vn)
136 $m->unset_row($u, $v1, $v2, ..., $vn)
189 =item get_row($u, $v1, $v2, ..., $vn)
191 Test the row at vertex C<u> for the vertices C<v1>, C<v2>, ..., C<vn>
194 =item set_row($u, $v1, $v2, ..., $vn)
196 Sets the row at vertex C<u> for the vertices C<v1>, C<v2>, ..., C<vn>,
201 =item unset_row($u, $v1, $v2, ..., $vn)
203 Unsets the row at vertex C<u> for the vertices C<v1>, C<v2>, ..., C<vn>,
/macosx-10.10/CPANInternal-159.1/Graph-0.96/lib/Graph/
H A DBitMatrix.pm134 $m->get_row($u, $v1, $v2, ..., $vn)
135 $m->set_row($u, $v1, $v2, ..., $vn)
136 $m->unset_row($u, $v1, $v2, ..., $vn)
189 =item get_row($u, $v1, $v2, ..., $vn)
191 Test the row at vertex C<u> for the vertices C<v1>, C<v2>, ..., C<vn>
194 =item set_row($u, $v1, $v2, ..., $vn)
196 Sets the row at vertex C<u> for the vertices C<v1>, C<v2>, ..., C<vn>,
201 =item unset_row($u, $v1, $v2, ..., $vn)
203 Unsets the row at vertex C<u> for the vertices C<v1>, C<v2>, ..., C<vn>,
/macosx-10.10/cups-408/cups/vcnet/regex/
H A Dregexec.c77 #define STATEVARS int vn; char *space
80 (m)->vn = 0; }
82 #define SETUP(v) ((v) = &m->space[m->vn++ * m->g->nstates])
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A Dregexec.c113 #define STATEVARS long vn; char *space
116 (m)->vn = 0; }
118 #define SETUP(v) ((v) = &m->space[m->vn++ * m->g->nstates])
/macosx-10.10/lsof-53/lsof/dialects/darwin/kmem/
H A Ddnode.c76 char *pp, vn[MAXPATHLEN+1]; local
153 if ((vnl = readvname((KA_T)vb.v_name, vn, sizeof(vn))) <= 0)
157 memmove((void *)(pp - vnl), (void *)vn, vnl);
358 char *vn; local
826 if ((vn = getvpath(va, v))) {
832 if (!statsafely(vn, &sb)) {
872 if (vn)
873 (void) free((FREE_P *)vn);
878 Lf->V_path = vn;
[all...]
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotspecial.tcl139 foreach v $newvalues vn [concat [lrange $newvalues 1 end] 1.0e20] {
145 if { $v != $vn } {
/macosx-10.10/JavaScriptCore-7600.1.17/assembler/
H A DARM64Assembler.h2103 ALWAYS_INLINE void fabs(FPRegisterID vd, FPRegisterID vn)
2106 insn(floatingPointDataProcessing1Source(DATASIZE, FPDataOp_FABS, vn, vd));
2110 ALWAYS_INLINE void fadd(FPRegisterID vd, FPRegisterID vn, FPRegisterID vm)
2113 insn(floatingPointDataProcessing2Source(DATASIZE, vm, FPDataOp_FADD, vn, vd));
2117 ALWAYS_INLINE void fccmp(FPRegisterID vn, FPRegisterID vm, int nzcv, Condition cond)
2120 insn(floatingPointConditionalCompare(DATASIZE, vm, cond, vn, FPCondCmpOp_FCMP, nzcv));
2124 ALWAYS_INLINE void fccmpe(FPRegisterID vn, FPRegisterID vm, int nzcv, Condition cond)
2127 insn(floatingPointConditionalCompare(DATASIZE, vm, cond, vn, FPCondCmpOp_FCMPE, nzcv));
2131 ALWAYS_INLINE void fcmp(FPRegisterID vn, FPRegisterID vm)
2134 insn(floatingPointCompare(DATASIZE, vm, vn, FPCmpOp_FCM
[all...]
/macosx-10.10/bootp-298/
H A Drc.netboot54 vn*)
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/graph/
H A Dwalk.c291 walk_neighbours (GN* n, Tcl_HashTable* vn, int dir, argument
324 if (Tcl_FindHashEntry (vn, (char*) il->a->start->n)) continue;
333 if (Tcl_FindHashEntry (vn, (char*) il->a->end->n)) continue;

Completed in 173 milliseconds

123