Searched refs:ntfs_write_volume_flags (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.c336 * ntfs_write_volume_flags - write new flags to the volume information flags
346 * the result when calling ntfs_write_volume_flags().
350 static int ntfs_write_volume_flags(ntfs_volume *vol, const VOLUME_FLAGS flags) function
408 return ntfs_write_volume_flags(vol, vol->vol_flags | flags);
424 return ntfs_write_volume_flags(vol, flags);

Completed in 97 milliseconds