Lines Matching defs:mode
146 /* Careful in RCU mode */
483 static int ovl_parse_redirect_mode(struct ovl_config *config, const char *mode)
485 if (strcmp(mode, "on") == 0) {
492 } else if (strcmp(mode, "follow") == 0) {
494 } else if (strcmp(mode, "off") == 0) {
497 } else if (strcmp(mode, "nofollow") != 0) {
499 mode);
781 /* Clear any inherited mode bits */
1245 const char *name, umode_t mode)
1254 OVL_CATTR(mode));