Searched refs:ni_flag (Results 1 – 9 of 9) sorted by relevance
207 if (ndp->ni_flag & NAMEI_CONTLOOKUP) { in namei()215 ndp->ni_flag &= ~(NAMEI_CONTLOOKUP); in namei()339 if (ndp->ni_flag & NAMEI_NOFOLLOW_ANY) { in namei()351 if (!(ndp->ni_flag & NAMEI_ROOTDIR)) { in namei()360 if (ndp->ni_flag & NAMEI_ROOTDIR) { in namei()606 if ((ndp->ni_flag & NAMEI_COMPOUNDOPEN) != 0) { in namei_compound_available()852 ((cnp->cn_flags & FOLLOW) || (ndp->ni_flag & NAMEI_TRAILINGSLASH) || *ndp->ni_next == '/')) { in lookup_handle_found_vnode()861 if ((ndp->ni_flag & NAMEI_TRAILINGSLASH)) { in lookup_handle_found_vnode()866 ndp->ni_flag &= ~(NAMEI_TRAILINGSLASH); in lookup_handle_found_vnode()1291 ndp->ni_flag |= NAMEI_UNFINISHED;[all …]
261 if ((ndp->ni_flag & NAMEI_CONTLOOKUP) == 0) { in vn_open_auth_do_create()432 ndp->ni_flag &= NAMEI_ROOTDIR; in vn_open_auth()433 ndp->ni_flag |= NAMEI_COMPOUNDOPEN; in vn_open_auth()443 ndp->ni_flag |= NAMEI_NOFOLLOW_ANY; in vn_open_auth()522 if ((ndp->ni_flag & NAMEI_CONTLOOKUP) == 0) { in vn_open_auth()556 ndp->ni_flag &= NAMEI_ROOTDIR; in vn_open_auth()557 ndp->ni_flag |= NAMEI_COMPOUNDOPEN; in vn_open_auth()565 ndp->ni_flag |= NAMEI_NOFOLLOW_ANY; in vn_open_auth()584 if ((ndp->ni_flag & NAMEI_CONTLOOKUP) == 0) { in vn_open_auth()
1696 int32_t ni_flag; member1709 saved_statep->ni_flag = ndp->ni_flag; in save_ndp_state()1722 ndp->ni_flag = saved_statep->ni_flag; in restore_ndp_state()1785 ndp->ni_flag &= ~(NAMEI_TRAILINGSLASH); in cache_lookup_path()1833 ndp->ni_flag |= NAMEI_TRAILINGSLASH; in cache_lookup_path()2082 (ndp->ni_flag & NAMEI_TRAILINGSLASH) || *ndp->ni_next == '/') { in cache_lookup_path()
891 nd.ni_flag |= NAMEI_NOFOLLOW_ANY; in __mac_mount()4044 !(ndp->ni_flag & NAMEI_CONTLOOKUP) && in nameiat()6132 ndp->ni_flag |= NAMEI_COMPOUNDREMOVE | nofollow_any; in unlinkat_internal()6245 if ((ndp->ni_flag & NAMEI_CONTLOOKUP) == 0) { in unlinkat_internal()6899 nd.ni_flag |= NAMEI_NOFOLLOW_ANY; in faccessat_internal()7003 ndp->ni_flag |= NAMEI_NOFOLLOW_ANY; in fstatat_internal()7703 nd.ni_flag |= NAMEI_NOFOLLOW_ANY; in chmodat()8010 nd.ni_flag |= NAMEI_NOFOLLOW_ANY; in fchownat_internal()8687 tondp->ni_flag |= NAMEI_NOFOLLOW_ANY; in clonefile_internal()8915 ndp->ni_flag |= NAMEI_NOFOLLOW_ANY; in clonefileat()[all …]
1061 ndp->ni_flag = NAMEI_ROOTDIR; in exclave_fs_open_internal()
3427 nd.ni_flag |= NAMEI_NOFOLLOW_ANY; in getattrlistat_internal()4749 nd.ni_flag |= NAMEI_NOFOLLOW_ANY; in setattrlist()4794 nd.ni_flag |= NAMEI_NOFOLLOW_ANY; in setattrlistat()
2068 if (ndp->ni_flag & NAMEI_TRAILINGSLASH) { in vnode_lookup_continue_needed()2076 ndp->ni_flag |= NAMEI_CONTLOOKUP; in vnode_lookup_continue_needed()
7670 ndp->ni_flag |= NAMEI_NOFOLLOW_ANY; in vnode_lookupat()8205 if (cnp->cn_ndp->ni_flag & NAMEI_TRAILINGSLASH) { in vn_authorize_open_existing()8288 if (cnp->cn_ndp->ni_flag & NAMEI_UNFINISHED) { in vn_authorize_create()
126 int32_t ni_flag; member214 (ndp)->ni_flag = 0; \