Searched refs:BUILDPATH_CHECKACCESS (Results 1 – 3 of 3) sorted by relevance
2692 #define BUILDPATH_CHECKACCESS 0x2 /* Check if parents have search rights */ macro
824 if (vp && (flags & BUILDPATH_CHECKACCESS)) { in build_path_with_parent()
14181 bpflags = vfs_context_suser(ctx) ? BUILDPATH_CHECKACCESS : 0; in fsgetpath_internal()