Home
last modified time | relevance | path

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

/linux/drivers/base/
H A Dbase.h214 static inline bool is_blockdev(struct device *dev) in is_blockdev() function
219 static inline bool is_blockdev(struct device *dev) { return false; } in is_blockdev() function
H A Ddevtmpfs.c131 if (is_blockdev(dev)) in devtmpfs_create_node()
295 if (is_blockdev(dev)) { in dev_mynode()