Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Ddevfs_fs.h25 #define DEVFS_PATHLEN 1024 /* Never change this otherwise the macro
39 char devname[DEVFS_PATHLEN]; /* This will be '\0' terminated */
/linux-2.4.37.9/fs/devfs/
Dbase.c3361 pos = devfs_generate_path (de, info->devname, DEVFS_PATHLEN); in devfsd_read()
3363 info->namelen = DEVFS_PATHLEN - pos - 1; in devfsd_read()
/linux-2.4.37.9/Documentation/filesystems/devfs/
DChangeLog766 - Switched from PATH_MAX to DEVFS_PATHLEN