Home
last modified time | relevance | path

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

/linux-6.15/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.c900 const struct file_operations def_blk_fops = { variable
/linux-6.15/fs/
H A Dinode.c2528 inode->i_fop = &def_blk_fops; in init_special_inode()
/linux-6.15/include/linux/
H A Dfs.h2904 extern const struct file_operations def_blk_fops;