Searched refs:vnode (Results 351 - 375 of 449) sorted by relevance

<<1112131415161718

/freebsd-10-stable/sys/kern/
H A Dimgact_elf.c67 #include <sys/vnode.h>
875 * and that address space maps the locked vnode. In the common case,
876 * the locked vnode's v_usecount is decremented but remains greater
877 * than zero. Consequently, the vnode lock is not needed by vrele().
878 * However, in cases where the vnode lock is external, such as nullfs,
882 * the vnode is unlocked.
1143 static int __elfN(corehdr)(struct thread *, struct vnode *, struct ucred *,
1174 core_output(struct vnode *vp, void *base, size_t len, off_t offset,
1221 struct vnode *vp;
1281 __elfN(coredump)(struct thread *td, struct vnode *v
[all...]
H A Dimgact_gzip.c40 #include <sys/vnode.h>
228 * and that address space maps the locked vnode. In the common case,
229 * the locked vnode's v_usecount is decremented but remains greater
230 * than zero. Consequently, the vnode lock is not needed by vrele().
231 * However, in cases where the vnode lock is external, such as nullfs,
320 igz->ip->vp, /* vnode */
H A Dsubr_acl_posix1e.c45 #include <sys/vnode.h>
H A Dkern_cons.c66 #include <sys/vnode.h>
H A Dkern_exit.c61 #include <sys/vnode.h>
193 struct vnode *ttyvp = NULL;
451 * Release reference to text vnode
H A Duipc_syscalls.c75 #include <sys/vnode.h>
1981 sendfile_readpage(vm_object_t obj, struct vnode *vp, int nd,
2026 * the vnode, to allow the read-ahead.
2084 struct vnode **vp_res, struct shmfd **shmfd_res, off_t *obj_size,
2089 struct vnode *vp;
2138 * count so that a forced reclamation of its vnode does not
2184 struct vnode *vp;
H A Duipc_usrreq.c92 #include <sys/vnode.h>
467 struct vnode *vp;
650 struct vnode *vp;
1286 struct vnode *vp;
2393 * A helper function called by VFS before socket-type vnode reclamation.
2394 * For an active vnode it clears unp_vnode pointer and decrements unp_vnode
2398 vfs_unp_reclaim(struct vnode *vp)
/freebsd-10-stable/sys/ufs/ffs/
H A Dffs_balloc.c71 #include <sys/vnode.h>
90 ffs_balloc_ufs1(struct vnode *vp, off_t startoffset, int size,
484 * We shall not leave the freed blocks on the vnode
565 ffs_balloc_ufs2(struct vnode *vp, off_t startoffset, int size,
1079 * We shall not leave the freed blocks on the vnode
/freebsd-10-stable/sys/i386/ibcs2/
H A Dibcs2_misc.c80 #include <sys/vnode.h>
338 register struct vnode *vp;
365 if (vp->v_type != VDIR) { /* XXX vnode readdir op should do this */
477 fp->f_offset = off; /* update the vnode offset */
494 register struct vnode *vp;
643 fp->f_offset = off; /* update the vnode offset */
/freebsd-10-stable/sys/vm/
H A Dvm_pageout.c97 #include <sys/vnode.h>
602 struct vnode *vp;
1189 struct vnode *vp = NULL;
1231 * We can't wait forever for the vnode lock, we might
1233 * vm_wait while holding this vnode. We skip the
1234 * vnode if we can't get it in a reasonable amount
1271 * reused for another vnode.
1361 * Wakeup the sync daemon if we skipped a vnode in a writeable object
1562 * efforts to write-back vnode-backed pages may have stalled. This
1565 * belonging to vnode
[all...]
H A Dvm_fault.c89 #include <sys/vnode.h>
128 struct vnode *vp;
344 struct vnode *vp;
405 if (fs.vp == NULL /* avoid locked vnode leak */ &&
438 * obtaining the vnode lock in order to avoid possible deadlocks.
477 * pageouts (and even pageins if it is the vnode
651 /* Do not sleep for vnode lock while fs.m is busy */
669 ("vm_fault: vnode-backed object mapped by system map"));
/freebsd-10-stable/sys/nfs/
H A Dnfs_common.c51 #include <sys/vnode.h>
H A Dnfs_fha.c34 #include <sys/vnode.h>
/freebsd-10-stable/sys/ofed/include/linux/
H A Dlist.h47 #include <sys/vnode.h>
/freebsd-10-stable/tools/tools/tinybsd/
H A Dtinybsd434 MD=`mdconfig -a -t vnode -f ${VNODEFILE} -x ${SECTRACK} -y ${TRACKCYL}`
/freebsd-10-stable/sys/netsmb/
H A Dsmb_dev.c50 #include <sys/vnode.h>
/freebsd-10-stable/sys/nfsserver/
H A Dnfs_srvkrpc.c50 #include <sys/vnode.h>
/freebsd-10-stable/sys/sparc64/sparc64/
H A Delf_machdep.c48 #include <sys/vnode.h>
/freebsd-10-stable/sys/compat/svr4/
H A Dsvr4_misc.c68 #include <sys/vnode.h>
248 struct vnode *vp;
428 struct vnode *vp;
544 fp->f_offset = off; /* update the vnode offset */
627 struct vnode *vp;
/freebsd-10-stable/sys/amd64/amd64/
H A Dvm_machdep.c66 #include <sys/vnode.h>
/freebsd-10-stable/sys/dev/filemon/
H A Dfilemon_wrapper.c38 #include <sys/vnode.h>
183 * Try to resolve the path from the vnode using the
/freebsd-10-stable/sys/security/audit/
H A Daudit_syscalls.c40 #include <sys/vnode.h>
750 struct vnode *vp;
764 * If a path is specified, open the replacement vnode, perform
/freebsd-10-stable/contrib/gcc/
H A Dvarasm.c4829 struct cgraph_varpool_node *vnode = NULL;
4835 vnode = cgraph_varpool_node_for_asm (target);
4839 vnode = cgraph_varpool_node_for_asm (target);
4840 if (vnode == NULL)
4855 else if (vnode)
4857 cgraph_varpool_mark_needed_node (vnode);
4858 return vnode->decl;
4803 struct cgraph_varpool_node *vnode = NULL; local
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vnops.c39 #include <sys/vnode.h>
81 * Each vnode op performs some logical unit of work. To do this, the ZPL must
85 * Moreover, the vnode ops must work in both normal and log replay context.
97 * First, if it's the last reference, the vnode/znode
139 * (6) At the end of each vnode op, the DMU tx must always commit,
145 * In general, this is how things should be ordered in each vnode op:
685 * IN: vp - vnode of file to be read from.
835 * IN: vp - vnode of file to be written to.
1258 * Release the vnode asynchronously as we currently have the
1300 * Release the vnode asynchronousl
[all...]
/freebsd-10-stable/sys/compat/linux/
H A Dlinux_file.c54 #include <sys/vnode.h>
318 struct vnode *vp;
1024 struct vnode *vp;

Completed in 321 milliseconds

<<1112131415161718