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

/xnu-2422.115.4/bsd/sys/
H A Dnamei.h122 int32_t ni_flag; member in struct:nameidata
208 (ndp)->ni_flag = 0; \
223 (ndp)->ni_flag = 0; \
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_lookup.c200 if (ndp->ni_flag & NAMEI_CONTLOOKUP) {
208 ndp->ni_flag &= ~(NAMEI_CONTLOOKUP);
453 if ((ndp->ni_flag & NAMEI_COMPOUNDOPEN) != 0) {
680 ((cnp->cn_flags & FOLLOW) || (ndp->ni_flag & NAMEI_TRAILINGSLASH) || *ndp->ni_next == '/')) {
689 if ((ndp->ni_flag & NAMEI_TRAILINGSLASH)) {
694 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)) {
1873 if ((ndp->ni_flag
[all...]
H A Dvfs_vnops.c256 if ((ndp->ni_flag & NAMEI_CONTLOOKUP) == 0) {
396 ndp->ni_flag = NAMEI_COMPOUNDOPEN;
478 if ((ndp->ni_flag & NAMEI_CONTLOOKUP) == 0) {
509 ndp->ni_flag = NAMEI_COMPOUNDOPEN;
531 if ((ndp->ni_flag & NAMEI_CONTLOOKUP) == 0) {
H A Dvfs_cache.c1062 ndp->ni_flag &= ~(NAMEI_TRAILINGSLASH);
1109 ndp->ni_flag |= NAMEI_TRAILINGSLASH;
H A Dvfs_syscalls.c4028 ndp->ni_flag |= NAMEI_COMPOUNDREMOVE;
4116 if ((ndp->ni_flag & NAMEI_CONTLOOKUP) == 0) {
6051 fromnd->ni_flag = NAMEI_COMPOUNDRENAME;
6055 tond->ni_flag = NAMEI_COMPOUNDRENAME;
6058 if ((fromnd->ni_flag & NAMEI_CONTLOOKUP) != 0 || !continuing) {
6068 if ((tond->ni_flag & NAMEI_CONTLOOKUP) != 0 || !continuing) {
6348 if ((fromnd->ni_flag & NAMEI_CONTLOOKUP) == 0) {
6349 if ((tond->ni_flag & NAMEI_CONTLOOKUP) == 0) {
6544 nd.ni_flag = NAMEI_COMPOUNDMKDIR;
6719 nd.ni_flag
[all...]
H A Dkpi_vfs.c1588 if (ndp->ni_flag & NAMEI_TRAILINGSLASH) {
1596 ndp->ni_flag |= NAMEI_CONTLOOKUP;
H A Dvfs_subr.c5431 if ((cnp->cn_ndp->ni_flag & NAMEI_TRAILINGSLASH)) {
5504 if (cnp->cn_ndp->ni_flag & NAMEI_UNFINISHED) {

Completed in 112 milliseconds