Home
last modified time | relevance | path

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

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