Lines Matching refs:log_ni
729 ntfs_inode *log_ni = NTFS_I(log_vi); in ntfs_empty_logfile() local
730 ntfs_volume *vol = log_ni->vol; in ntfs_empty_logfile()
753 read_lock_irqsave(&log_ni->size_lock, flags); in ntfs_empty_logfile()
754 end_vcn = (log_ni->initialized_size + vol->cluster_size_mask) >> in ntfs_empty_logfile()
756 read_unlock_irqrestore(&log_ni->size_lock, flags); in ntfs_empty_logfile()
758 down_write(&log_ni->runlist.lock); in ntfs_empty_logfile()
759 rl = log_ni->runlist.rl; in ntfs_empty_logfile()
762 err = ntfs_map_runlist_nolock(log_ni, vcn, NULL); in ntfs_empty_logfile()
768 rl = log_ni->runlist.rl; in ntfs_empty_logfile()
834 up_write(&log_ni->runlist.lock); in ntfs_empty_logfile()
857 up_write(&log_ni->runlist.lock); in ntfs_empty_logfile()