Home
last modified time | relevance | path

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

/fs/hostfs/
Dhostfs_user.c68 int file_type(const char *path, int *maj, int *min) in file_type() argument
78 if (maj != NULL) in file_type()
79 *maj = major(buf.st_rdev); in file_type()
Dhostfs.h63 extern int file_type(const char *path, int *maj, int *min);
Dhostfs_kern.c550 int maj, min; in init_inode() local
557 type = file_type(name, &maj, &min); in init_inode()
559 rdev = MKDEV(maj, min); in init_inode()