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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dsuper.c2188 * ntfs_put_super - called by the vfs to unmount a volume
2191 * ntfs_put_super() is called by the VFS (from fs/super.c::do_umount()) when
2196 static void ntfs_put_super(struct super_block *sb) function
2655 .put_super = ntfs_put_super, /* Syscall: umount. */
2904 // TODO: Use ntfs_put_super() instead of repeating all this code...

Completed in 51 milliseconds