Searched refs:vnode (Results 276 - 300 of 449) sorted by relevance

<<1112131415161718

/freebsd-10-stable/sys/kern/
H A Dkern_mib.c531 #include <sys/vnode.h>
532 SYSCTL_INT(_debug_sizeof, OID_AUTO, vnode, CTLFLAG_RD,
533 SYSCTL_NULL_INT_PTR, sizeof(struct vnode), "sizeof(struct vnode)");
H A Dkern_acct.c94 #include <sys/vnode.h>
128 * Accounting vnode pointer, saved vnode pointer, and flags for each.
129 * acct_sx protects against changes to the active vnode and credentials
134 static struct vnode *acct_vp;
240 * Disallow concurrent access to the accounting vnode while we swap
280 * Save the new accounting file vnode, and schedule the new
311 * Disable currently in-progress accounting by closing the vnode, dropping
312 * our reference to the credential, and clearing the vnode's flags.
547 * should be turned on or off. Beware the case where the vnode
[all...]
H A Dvfs_export.c55 #include <sys/vnode.h>
347 struct vnode *rvp;
H A Dkern_lockf.c77 #include <sys/vnode.h>
137 struct vnode *, void **cookiep);
214 * both active and pending on a vnode. Within this graph, active locks
219 * graph for each vnode is naturally acyclic; new edges are only ever
226 * whenever an edge is added to a vnode graph, with end points
414 struct vnode *vp = ap->a_vp;
559 * the vnode at any time - we have to ref it here to
568 * it casts the vnode->data ptr to struct inode *.
582 * the vnode interlock.
646 * Recheck the doomed vnode afte
[all...]
H A Dvfs_mount.c61 #include <sys/vnode.h>
456 vfs_mount_alloc(struct vnode *vp, struct vfsconf *vfsp, const char *fspath,
514 struct vnode *vp;
518 panic("unmount: dangling vnode");
825 struct vnode *vp, /* Vnode to be covered. */
832 struct vnode *newdp;
936 struct vnode *vp, /* Mount point vnode. */
1099 struct vnode *vp;
1137 /* Load KLDs before we lock the covered vnode t
[all...]
H A Dsubr_log.c43 #include <sys/vnode.h>
/freebsd-10-stable/sys/security/mac/
H A Dmac_syscalls.c63 #include <sys/vnode.h>
229 struct vnode *vp;
427 struct vnode *vp;
H A Dmac_internal.h254 void mac_vnode_check_mmap_downgrade(struct ucred *cred, struct vnode *vp,
256 int vn_setlabel(struct vnode *vp, struct label *intlabel,
H A Dmac_cred.c64 #include <sys/vnode.h>
H A Dmac_pipe.c55 #include <sys/vnode.h>
H A Dmac_sysv_msg.c55 #include <sys/vnode.h>
/freebsd-10-stable/sys/fs/devfs/
H A Ddevfs_devs.c42 #include <sys/vnode.h>
303 struct vnode *vp;
365 struct vnode *vp;
/freebsd-10-stable/contrib/ipfilter/
H A Dmlo_ipl.c18 #include <sys/vnode.h>
/freebsd-10-stable/sys/compat/svr4/
H A Dimgact_svr4.c48 #include <sys/vnode.h>
/freebsd-10-stable/sys/fs/cd9660/
H A Dcd9660_util.c44 #include <sys/vnode.h>
/freebsd-10-stable/sys/fs/msdosfs/
H A Ddenode.h52 * This is the pc filesystem specific portion of the vnode structure.
137 * contained within a vnode.
140 struct vnode *de_vnode; /* addr of vnode we are part of */
/freebsd-10-stable/sys/fs/nfsclient/
H A Dnfs_clnfsiod.c45 #include <sys/vnode.h>
/freebsd-10-stable/sys/i386/ibcs2/
H A Dibcs2_stat.c42 #include <sys/vnode.h>
H A Dibcs2_xenix.c43 #include <sys/vnode.h>
/freebsd-10-stable/sys/i386/linux/
H A Dimgact_linux.c47 #include <sys/vnode.h>
/freebsd-10-stable/sys/nfsclient/
H A Dnfs_nfsiod.c45 #include <sys/vnode.h>
/freebsd-10-stable/sys/nfsserver/
H A Dnfs_fha_old.c34 #include <sys/vnode.h>
H A Dnfs_srvsubs.c53 #include <sys/vnode.h>
585 caddr_t *dposp, struct vnode **retdirp, int v3, struct vattr *retdirattrp,
593 struct vnode *dp;
1022 * nfsrv_fhtovp() - convert a fh to a vnode ptr (optionally locked)
1028 nfsrv_fhtovp(fhandle_t *fhp, int flags, struct vnode **vpp,
/freebsd-10-stable/sys/powerpc/powerpc/
H A Dvm_machdep.c79 #include <sys/vnode.h>
/freebsd-10-stable/sys/security/mac_partition/
H A Dmac_partition.c280 partition_vnode_check_exec(struct ucred *cred, struct vnode *vp,

Completed in 234 milliseconds

<<1112131415161718