Searched refs:bdev_inode (Results 1 - 1 of 1) sorted by relevance

/linux-master/block/
H A Dbdev.c36 struct bdev_inode { struct
41 static inline struct bdev_inode *BDEV_I(struct inode *inode)
43 return container_of(inode, struct bdev_inode, vfs_inode);
48 return &container_of(bdev, struct bdev_inode, bdev)->vfs_inode;
322 struct bdev_inode *ei = alloc_inode_sb(sb, bdev_cachep, GFP_KERNEL);
351 struct bdev_inode *ei = data;
395 bdev_cachep = kmem_cache_create("bdev_cache", sizeof(struct bdev_inode),

Completed in 254 milliseconds