Home
last modified time | relevance | path

Searched refs:vn_open (Results 1 – 10 of 10) sorted by relevance

/mirbsd/src/sys/kern/
Dkern_acct.c120 if ((error = vn_open(&nd, FWRITE|O_APPEND, 0)) != 0)
Dkern_ktrace.c321 if ((error = vn_open(&nd, FREAD|FWRITE|O_NOFOLLOW, 0)) != 0) {
Dvfs_vnops.c76 vn_open(ndp, fmode, cmode) in vn_open() function
Dkern_sig.c1385 error = vn_open(&nd, O_CREAT | FWRITE | O_NOFOLLOW, S_IRUSR | S_IWUSR);
Dvfs_syscalls.c936 if ((error = vn_open(&nd, flags, cmode)) != 0) {
/mirbsd/src/sys/sys/
Dvnode.h447 int vn_open(struct nameidata *ndp, int fmode, int cmode);
/mirbsd/src/sys/dev/
Dvnd.c894 error = vn_open(&nd, FREAD|FWRITE, 0); in vndioctl()
898 error = vn_open(&nd, FREAD, 0); in vndioctl()
Dccd.c1506 if ((error = vn_open(&nd, FREAD|FWRITE, 0)) != 0) { in ccdlookup()
/mirbsd/src/sys/ufs/ufs/
Dufs_quota.c510 if ((error = vn_open(&nd, FREAD|FWRITE, 0)) != 0)
/mirbsd/src/sys/dev/raidframe/
Drf_openbsdkintf.c2244 if ((error = vn_open(&nd, FREAD|FWRITE, 0)) != 0) { in raidlookup()