Home
last modified time | relevance | path

Searched refs:s_bdev_file (Results 1 – 11 of 11) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Dsuper_types.h7 struct file *s_bdev_file; member
Dsuper-io.c145 if (!IS_ERR_OR_NULL(sb->s_bdev_file)) in bch2_free_super()
146 bdev_fput(sb->s_bdev_file); in bch2_free_super()
733 sb->s_bdev_file = bdev_file_open_by_path(path, sb->mode, sb->holder, &bch2_sb_handle_bdev_ops); in __bch2_read_super()
734 if (IS_ERR(sb->s_bdev_file) && in __bch2_read_super()
735 PTR_ERR(sb->s_bdev_file) == -EACCES && in __bch2_read_super()
739 sb->s_bdev_file = bdev_file_open_by_path(path, sb->mode, sb->holder, &bch2_sb_handle_bdev_ops); in __bch2_read_super()
740 if (!IS_ERR(sb->s_bdev_file)) in __bch2_read_super()
744 if (IS_ERR(sb->s_bdev_file)) { in __bch2_read_super()
745 ret = PTR_ERR(sb->s_bdev_file); in __bch2_read_super()
749 sb->bdev = file_bdev(sb->s_bdev_file); in __bch2_read_super()
/linux-6.12.1/fs/romfs/
Dsuper.c587 bdev_fput(sb->s_bdev_file); in romfs_kill_sb()
/linux-6.12.1/fs/
Dsuper.c1583 sb->s_bdev_file = bdev_file; in setup_bdev_super()
1713 bdev_fput(sb->s_bdev_file); in kill_block_super()
/linux-6.12.1/fs/cramfs/
Dinode.c498 bdev_fput(sb->s_bdev_file); in cramfs_kill_sb()
/linux-6.12.1/block/
Dbdev.c182 if (set_blocksize(sb->s_bdev_file, size)) in sb_set_blocksize()
/linux-6.12.1/fs/jfs/
Djfs_logmgr.c1165 log->bdev_file = sb->s_bdev_file; in open_inline_log()
/linux-6.12.1/fs/xfs/
Dxfs_super.c472 mp->m_ddev_targp = xfs_alloc_buftarg(mp, sb->s_bdev_file); in xfs_open_devices()
/linux-6.12.1/fs/ntfs3/
Dinode.c1060 ret = filemap_flush(sb->s_bdev_file->f_mapping); in ntfs_flush_inodes()
/linux-6.12.1/include/linux/
Dfs.h1289 struct file *s_bdev_file; member
/linux-6.12.1/fs/f2fs/
Dsuper.c4255 FDEV(0).bdev_file = sbi->sb->s_bdev_file; in f2fs_scan_devices()