Lines Matching refs:dev
1056 union ubifs_dev_desc *dev = NULL; in ubifs_mknod() local
1071 dev = kmalloc(sizeof(union ubifs_dev_desc), GFP_NOFS); in ubifs_mknod()
1072 if (!dev) in ubifs_mknod()
1074 devlen = ubifs_encode_dev(dev, rdev); in ubifs_mknod()
1080 kfree(dev); in ubifs_mknod()
1086 kfree(dev); in ubifs_mknod()
1094 kfree(dev); in ubifs_mknod()
1102 ui->data = dev; in ubifs_mknod()
1363 union ubifs_dev_desc *dev = NULL; in do_rename() local
1365 dev = kmalloc(sizeof(union ubifs_dev_desc), GFP_NOFS); in do_rename()
1366 if (!dev) { in do_rename()
1379 kfree(dev); in do_rename()
1384 whiteout_ui->data = dev; in do_rename()
1385 whiteout_ui->data_len = ubifs_encode_dev(dev, MKDEV(0, 0)); in do_rename()