Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/ntfs/
Dinode.c1370 int r2len) in splice_runlists() argument
1376 "r2len = %i.\n", __FUNCTION__, *r1len, r2len); in splice_runlists()
1383 dump_runlist(rl2, r2len); in splice_runlists()
1384 rlen = *r1len + r2len + 1; in splice_runlists()
1422 r2len--; in splice_runlists()
1427 ntfs_memcpy(rl + rl_size, rl2 + rl2_pos, r2len * sizeof(ntfs_runlist)); in splice_runlists()
1529 int rlen, rl_size = 0, r2len, rl2_size, old_data_rlen, err = 0; in ntfs_alloc_mft_record() local
1713 &count, &rl2, &r2len, in ntfs_alloc_mft_record()
1720 vol, rl2, r2len)) in ntfs_alloc_mft_record()
1894 r2len = data->d.r.len; in ntfs_alloc_mft_record()
[all …]
Dinode.h44 int r2len);