Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/boot/
Dvirtex.c83 char path[MAX_PATH_LEN]; in platform_specific_init()
89 if (getprop(devp, "linux,stdout-path", path, MAX_PATH_LEN) > 0) { in platform_specific_init()
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()
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-v4.19/include/linux/
Df2fs_fs.h63 #define MAX_PATH_LEN 64 macro
70 __u8 path[MAX_PATH_LEN];
/Linux-v4.19/fs/f2fs/
Dsuper.c2656 memcpy(FDEV(i).path, RDEV(i).path, MAX_PATH_LEN); in f2fs_scan_devices()
Df2fs.h1056 char path[MAX_PATH_LEN];