Home
last modified time | relevance | path

Searched refs:ntfs_put_super (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/fs/ntfs3/
H A Dsuper.c637 static void ntfs_put_super(struct super_block *sb) in ntfs_put_super() function
774 .put_super = ntfs_put_super,
/kernel/linux/linux-5.10/fs/ntfs/
H A Dsuper.c2241 * ntfs_put_super - called by the vfs to unmount a volume
2244 * ntfs_put_super() is called by the VFS (from fs/super.c::do_umount()) when
2249 static void ntfs_put_super(struct super_block *sb) in ntfs_put_super() function
2670 .put_super = ntfs_put_super, /* Syscall: umount. */
2916 // TODO: Use ntfs_put_super() instead of repeating all this code... in ntfs_fill_super()
/kernel/linux/linux-6.6/fs/ntfs/
H A Dsuper.c2249 * ntfs_put_super - called by the vfs to unmount a volume
2252 * ntfs_put_super() is called by the VFS (from fs/super.c::do_umount()) when
2257 static void ntfs_put_super(struct super_block *sb) in ntfs_put_super() function
2678 .put_super = ntfs_put_super, /* Syscall: umount. */
2922 // TODO: Use ntfs_put_super() instead of repeating all this code... in ntfs_fill_super()

Completed in 9 milliseconds