Home
last modified time | relevance | path

Searched refs:def_blk_fops (Results 1 – 4 of 4) sorted by relevance

/linux/block/
H A Dbdev.c1052 blockdev_mnt, "", flags | O_LARGEFILE, &def_blk_fops); in bdev_file_open_by_dev()
1162 if (WARN_ON_ONCE(bdev_file->f_op != &def_blk_fops)) in bdev_fput()
H A Dfops.c946 const struct file_operations def_blk_fops = { variable
/linux/fs/
H A Dinode.c2527 inode->i_fop = &def_blk_fops; in init_special_inode()
/linux/include/linux/
H A Dfs.h2970 extern const struct file_operations def_blk_fops;