Searched refs:ntfs_write_volume_flags (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.c337 * ntfs_write_volume_flags - write new flags to the volume information flags
347 * the result when calling ntfs_write_volume_flags().
351 static int ntfs_write_volume_flags(ntfs_volume *vol, const VOLUME_FLAGS flags) function
409 return ntfs_write_volume_flags(vol, vol->vol_flags | flags);
425 return ntfs_write_volume_flags(vol, flags);

Completed in 48 milliseconds