Searched defs:vp (Results 126 - 150 of 358) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/fs/nfs/
H A Dnfs_commonacl.c452 nfsrv_setacl(vnode_t vp, NFSACL_T *aclp, struct ucred *cred, argument
/freebsd-9.3-release/sys/fs/nfsserver/
H A Dnfs_nfsdsocket.c356 vnode_t vp; local
494 vnode_t vp, nv local
[all...]
/freebsd-9.3-release/sys/fs/ntfs/
H A Dntfs_vnops.c99 struct vnode *vp = ap->a_vp; local
122 register struct vnode *vp = ap->a_vp; local
179 register struct vnode *vp = ap->a_vp; local
237 register struct vnode *vp = ap->a_vp; local
271 register struct vnode *vp = ap->a_vp; local
346 register struct vnode *vp = ap->a_vp; local
386 struct vnode *vp = ap->a_vp; local
428 register struct vnode *vp = ap->a_vp; local
459 register struct vnode *vp = ap->a_vp; local
478 register struct vnode *vp = ap->a_vp; local
[all...]
/freebsd-9.3-release/sys/fs/nullfs/
H A Dnull_vnops.c335 struct vnode *lvp, *vp; local
363 struct vnode *vp, *ldvp, *lvp; local
399 struct vnode *vp, *ldvp; local
415 struct vnode *vp = ap->a_vp; local
470 struct vnode *vp = ap->a_vp; local
496 struct vnode *vp = ap->a_vp; local
588 struct vnode *vp = ap->a_vp; local
660 struct vnode *vp = ap->a_vp; local
700 struct vnode *vp, *lvp; local
732 struct vnode *vp; local
774 struct vnode *vp = ap->a_vp; local
786 struct vnode *vp; local
817 struct vnode *vp = ap->a_vp; local
[all...]
/freebsd-9.3-release/sys/fs/portalfs/
H A Dportal_vnops.c223 struct vnode *vp = ap->a_vp; local
470 struct vnode *vp = ap->a_vp; local
/freebsd-9.3-release/sys/fs/pseudofs/
H A Dpseudofs_vnops.c351 struct vnode *vp = ap->a_vp; local
[all...]
/freebsd-9.3-release/sys/fs/unionfs/
H A Dunion_vfsops.c364 struct vnode *vp; local
/freebsd-9.3-release/sys/geom/
H A Dgeom_slice.c497 void **vp; local
/freebsd-9.3-release/sys/gnu/fs/reiserfs/
H A Dreiserfs_namei.c35 struct vnode *vp; local
/freebsd-9.3-release/sys/gnu/fs/xfs/FreeBSD/
H A Dxfs_mountops.c300 xfs_vnode_t *vp; local
303 XVFS_ROOT(MNTTOVFS(mp), &vp, error); local
362 xfs_vnode_t *vp = NULL; local
H A Dxfs_vfs.c120 xvfs_statvfs( struct bhv_desc *bdp, struct statfs *sp, struct xfs_vnode *vp) argument
203 xvfs_init_vnode( struct bhv_desc *bdp, struct xfs_vnode *vp, struct bhv_desc *bp, int unlock) argument
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_dir2.c650 xfs_dir2_isblock( xfs_trans_t *tp, xfs_inode_t *dp, int *vp) argument
673 xfs_dir2_isleaf( xfs_trans_t *tp, xfs_inode_t *dp, int *vp) argument
H A Dxfs_iget.c476 XVFS_INIT_VNODE(XFS_MTOVFS(mp), vp, XFS_ITOBHV(ip), 1); local
499 xfs_vnode_t *vp local
189 xfs_iget_core( xfs_vnode_t *vp, xfs_mount_t *mp, xfs_trans_t *tp, xfs_ino_t ino, uint flags, uint lock_flags, xfs_inode_t **ipp, xfs_daddr_t bno) argument
551 xfs_inode_lock_init( xfs_inode_t *ip, xfs_vnode_t *vp) argument
615 xfs_vnode_t *vp = XFS_ITOV(ip); local
632 xfs_vnode_t *vp = XFS_ITOV(ip); local
660 xfs_vnode_t *vp; local
[all...]
/freebsd-9.3-release/sys/i386/ibcs2/
H A Dimgact_coff.c65 load_coff_section(struct vmspace *vmspace, struct vnode *vp, vm_offset_t offset, argument
161 struct vnode *vp; local
[all...]
/freebsd-9.3-release/sys/kern/
H A Dvfs_acl.c208 vacl_set_acl(struct thread *td, struct vnode *vp, acl_type_t type, argument
244 vacl_get_acl(struct thread *td, struct vnode *vp, acl_type_ argument
274 vacl_delete(struct thread *td, struct vnode *vp, acl_type_t type) argument
301 vacl_aclcheck(struct thread *td, struct vnode *vp, acl_type_t type, struct acl *aclp) argument
[all...]
H A Dvfs_cluster.c90 cluster_read(struct vnode *vp, u_quad_t filesize, daddr_t lblkno, long size, argument
99 cluster_read_gb(struct vnode *vp, u_quad_t filesize, daddr_t lblkno, long size, argument
318 cluster_rbuild(struct vnode *vp, u_quad_t filesize, daddr_t lbn, daddr_t blkno, long size, int run, int gbflags, struct buf *fbp) argument
590 cluster_wbuild_wb(struct vnode *vp, long size, daddr_t start_lbn, int len, int gbflags) argument
622 cluster_write(struct vnode *vp, struct buf *bp, u_quad_t filesize, int seqcount) argument
629 cluster_write_gb(struct vnode *vp, struct buf *bp, u_quad_t filesize, int seqcount, int gbflags) argument
781 cluster_wbuild(struct vnode *vp, long size, daddr_t start_lbn, int len) argument
788 cluster_wbuild_gb(struct vnode *vp, long size, daddr_t start_lbn, int len, int gbflags) argument
1040 cluster_collectbufs(struct vnode *vp, struct buf *last_bp, int gbflags) argument
[all...]
/freebsd-9.3-release/sys/netsmb/
H A Dsmb_dev.c394 struct vnode *vp; local
/freebsd-9.3-release/sys/security/mac/
H A Dmac_process.c261 struct vnode *vp; local
/freebsd-9.3-release/sys/security/mac_bsdextended/
H A Dugidfw_vnode.c64 ugidfw_vnode_check_access(struct ucred *cred, struct vnode *vp, argument
96 ugidfw_vnode_check_deleteacl(struct ucred *cred, struct vnode *vp, argument
104 ugidfw_vnode_check_deleteextattr(struct ucred *cred, struct vnode *vp, argument
112 ugidfw_vnode_check_exec(struct ucred *cred, struct vnode *vp, argument
121 ugidfw_vnode_check_getacl(struct ucred *cred, struct vnode *vp, argument
129 ugidfw_vnode_check_getextattr(struct ucred *cred, struct vnode *vp, struct label *vplabel, int attrnamespace, const char *name) argument
137 ugidfw_vnode_check_link(struct ucred *cred, struct vnode *dvp, struct label *dvplabel, struct vnode *vp, struct label *label, struct componentname *cnp) argument
153 ugidfw_vnode_check_listextattr(struct ucred *cred, struct vnode *vp, struct label *vplabel, int attrnamespace) argument
169 ugidfw_vnode_check_open(struct ucred *cred, struct vnode *vp, struct label *vplabel, accmode_t accmode) argument
185 ugidfw_vnode_check_readdlink(struct ucred *cred, struct vnode *vp, struct label *vplabel) argument
193 ugidfw_vnode_check_rename_from(struct ucred *cred, struct vnode *dvp, struct label *dvplabel, struct vnode *vp, struct label *vplabel, struct componentname *cnp) argument
206 ugidfw_vnode_check_rename_to(struct ucred *cred, struct vnode *dvp, struct label *dvplabel, struct vnode *vp, struct label *vplabel, int samedir, struct componentname *cnp) argument
221 ugidfw_vnode_check_revoke(struct ucred *cred, struct vnode *vp, struct label *vplabel) argument
229 ugidfw_check_setacl_vnode(struct ucred *cred, struct vnode *vp, struct label *vplabel, acl_type_t type, struct acl *acl) argument
237 ugidfw_vnode_check_setextattr(struct ucred *cred, struct vnode *vp, struct label *vplabel, int attrnamespace, const char *name) argument
245 ugidfw_vnode_check_setflags(struct ucred *cred, struct vnode *vp, struct label *vplabel, u_long flags) argument
253 ugidfw_vnode_check_setmode(struct ucred *cred, struct vnode *vp, struct label *vplabel, mode_t mode) argument
261 ugidfw_vnode_check_setowner(struct ucred *cred, struct vnode *vp, struct label *vplabel, uid_t uid, gid_t gid) argument
269 ugidfw_vnode_check_setutimes(struct ucred *cred, struct vnode *vp, struct label *vplabel, struct timespec atime, struct timespec utime) argument
277 ugidfw_vnode_check_stat(struct ucred *active_cred, struct ucred *file_cred, struct vnode *vp, struct label *vplabel) argument
285 ugidfw_vnode_check_unlink(struct ucred *cred, struct vnode *dvp, struct label *dvplabel, struct vnode *vp, struct label *vplabel, struct componentname *cnp) argument
[all...]
/freebsd-9.3-release/sys/security/mac_partition/
H A Dmac_partition.c280 partition_vnode_check_exec(struct ucred *cred, struct vnode *vp, argument
/freebsd-9.3-release/sys/sparc64/sparc64/
H A Ddb_trace.c80 db_frame(struct db_variable *vp, db_expr_t *valuep, int op) argument
/freebsd-9.3-release/sys/sys/
H A Dimgact.h57 struct vnode *vp; /* pointer to vnode of file to exec */ member in struct:image_params
/freebsd-9.3-release/sys/ufs/ffs/
H A Dffs_balloc.c90 ffs_balloc_ufs1(struct vnode *vp, off_t startoffset, int size, argument
539 ffs_balloc_ufs2(struct vnode *vp, off_t startoffset, int size, struct ucred *cred, int flags, struct buf **bpp) argument
[all...]
H A Dffs_inode.c585 struct vnode *vp; local
[all...]
H A Dffs_rawread.c98 ffs_rawread_sync(struct vnode *vp) argument
189 ffs_rawread_readahead(struct vnode *vp, caddr_t udata, off_t offset, size_t len, struct thread *td, struct buf *bp, caddr_t sa) argument
271 ffs_rawread_main(struct vnode *vp, struct uio *uio) argument
438 ffs_rawread(struct vnode *vp, struct uio *uio, int *workdone) argument
[all...]

Completed in 293 milliseconds

1234567891011>>