Home
last modified time | relevance | path

Searched refs:LAST_WORD_IS_DOT (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/fs/
Dnamei.c2270 #define LAST_WORD_IS_DOT (0x2eul << (BITS_PER_LONG-8)) macro
2330 #ifndef LAST_WORD_IS_DOT
2331 #define LAST_WORD_IS_DOT 0x2e macro
2379 case LAST_WORD_IS_DOT: in link_path_walk()