Home
last modified time | relevance | path

Searched refs:ntfs_sb (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/fs/ntfs3/
Dntfs_fs.h990 static inline struct ntfs_sb_info *ntfs_sb(struct super_block *sb) in ntfs_sb() function
997 return test_bit(NTFS_FLAGS_SHUTDOWN_BIT, &ntfs_sb(sb)->flags); in ntfs3_forced_shutdown()
Dsuper.c728 set_bit(NTFS_FLAGS_SHUTDOWN_BIT, &ntfs_sb(sb)->flags); in ntfs_shutdown()