OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REQUIREDIR
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/sys/
namei.h
177
#define
REQUIREDIR
0x0080000 /* must be a directory */
namei.src
169
NAMEIFL
REQUIREDIR
0x0080000 /* must be a directory */
/src/sys/kern/
vfs_lookup.c
721
(state->cnp->cn_flags & (FOLLOW|
REQUIREDIR
));
887
cnp->cn_flags |=
REQUIREDIR
;
890
cnp->cn_flags &= ~
REQUIREDIR
;
1210
if ((cnp->cn_flags & (
REQUIREDIR
| CREATEDIR)) ==
REQUIREDIR
) {
1703
(cnp->cn_flags &
REQUIREDIR
)) {
2051
cnp->cn_flags &= ~
REQUIREDIR
;
/src/sys/fs/puffs/
puffs_vnops.c
656
if ((lookup_msg->pvnr_cn.pkcn_flags &
REQUIREDIR
) == 0)
657
cnp->cn_flags &= ~
REQUIREDIR
;
Completed in 167 milliseconds
Indexes created Tue Oct 21 16:10:11 GMT 2025