Searched refs:ni_flag (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dnamei.h122 int32_t ni_flag; member in struct:nameidata
208 (ndp)->ni_flag = 0; \
223 (ndp)->ni_flag = 0; \
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_lookup.c192 if (ndp->ni_flag & NAMEI_CONTLOOKUP) {
200 ndp->ni_flag &= ~(NAMEI_CONTLOOKUP);
403 if ((ndp->ni_flag & NAMEI_COMPOUNDOPEN) != 0) {
632 ((cnp->cn_flags & FOLLOW) || (ndp->ni_flag & NAMEI_TRAILINGSLASH) || *ndp->ni_next == '/')) {
641 if ((ndp->ni_flag & NAMEI_TRAILINGSLASH)) {
646 ndp->ni_flag &= ~(NAMEI_TRAILINGSLASH);
1020 ndp->ni_flag |= NAMEI_UNFINISHED;
1096 ((cnp->cn_flags & FOLLOW) || (ndp->ni_flag & NAMEI_TRAILINGSLASH) || *ndp->ni_next == '/')) {
1157 if ((cnp->cn_flags & ISLASTCN) && (ndp->ni_flag & NAMEI_TRAILINGSLASH) && !(cnp->cn_flags & WILLBEDIR)) {
1735 if ((ndp->ni_flag
[all...]
H A Dvfs_vnops.c245 if ((ndp->ni_flag & NAMEI_CONTLOOKUP) == 0) {
391 ndp->ni_flag = NAMEI_COMPOUNDOPEN;
473 if ((ndp->ni_flag & NAMEI_CONTLOOKUP) == 0) {
503 ndp->ni_flag = NAMEI_COMPOUNDOPEN;
525 if ((ndp->ni_flag & NAMEI_CONTLOOKUP) == 0) {
H A Dvfs_cache.c995 ndp->ni_flag &= ~(NAMEI_TRAILINGSLASH);
1042 ndp->ni_flag |= NAMEI_TRAILINGSLASH;
H A Dvfs_syscalls.c3971 ndp->ni_flag |= NAMEI_COMPOUNDREMOVE;
4060 if ((ndp->ni_flag & NAMEI_CONTLOOKUP) == 0) {
5989 fromnd->ni_flag = NAMEI_COMPOUNDRENAME;
5993 tond->ni_flag = NAMEI_COMPOUNDRENAME;
5996 if ((fromnd->ni_flag & NAMEI_CONTLOOKUP) != 0 || !continuing) {
6006 if ((tond->ni_flag & NAMEI_CONTLOOKUP) != 0 || !continuing) {
6286 if ((fromnd->ni_flag & NAMEI_CONTLOOKUP) == 0) {
6287 if ((tond->ni_flag & NAMEI_CONTLOOKUP) == 0) {
6482 nd.ni_flag = NAMEI_COMPOUNDMKDIR;
6657 nd.ni_flag
[all...]
H A Dkpi_vfs.c1833 if (ndp->ni_flag & NAMEI_TRAILINGSLASH) {
1841 ndp->ni_flag |= NAMEI_CONTLOOKUP;
H A Dvfs_subr.c5425 if ((cnp->cn_ndp->ni_flag & NAMEI_TRAILINGSLASH)) {
5496 if (cnp->cn_ndp->ni_flag & NAMEI_UNFINISHED) {

Completed in 111 milliseconds