···997997 * Return the intent data that applies to this particular path component998998 *999999 * Note that the current set of intents only apply to the very last10001000- * component of the path.10011001- * We check for this using LOOKUP_CONTINUE and LOOKUP_PARENT.10001000+ * component of the path and none of them is set before that last10011001+ * component.10021002 */10031003static inline unsigned int nfs_lookup_check_intent(struct nameidata *nd,10041004 unsigned int mask)10051005{10061006- if (nd->flags & (LOOKUP_CONTINUE|LOOKUP_PARENT))10071007- return 0;10081006 return nd->flags & mask;10091007}10101008