Home
last modified time | relevance | path

Searched refs:vnode (Results 51 – 75 of 425) sorted by relevance

12345678910>>...17

/freebsd/sys/sys/
H A Dnamei.h77 struct vnode *ni_startdir; /* starting directory */
78 struct vnode *ni_rootdir; /* logical root directory */
79 struct vnode *ni_topdir; /* logical top directory */
89 struct vnode *ni_vp; /* vnode of result */
90 struct vnode *ni_dvp; /* vnode of intermediate directory */
288 int vfs_relookup(struct vnode *dvp, struct vnode **vpp,
H A Dfiledesc.h96 struct vnode *pwd_cdir; /* current directory */
97 struct vnode *pwd_rdir; /* root directory */
98 struct vnode *pwd_jdir; /* jail root directory */
99 struct vnode *pwd_adir; /* abi root directory */
282 void mountcheckdirs(struct vnode *olddp, struct vnode *newdp);
345 void pwd_altroot(struct thread *td, struct vnode *altroot_vp);
346 void pwd_chdir(struct thread *td, struct vnode *vp);
347 int pwd_chroot(struct thread *td, struct vnode *vp);
348 int pwd_chroot_chdir(struct thread *td, struct vnode *vp);
/freebsd/tests/sys/geom/class/mirror/
H A D8_test.sh21 us0=$(mdconfig -t vnode -f $m1) || exit 1
22 us1=$(mdconfig -t vnode -f $m2) || exit 1
37 attach_md us0 -t vnode -f $m1 || exit 1
41 attach_md us1 -t vnode -f $m2 || exit 1
H A Dsync_error.sh24 attach_md md1 -t vnode -f ${f1}
25 attach_md md2 -t vnode -f ${f2}
67 attach_md md1 -t vnode -f ${f1}
68 attach_md md2 -t vnode -f ${f2}
69 attach_md md3 -t vnode -f ${f3}
H A D10_test.sh19 attach_md us0 -t vnode -f $m1
20 attach_md us1 -t vnode -f $m2
55 attach_md us1 -t vnode -f $m2
58 attach_md us0 -t vnode -f $m1
H A D12_test.sh19 attach_md us0 -t vnode -f $m1
20 attach_md us1 -t vnode -f $m2
54 attach_md us1 -t vnode -f $m2
57 attach_md us0 -t vnode -f $m1
H A D11_test.sh19 attach_md us0 -t vnode -f $m1
20 attach_md us1 -t vnode -f $m2
68 attach_md us1 -t vnode -f $m2
71 attach_md us0 -t vnode -f $m1
H A D13_test.sh19 attach_md us0 -t vnode -f $m1
20 attach_md us1 -t vnode -f $m2
65 attach_md us1 -t vnode -f $m2
68 attach_md us0 -t vnode -f $m1
/freebsd/sys/fs/smbfs/
H A Dsmbfs_vnops.c119 struct vnode *vp = ap->a_vp; in smbfs_access()
142 struct vnode *vp = ap->a_vp; in smbfs_open()
211 struct vnode *vp = ap->a_vp; in smbfs_close()
233 struct vnode *vp = ap->a_vp; in smbfs_getattr()
266 struct vnode *vp = ap->a_vp; in smbfs_setattr()
463 struct vnode *vp = ap->a_vp; in smbfs_read()
475 struct vnode *vp = ap->a_vp; in smbfs_write()
498 struct vnode *vp; in smbfs_create()
535 struct vnode *vp = ap->a_vp; in smbfs_remove()
680 struct vnode *vp; in smbfs_mkdir()
[all …]
/freebsd/sys/fs/autofs/
H A Dautofs_vnops.c53 int pathlen, struct vnode **newvp);
72 struct vnode *vp, *newvp; in autofs_getattr()
136 struct vnode **newvp) in autofs_trigger_vn()
200 struct vnode **vpp) in autofs_vget_callback()
209 struct vnode *dvp, *newvp, **vpp; in autofs_lookup()
298 struct vnode *vp; in autofs_mkdir()
332 struct vnode *vp; in autofs_print()
391 struct vnode *vp, *newvp; in autofs_readdir()
514 struct vnode *vp; in autofs_reclaim()
644 struct vnode **vpp) in autofs_node_vn()
[all …]
/freebsd/sys/fs/ext2fs/
H A Dext2_vnops.c249 ext2_itimes(struct vnode *vp) in ext2_itimes()
302 struct vnode *vp = ap->a_vp; in ext2_close()
1153 ext2_do_posix1e_acl_inheritance_dir(struct vnode *dvp, struct vnode *tvp, in ext2_do_posix1e_acl_inheritance_dir()
1224 ext2_do_posix1e_acl_inheritance_file(struct vnode *dvp, struct vnode *tvp, in ext2_do_posix1e_acl_inheritance_file()
1309 struct vnode *tvp; in ext2_mkdir()
1909 struct vnode *vp; in ext2_vinit()
1933 ext2_makeinode(int mode, struct vnode *dvp, struct vnode **vpp, in ext2_makeinode()
1937 struct vnode *tvp; in ext2_makeinode()
2025 struct vnode *vp; in ext2_read()
2135 struct vnode *vp; in ext2_ioctl()
[all …]
/freebsd/sys/fs/nfsclient/
H A Dnfs_clvnops.c137 static int nfs_sillyrename(struct vnode *, struct vnode *,
248 static int nfs_mknodrpc(struct vnode *dvp, struct vnode **vpp,
250 static int nfs_removerpc(struct vnode *dvp, struct vnode *vp, char *name,
252 static int nfs_renamerpc(struct vnode *fdvp, struct vnode *fvp,
253 char *fnameptr, int fnamelen, struct vnode *tdvp, struct vnode *tvp,
255 static int nfs_renameit(struct vnode *sdvp, struct vnode *svp,
330 struct vnode *vp; in nfs_lock()
1207 struct vnode *newvp; in nfs_lookup()
1928 nfs_removerpc(struct vnode *dvp, struct vnode *vp, char *name, in nfs_removerpc()
2104 nfs_renamerpc(struct vnode *fdvp, struct vnode *fvp, char *fnameptr, in nfs_renamerpc()
[all …]
/freebsd/sys/fs/devfs/
H A Ddevfs.h152 struct vnode *de_vnode;
193 struct vnode **);
209 void devfs_ctty_ref(struct vnode *);
210 void devfs_ctty_unref(struct vnode *);
211 int devfs_usecount(struct vnode *);
/freebsd/sys/security/mac_bsdextended/
H A Dugidfw_system.c62 ugidfw_system_check_acct(struct ucred *cred, struct vnode *vp, in ugidfw_system_check_acct()
73 ugidfw_system_check_auditctl(struct ucred *cred, struct vnode *vp, in ugidfw_system_check_auditctl()
84 ugidfw_system_check_swapon(struct ucred *cred, struct vnode *vp, in ugidfw_system_check_swapon()
/freebsd/sys/fs/tarfs/
H A Dtarfs.h46 struct vnode;
57 struct vnode *vnode; member
133 struct vnode *vp;
143 struct vnode *znode;
222 VP_TO_TARFS_NODE(struct vnode *vp) in VP_TO_TARFS_NODE()
/freebsd/sys/ufs/ufs/
H A Dufs_vnops.c112 static int ufs_makeinode(int mode, struct vnode *, struct vnode **,
216 ufs_sync_nlink(struct vnode *vp, struct vnode *vp1) in ufs_sync_nlink()
484 struct vnode *vp; in ufs_fplookup_vexec()
835 struct vnode *vp; in ufs_mmapped()
1262 struct vnode *nvp; in ufs_rename()
1966 ufs_do_nfs4_acl_inheritance(struct vnode *dvp, struct vnode *tvp, in ufs_do_nfs4_acl_inheritance()
2007 struct vnode *tvp; in ufs_mkdir()
2749 struct vnode *vp; in ufs_vinit()
2773 ufs_makeinode(int mode, struct vnode *dvp, struct vnode **vpp, in ufs_makeinode()
2946 struct vnode *vp; in ufs_ioctl()
[all …]
H A Dextattr.h105 struct vnode;
112 struct vnode *uele_backing_vnode;
137 int ufs_extattrctl(struct mount *mp, int cmd, struct vnode *filename,
142 void ufs_extattr_vnode_inactive(struct vnode *vp);
H A Dufs_gjournal.c54 ufs_gjournal_modref(struct vnode *vp, int count) in ufs_gjournal_modref()
63 struct vnode *devvp; in ufs_gjournal_modref()
99 ufs_gjournal_orphan(struct vnode *vp) in ufs_gjournal_orphan()
118 ufs_gjournal_close(struct vnode *vp) in ufs_gjournal_close()
/freebsd/sys/fs/fdescfs/
H A Dfdesc.h45 struct vnode *f_root; /* Root node */
59 struct vnode *fd_vnode; /* Back ptr to vnode */
72 struct vnode **);
H A Dfdesc_vnops.c140 struct vnode **vpp) in fdesc_allocvp()
145 struct vnode *vp, *vp2; in fdesc_allocvp()
255 struct vnode **rvp) in fdesc_get_ino_alloc()
259 struct vnode *vp; in fdesc_get_ino_alloc()
294 struct vnode *fvp; in fdesc_lookup()
383 struct vnode *vp = ap->a_vp; in fdesc_open()
403 struct vnode *vp = ap->a_vp; in fdesc_pathconf()
432 struct vnode *vp = ap->a_vp; in fdesc_getattr()
480 struct vnode *vp; in fdesc_setattr()
610 struct vnode *vp; in fdesc_reclaim()
[all …]
/freebsd/lib/libprocstat/
H A Dcommon_kvm.c88 ufs_filestat(kvm_t *kd, struct vnode *vp, struct vnstat *vn) in ufs_filestat()
114 devfs_filestat(kvm_t *kd, struct vnode *vp, struct vnstat *vn) in devfs_filestat()
139 nfs_filestat(kvm_t *kd, struct vnode *vp, struct vnstat *vn) in nfs_filestat()
203 getvnodedata(struct vnode *vp) in getvnodedata()
209 getvnodemount(struct vnode *vp) in getvnodemount()
/freebsd/sys/fs/udf/
H A Dudf.h32 struct vnode *i_vnode;
45 struct vnode *im_devvp;
120 int udf_allocv(struct mount *, struct vnode **, struct thread *);
122 int udf_vget(struct mount *, ino_t, int, struct vnode **);
/freebsd/sys/kern/
H A Dvfs_vnops.c181 struct vnode *vp;
232 struct vnode *vp; in vn_open_cred()
936 struct vnode *vp; in get_write_ioflag()
1074 struct vnode *vp; in vn_read()
1145 struct vnode *vp; in vn_write()
1457 struct vnode *vp; in vn_io_fault()
1629 struct vnode *vp; in vn_truncate()
1712 struct vnode *vp; in vn_ioctl()
1762 struct vnode *vp; in vn_poll()
1841 struct vnode *vp; in vn_closefile()
[all …]
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_shmemfs.c67 struct vnode vnode __aligned(sizeof(void *)); in linux_shmem_file_setup()
71 struct vnode *vp; in linux_shmem_file_setup()
80 vp = &fileobj->vnode; in linux_shmem_file_setup()
/freebsd/sys/security/mac_test/
H A Dmac_test.c949 test_kld_check_load(struct ucred *cred, struct vnode *vp, in test_kld_check_load()
2458 struct vnode *vp, struct label *vplabel) in test_vnode_associate_extattr()
2471 struct vnode *vp, struct label *vplabel) in test_vnode_associate_singlelabel()
2559 test_vnode_check_exec(struct ucred *cred, struct vnode *vp, in test_vnode_check_exec()
2641 test_vnode_check_mmap(struct ucred *cred, struct vnode *vp, in test_vnode_check_mmap()
2654 test_vnode_check_open(struct ucred *cred, struct vnode *vp, in test_vnode_check_open()
2668 struct vnode *vp, struct label *vplabel) in test_vnode_check_poll()
2683 struct vnode *vp, struct label *vplabel) in test_vnode_check_read()
2859 struct vnode *vp, struct label *vplabel) in test_vnode_check_stat()
2938 struct vnode *vp, struct label *filelabel, in test_vnode_execve_transition()
[all …]

12345678910>>...17