Home
last modified time | relevance | path

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

/Linux-v5.10/fs/ntfs/
Dlogfile.c716 ntfs_inode *log_ni = NTFS_I(log_vi); in ntfs_empty_logfile() local
717 ntfs_volume *vol = log_ni->vol; in ntfs_empty_logfile()
740 read_lock_irqsave(&log_ni->size_lock, flags); in ntfs_empty_logfile()
741 end_vcn = (log_ni->initialized_size + vol->cluster_size_mask) >> in ntfs_empty_logfile()
743 read_unlock_irqrestore(&log_ni->size_lock, flags); in ntfs_empty_logfile()
745 down_write(&log_ni->runlist.lock); in ntfs_empty_logfile()
746 rl = log_ni->runlist.rl; in ntfs_empty_logfile()
749 err = ntfs_map_runlist_nolock(log_ni, vcn, NULL); in ntfs_empty_logfile()
755 rl = log_ni->runlist.rl; in ntfs_empty_logfile()
821 up_write(&log_ni->runlist.lock); in ntfs_empty_logfile()
[all …]