Home
last modified time | relevance | path

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

/linux/block/
H A Dfops.c473 const struct address_space_operations def_blk_aops = { variable
521 const struct address_space_operations def_blk_aops = { variable
H A Dblk.h615 extern const struct address_space_operations def_blk_aops;
H A Dbdev.c425 inode->i_data.a_ops = &def_blk_aops; in bdev_alloc()