Home
last modified time | relevance | path

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

/linux/block/
H A Dfops.c521 const struct address_space_operations def_blk_aops = { variable
581 const struct address_space_operations def_blk_aops = { variable
H A Dblk.h613 extern const struct address_space_operations def_blk_aops;
H A Dbdev.c466 inode->i_data.a_ops = &def_blk_aops; in bdev_alloc()