Home
last modified time | relevance | path

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

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