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

/xnu-2782.1.97/bsd/sys/
H A Dnamei.h122 int32_t ni_flag; member in struct:nameidata
211 (ndp)->ni_flag = 0; \
226 (ndp)->ni_flag = 0; \
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_lookup.c201 if (ndp->ni_flag & NAMEI_CONTLOOKUP) {
209 ndp->ni_flag &= ~(NAMEI_CONTLOOKUP);
454 if ((ndp->ni_flag & NAMEI_COMPOUNDOPEN) != 0) {
681 ((cnp->cn_flags & FOLLOW) || (ndp->ni_flag & NAMEI_TRAILINGSLASH) || *ndp->ni_next == '/')) {
690 if ((ndp->ni_flag & NAMEI_TRAILINGSLASH)) {
695 ndp->ni_flag &= ~(NAMEI_TRAILINGSLASH);
1068 ndp->ni_flag |= NAMEI_UNFINISHED;
1177 ((cnp->cn_flags & FOLLOW) || (ndp->ni_flag & NAMEI_TRAILINGSLASH) || *ndp->ni_next == '/')) {
1298 if ((cnp->cn_flags & ISLASTCN) && (ndp->ni_flag & NAMEI_TRAILINGSLASH) && !(cnp->cn_flags & WILLBEDIR)) {
1853 if ((ndp->ni_flag
[all...]
H A Dvfs_vnops.c256 if ((ndp->ni_flag & NAMEI_CONTLOOKUP) == 0) {
396 ndp->ni_flag = NAMEI_COMPOUNDOPEN;
479 if ((ndp->ni_flag & NAMEI_CONTLOOKUP) == 0) {
510 ndp->ni_flag = NAMEI_COMPOUNDOPEN;
532 if ((ndp->ni_flag & NAMEI_CONTLOOKUP) == 0) {
H A Dvfs_cache.c1065 ndp->ni_flag &= ~(NAMEI_TRAILINGSLASH);
1112 ndp->ni_flag |= NAMEI_TRAILINGSLASH;
H A Dvfs_syscalls.c2877 !(ndp->ni_flag & NAMEI_CONTLOOKUP) &&
4479 ndp->ni_flag |= NAMEI_COMPOUNDREMOVE;
4567 if ((ndp->ni_flag & NAMEI_CONTLOOKUP) == 0) {
6621 fromnd->ni_flag = NAMEI_COMPOUNDRENAME;
6625 tond->ni_flag = NAMEI_COMPOUNDRENAME;
6628 if ((fromnd->ni_flag & NAMEI_CONTLOOKUP) != 0 || !continuing) {
6638 if ((tond->ni_flag & NAMEI_CONTLOOKUP) != 0 || !continuing) {
6924 if ((fromnd->ni_flag & NAMEI_CONTLOOKUP) == 0) {
6925 if ((tond->ni_flag & NAMEI_CONTLOOKUP) == 0) {
7148 nd.ni_flag
[all...]
H A Dkpi_vfs.c1600 if (ndp->ni_flag & NAMEI_TRAILINGSLASH) {
1608 ndp->ni_flag |= NAMEI_CONTLOOKUP;
H A Dvfs_subr.c5661 if ((cnp->cn_ndp->ni_flag & NAMEI_TRAILINGSLASH)) {
5734 if (cnp->cn_ndp->ni_flag & NAMEI_UNFINISHED) {

Completed in 81 milliseconds