Lines Matching defs:ni
777 * @ni: ntfs inode whose runlist describes the clusters to free
778 * @start_vcn: vcn in the runlist of @ni at which to start freeing clusters
784 * described by the vfs inode @ni.
790 * If @ctx is specified, it is an active search context of @ni and its base mft
823 * Locking: - The runlist described by @ni must be locked for writing on entry
830 * - If @ctx is NULL, the base mft record of @ni must not be mapped on
835 s64 __ntfs_cluster_free(ntfs_inode *ni, const VCN start_vcn, s64 count,
844 BUG_ON(!ni);
846 "0x%llx.%s", ni->mft_no, (unsigned long long)start_vcn,
849 vol = ni->vol;
866 rl = ntfs_attr_find_vcn_nolock(ni, start_vcn, ctx);
920 rl = ntfs_attr_find_vcn_nolock(ni, vcn, ctx);
988 delta = __ntfs_cluster_free(ni, start_vcn, total_freed, ctx, true);