CODA_PSDEV_MAJOR  128 fs/coda/inode.c 	if (!S_ISCHR(inode->i_mode) || imajor(inode) != CODA_PSDEV_MAJOR) {
CODA_PSDEV_MAJOR  363 fs/coda/psdev.c 	if (register_chrdev(CODA_PSDEV_MAJOR, "coda", &coda_psdev_fops)) {
CODA_PSDEV_MAJOR  365 fs/coda/psdev.c 		       __func__, CODA_PSDEV_MAJOR);
CODA_PSDEV_MAJOR  376 fs/coda/psdev.c 			      MKDEV(CODA_PSDEV_MAJOR, i), NULL, "cfs%d", i);
CODA_PSDEV_MAJOR  382 fs/coda/psdev.c 	unregister_chrdev(CODA_PSDEV_MAJOR, "coda");
CODA_PSDEV_MAJOR  389 fs/coda/psdev.c MODULE_ALIAS_CHARDEV_MAJOR(CODA_PSDEV_MAJOR);
CODA_PSDEV_MAJOR  415 fs/coda/psdev.c 		device_destroy(coda_psdev_class, MKDEV(CODA_PSDEV_MAJOR, i));
CODA_PSDEV_MAJOR  417 fs/coda/psdev.c 	unregister_chrdev(CODA_PSDEV_MAJOR, "coda");
CODA_PSDEV_MAJOR  433 fs/coda/psdev.c 		device_destroy(coda_psdev_class, MKDEV(CODA_PSDEV_MAJOR, i));
CODA_PSDEV_MAJOR  435 fs/coda/psdev.c 	unregister_chrdev(CODA_PSDEV_MAJOR, "coda");