Home
last modified time | relevance | path

Searched refs:ubifs_dev_desc (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/fs/ubifs/
Dmisc.h156 static inline int ubifs_encode_dev(union ubifs_dev_desc *dev, dev_t rdev) in ubifs_encode_dev()
Dubifs-media.h450 union ubifs_dev_desc { union
Ddir.c776 union ubifs_dev_desc *dev = NULL; in ubifs_mknod()
794 dev = kmalloc(sizeof(union ubifs_dev_desc), GFP_NOFS); in ubifs_mknod()
Dsuper.c203 union ubifs_dev_desc *dev; in ubifs_iget()
205 ui->data = kmalloc(sizeof(union ubifs_dev_desc), GFP_NOFS); in ubifs_iget()
211 dev = (union ubifs_dev_desc *)ino->data; in ubifs_iget()