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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dsuper.c2202 * ntfs_put_super - called by the vfs to unmount a volume
2205 * ntfs_put_super() is called by the VFS (from fs/super.c::do_umount()) when
2210 static void ntfs_put_super(struct super_block *sb) function
2652 .put_super = ntfs_put_super, /* Syscall: umount. */
2901 // TODO: Use ntfs_put_super() instead of repeating all this code...

Completed in 147 milliseconds