Home
last modified time | relevance | path

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

/fs/ntfs/
Dmft.c1134 s64 pass_end, ll, data_pos, pass_start, ofs, bit; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock() local
1154 ll = NTFS_I(vol->mftbmp_ino)->initialized_size << 3; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()
1156 if (pass_end > ll) in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()
1157 pass_end = ll; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()
1183 ll = ((pass_end + 7) >> 3) - ofs; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()
1184 if (size > ll) in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()
1185 size = ll; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()
1212 ll = data_pos + (bit & ~7ull) + b; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()
1213 if (unlikely(ll > (1ll << 32))) { in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()
1224 (long long)ll); in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()
[all …]
Dfile.c335 s64 end, ll; in ntfs_prepare_file_for_write() local
402 ll = ni->allocated_size; in ntfs_prepare_file_for_write()
404 if (end > ll) { in ntfs_prepare_file_for_write()
412 ll = ntfs_attr_extend_allocation(ni, end, -1, pos); in ntfs_prepare_file_for_write()
413 if (likely(ll >= 0)) { in ntfs_prepare_file_for_write()
414 BUG_ON(pos >= ll); in ntfs_prepare_file_for_write()
416 if (end > ll) { in ntfs_prepare_file_for_write()
423 iov_iter_truncate(from, ll - pos); in ntfs_prepare_file_for_write()
426 err = ll; in ntfs_prepare_file_for_write()
428 ll = ni->allocated_size; in ntfs_prepare_file_for_write()
[all …]
Dsuper.c770 s64 ll; in parse_ntfs_boot_sector() local
880 ll = sle64_to_cpu(b->number_of_sectors) >> sectors_per_cluster_bits; in parse_ntfs_boot_sector()
881 if ((u64)ll >= 1ULL << 32) { in parse_ntfs_boot_sector()
885 vol->nr_clusters = ll; in parse_ntfs_boot_sector()
893 if ((ll << vol->cluster_size_bits) >= (1ULL << 41)) { in parse_ntfs_boot_sector()
897 (unsigned long long)ll >> (40 - in parse_ntfs_boot_sector()
902 ll = sle64_to_cpu(b->mft_lcn); in parse_ntfs_boot_sector()
903 if (ll >= vol->nr_clusters) { in parse_ntfs_boot_sector()
905 "volume. Weird.", (unsigned long long)ll, in parse_ntfs_boot_sector()
906 (unsigned long long)ll); in parse_ntfs_boot_sector()
[all …]
Dattrib.c1908 s64 ll, allocated_size, start = data_start; in ntfs_attr_extend_allocation() local
2260 ll = sle64_to_cpu(a->data.non_resident.lowest_vcn); in ntfs_attr_extend_allocation()
2261 rl2 = ntfs_rl_find_vcn_nolock(rl, ll); in ntfs_attr_extend_allocation()
2267 mp_size = ntfs_get_size_for_mapping_pairs(vol, rl2, ll, -1); in ntfs_attr_extend_allocation()
2304 mp_size, rl2, ll, -1, NULL); in ntfs_attr_extend_allocation()
2418 ll = allocated_size >> vol->cluster_size_bits; in ntfs_attr_extend_allocation()
2419 if (ntfs_cluster_free(ni, ll, -1, ctx) < 0) { in ntfs_attr_extend_allocation()
2433 if (ntfs_rl_truncate_nolock(vol, &ni->runlist, ll) || IS_ERR(m)) { in ntfs_attr_extend_allocation()
2450 mapping_pairs_offset), rl2, ll, -1, in ntfs_attr_extend_allocation()
/fs/nfs/
Dpnfs_nfs.c509 size_t ll = strlen(da->da_remotestr); in nfs4_pnfs_remotestr() local
511 if (ll > len) in nfs4_pnfs_remotestr()
514 memcpy(p, da->da_remotestr, ll); in nfs4_pnfs_remotestr()
515 p += ll; in nfs4_pnfs_remotestr()
516 len -= ll; in nfs4_pnfs_remotestr()
/fs/ocfs2/
DKconfig15 You'll want to install the ocfs2-tools package in order to at least
/fs/xfs/
DKconfig22 system of your root partition is compiled as a module, you'll need
/fs/befs/
DChangeLog197 * Removed all the Read-Write stuff. I'll redo it when it is time to add
282 Flow control with #ifdef (ugh). Maybe I'll redo it once
/fs/cramfs/
DREADME153 will disagree. (If it is implemented, then I'll re-use that code in
/fs/
DKconfig163 If you've selected TMPFS, it's possible that you'll also need
DKconfig.binfmt23 you'll have to install the newest ELF runtime libraries, including
Dlocks.c500 struct flock64 ll = { in flock_to_posix_lock() local
507 return flock64_to_posix_lock(filp, fl, &ll); in flock_to_posix_lock()