Home
last modified time | relevance | path

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

/openbmc/linux/fs/ntfs/
H A Dlogfile.c715 ntfs_inode *log_ni = NTFS_I(log_vi); in ntfs_empty_logfile() local
716 ntfs_volume *vol = log_ni->vol; in ntfs_empty_logfile()
739 read_lock_irqsave(&log_ni->size_lock, flags); in ntfs_empty_logfile()
740 end_vcn = (log_ni->initialized_size + vol->cluster_size_mask) >> in ntfs_empty_logfile()
742 read_unlock_irqrestore(&log_ni->size_lock, flags); in ntfs_empty_logfile()
744 down_write(&log_ni->runlist.lock); in ntfs_empty_logfile()
745 rl = log_ni->runlist.rl; in ntfs_empty_logfile()
748 err = ntfs_map_runlist_nolock(log_ni, vcn, NULL); in ntfs_empty_logfile()
754 rl = log_ni->runlist.rl; in ntfs_empty_logfile()
820 up_write(&log_ni->runlist.lock); in ntfs_empty_logfile()
[all …]