Searched defs:kdev (Results 1 - 2 of 2) sorted by relevance

/external/e2fsprogs/e2fsck/
H A Djournal.c68 struct buffer_head *getblk(kdev_t kdev, blk_t blocknr, int blocksize) argument
71 int bufsize = sizeof(*bh) + kdev->k_ctx->fs->blocksize -
74 bh = e2fsck_allocate_memory(kdev->k_ctx, bufsize, "block buffer");
85 bh->b_ctx = kdev->k_ctx;
86 if (kdev->k_dev == K_DEV_FS)
87 bh->b_io = kdev->k_ctx->fs->io;
89 bh->b_io = kdev->k_ctx->journal_io;
96 void sync_blockdev(kdev_t kdev) argument
100 if (kdev->k_dev == K_DEV_FS)
101 io = kdev
[all...]
/external/bluetooth/bluedroid/bta/hh/
H A Dbta_hh_int.h309 tBTA_HH_DEV_CB kdev[BTA_HH_MAX_DEVICE]; /* device control block */ member in struct:__anon590

Completed in 82 milliseconds