Home
last modified time | relevance | path

Searched refs:log_ni (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/ntfs/
Dlogfile.c730 ntfs_inode *log_ni = NTFS_I(log_vi); in ntfs_empty_logfile() local
731 ntfs_volume *vol = log_ni->vol; in ntfs_empty_logfile()
754 read_lock_irqsave(&log_ni->size_lock, flags); in ntfs_empty_logfile()
755 end_vcn = (log_ni->initialized_size + vol->cluster_size_mask) >> in ntfs_empty_logfile()
757 read_unlock_irqrestore(&log_ni->size_lock, flags); in ntfs_empty_logfile()
759 down_write(&log_ni->runlist.lock); in ntfs_empty_logfile()
760 rl = log_ni->runlist.rl; in ntfs_empty_logfile()
763 err = ntfs_map_runlist_nolock(log_ni, vcn, NULL); in ntfs_empty_logfile()
769 rl = log_ni->runlist.rl; in ntfs_empty_logfile()
835 up_write(&log_ni->runlist.lock); in ntfs_empty_logfile()
[all …]