Searched refs:kdev_t (Results 1 – 5 of 5) sorted by relevance
30 typedef struct kdev_s *kdev_t; typedef75 kdev_t j_dev;76 kdev_t j_fs_dev;
184 struct buffer_head *getblk(kdev_t ctx, blk64_t blocknr, int blocksize);185 int sync_blockdev(kdev_t kdev);
119 struct buffer_head *getblk(kdev_t kdev, blk64_t blocknr, int blocksize) in getblk()147 int sync_blockdev(kdev_t kdev) in sync_blockdev()
124 struct buffer_head *getblk(kdev_t kdev, blk64_t blocknr, int blocksize) in getblk()153 int sync_blockdev(kdev_t kdev) in sync_blockdev()
932 kdev_t dev = s->s_dev; in squashfs_read_super()