Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/boot/
Dserial.c89 char path[MAX_PATH_LEN]; in serial_get_stdout_devp()
95 if (getprop(devp, "linux,stdout-path", path, MAX_PATH_LEN) > 0 || in serial_get_stdout_devp()
96 getprop(devp, "stdout-path", path, MAX_PATH_LEN) > 0) { in serial_get_stdout_devp()
Dvirtex.c80 char path[MAX_PATH_LEN]; in platform_specific_init()
86 if (getprop(devp, "linux,stdout-path", path, MAX_PATH_LEN) > 0) { in platform_specific_init()
Dops.h19 #define MAX_PATH_LEN 256 macro
177 char path[MAX_PATH_LEN]; in find_node_by_alias()
178 if (getprop(devp, alias, path, MAX_PATH_LEN) > 0) in find_node_by_alias()
/Linux-v5.4/include/linux/
Df2fs_fs.h66 #define MAX_PATH_LEN 64 macro
73 __u8 path[MAX_PATH_LEN];
/Linux-v5.4/fs/f2fs/
Dsuper.c3063 memcpy(FDEV(i).path, RDEV(i).path, MAX_PATH_LEN); in f2fs_scan_devices()
Df2fs.h1086 char path[MAX_PATH_LEN];