Home
last modified time | relevance | path

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

/linux-4.4.14/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.c777 union ubifs_dev_desc *dev = NULL; in ubifs_mknod()
792 dev = kmalloc(sizeof(union ubifs_dev_desc), GFP_NOFS); in ubifs_mknod()
Dsuper.c207 union ubifs_dev_desc *dev; in ubifs_iget()
209 ui->data = kmalloc(sizeof(union ubifs_dev_desc), GFP_NOFS); in ubifs_iget()
215 dev = (union ubifs_dev_desc *)ino->data; in ubifs_iget()