Searched refs:log_ni (Results 1 – 1 of 1) sorted by relevance
643 struct ntfs_inode *log_ni = NTFS_I(log_vi); in ntfs_empty_logfile() local644 struct ntfs_volume *vol = log_ni->vol; in ntfs_empty_logfile()667 read_lock_irqsave(&log_ni->size_lock, flags); in ntfs_empty_logfile()668 end_vcn = (log_ni->initialized_size + vol->cluster_size_mask) >> in ntfs_empty_logfile()670 read_unlock_irqrestore(&log_ni->size_lock, flags); in ntfs_empty_logfile()672 down_write(&log_ni->runlist.lock); in ntfs_empty_logfile()673 rl = log_ni->runlist.rl; in ntfs_empty_logfile()676 err = ntfs_map_runlist_nolock(log_ni, vcn, NULL); in ntfs_empty_logfile()681 rl = log_ni->runlist.rl; in ntfs_empty_logfile()757 up_write(&log_ni->runlist.lock); in ntfs_empty_logfile()[all …]