Home
last modified time | relevance | path

Searched refs:NTFS_SB (Results 1 – 8 of 8) sorted by relevance

/linux/fs/ntfs/
H A Dfile.c384 stat->blksize = NTFS_SB(inode->i_sb)->cluster_size; in ntfs_getattr()
386 NTFS_SB(inode->i_sb)->cluster_size_bits) >> 9) + inode->i_blocks; in ntfs_getattr()
460 if (NVolShutdown(NTFS_SB(sb))) in ntfs_file_read_iter()
712 if (NVolShutdown(NTFS_SB(file->f_mapping->host->i_sb))) in ntfs_file_mmap_prepare()
780 if (NVolShutdown(NTFS_SB(in->f_mapping->host->i_sb))) in ntfs_file_splice_read()
801 struct ntfs_volume *vol = NTFS_SB(file_inode(filp)->i_sb); in ntfs_ioctl_get_volume_label()
824 struct ntfs_volume *vol = NTFS_SB(file_inode(filp)->i_sb); in ntfs_ioctl_set_volume_label()
892 return ntfs_ioctl_fitrim(NTFS_SB(file_inode(filp)->i_sb), arg); in ntfs_ioctl()
H A Dnamei.c173 struct ntfs_volume *vol = NTFS_SB(dir_ino->i_sb); in ntfs_lookup()
738 struct ntfs_volume *vol = NTFS_SB(dir->i_sb); in ntfs_create()
1012 struct ntfs_volume *vol = NTFS_SB(sb); in ntfs_unlink()
1056 struct ntfs_volume *vol = NTFS_SB(sb); in ntfs_mkdir()
1097 struct ntfs_volume *vol = NTFS_SB(sb); in ntfs_rmdir()
1263 struct ntfs_volume *vol = NTFS_SB(sb); in ntfs_rename()
1406 struct ntfs_volume *vol = NTFS_SB(sb); in ntfs_symlink()
1454 struct ntfs_volume *vol = NTFS_SB(sb); in ntfs_mknod()
1507 struct ntfs_volume *vol = NTFS_SB(sb); in ntfs_link()
H A Dsuper.c268 struct ntfs_volume *vol = NTFS_SB(sb); in ntfs_reconfigure()
335 struct ntfs_volume *vol = NTFS_SB(sb); in ntfs_handle_error()
1713 struct ntfs_volume *vol = NTFS_SB(sb); in ntfs_put_super()
1822 struct ntfs_volume *vol = NTFS_SB(sb); in ntfs_force_shutdown()
1855 struct ntfs_volume *vol = NTFS_SB(sb); in ntfs_sync_fs()
2095 struct ntfs_volume *vol = NTFS_SB(sb); in ntfs_statfs()
2214 struct ntfs_volume *vol = NTFS_SB(sb); in ntfs_fill_super()
H A Dbitmap.c289 NVolSetErrors(NTFS_SB(vi->i_sb)); in __ntfs_bitmap_set_bits_in_run()
H A Dntfs.h194 static inline struct ntfs_volume *NTFS_SB(struct super_block *sb) in NTFS_SB() function
H A Dinode.c469 ni->vol = NTFS_SB(sb); in __ntfs_init_inode()
681 struct ntfs_volume *vol = NTFS_SB(vi->i_sb); in ntfs_read_locked_inode()
1283 struct ntfs_volume *vol = NTFS_SB(vi->i_sb); in ntfs_read_locked_attr_inode()
1523 struct ntfs_volume *vol = NTFS_SB(vi->i_sb); in ntfs_read_locked_index_inode()
1861 struct ntfs_volume *vol = NTFS_SB(sb); in ntfs_read_inode_mount()
2371 struct ntfs_volume *vol = NTFS_SB(root->d_sb); in ntfs_show_options()
H A Dlogfile.c457 struct ntfs_volume *vol = NTFS_SB(log_vi->i_sb); in ntfs_check_logfile()
H A Ddir.c723 struct ntfs_volume *vol = NTFS_SB(sb); in ntfs_readdir()