Home
last modified time | relevance | path

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

/linux/drivers/base/firmware_loader/
H A Dmain.c856 if (name_contains_dotdot(name)) { in _request_firmware()
/linux/include/linux/
H A Dfs.h3283 * name_contains_dotdot - check if a file name contains ".." path components
3287 static inline bool name_contains_dotdot(const char *name) in name_contains_dotdot() function