Lines Matching defs:path
1670 * @path: path to the block device to open
1674 * Open the blockdevice described by the device file at @path. @mode
1685 struct block_device *blkdev_get_by_path(const char *path, fmode_t mode,
1691 bdev = lookup_bdev(path);
2093 struct path path;
2099 error = kern_path(pathname, LOOKUP_FOLLOW, &path);
2103 inode = d_backing_inode(path.dentry);
2108 if (!may_open_dev(&path))
2115 path_put(&path);