Searched refs:ll (Results 1 – 12 of 12) sorted by relevance
/fs/ntfs/ |
D | mft.c | 1129 s64 pass_end, ll, data_pos, pass_start, ofs, bit; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock() local 1149 ll = NTFS_I(vol->mftbmp_ino)->initialized_size << 3; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock() 1151 if (pass_end > ll) in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock() 1152 pass_end = ll; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock() 1178 ll = ((pass_end + 7) >> 3) - ofs; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock() 1179 if (size > ll) in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock() 1180 size = ll; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock() 1207 ll = data_pos + (bit & ~7ull) + b; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock() 1208 if (unlikely(ll > (1ll << 32))) { in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock() 1219 (long long)ll); in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock() [all …]
|
D | file.c | 321 s64 end, ll; in ntfs_prepare_file_for_write() local 388 ll = ni->allocated_size; in ntfs_prepare_file_for_write() 390 if (end > ll) { in ntfs_prepare_file_for_write() 398 ll = ntfs_attr_extend_allocation(ni, end, -1, pos); in ntfs_prepare_file_for_write() 399 if (likely(ll >= 0)) { in ntfs_prepare_file_for_write() 400 BUG_ON(pos >= ll); in ntfs_prepare_file_for_write() 402 if (end > ll) { in ntfs_prepare_file_for_write() 409 iov_iter_truncate(from, ll - pos); in ntfs_prepare_file_for_write() 412 err = ll; in ntfs_prepare_file_for_write() 414 ll = ni->allocated_size; in ntfs_prepare_file_for_write() [all …]
|
D | super.c | 756 s64 ll; in parse_ntfs_boot_sector() local 866 ll = sle64_to_cpu(b->number_of_sectors) >> sectors_per_cluster_bits; in parse_ntfs_boot_sector() 867 if ((u64)ll >= 1ULL << 32) { in parse_ntfs_boot_sector() 871 vol->nr_clusters = ll; in parse_ntfs_boot_sector() 879 if ((ll << vol->cluster_size_bits) >= (1ULL << 41)) { in parse_ntfs_boot_sector() 883 (unsigned long long)ll >> (40 - in parse_ntfs_boot_sector() 888 ll = sle64_to_cpu(b->mft_lcn); in parse_ntfs_boot_sector() 889 if (ll >= vol->nr_clusters) { in parse_ntfs_boot_sector() 891 "volume. Weird.", (unsigned long long)ll, in parse_ntfs_boot_sector() 892 (unsigned long long)ll); in parse_ntfs_boot_sector() [all …]
|
D | attrib.c | 1918 s64 ll, allocated_size, start = data_start; in ntfs_attr_extend_allocation() local 2270 ll = sle64_to_cpu(a->data.non_resident.lowest_vcn); in ntfs_attr_extend_allocation() 2271 rl2 = ntfs_rl_find_vcn_nolock(rl, ll); in ntfs_attr_extend_allocation() 2277 mp_size = ntfs_get_size_for_mapping_pairs(vol, rl2, ll, -1); in ntfs_attr_extend_allocation() 2314 mp_size, rl2, ll, -1, NULL); in ntfs_attr_extend_allocation() 2428 ll = allocated_size >> vol->cluster_size_bits; in ntfs_attr_extend_allocation() 2429 if (ntfs_cluster_free(ni, ll, -1, ctx) < 0) { in ntfs_attr_extend_allocation() 2443 if (ntfs_rl_truncate_nolock(vol, &ni->runlist, ll) || IS_ERR(m)) { in ntfs_attr_extend_allocation() 2460 mapping_pairs_offset), rl2, ll, -1, in ntfs_attr_extend_allocation()
|
/fs/nfs/ |
D | pnfs_nfs.c | 723 size_t ll = strlen(da->da_remotestr); in nfs4_pnfs_remotestr() local 725 if (ll > len) in nfs4_pnfs_remotestr() 728 memcpy(p, da->da_remotestr, ll); in nfs4_pnfs_remotestr() 729 p += ll; in nfs4_pnfs_remotestr() 730 len -= ll; in nfs4_pnfs_remotestr()
|
/fs/ocfs2/ |
D | Kconfig | 16 You'll want to install the ocfs2-tools package in order to at least
|
/fs/befs/ |
D | ChangeLog | 197 * 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/xfs/ |
D | Kconfig | 22 system of your root partition is compiled as a module, you'll need
|
/fs/ |
D | Kconfig | 183 If you've selected TMPFS, it's possible that you'll also need
|
D | Kconfig.binfmt | 27 you'll have to install the newest ELF runtime libraries, including
|
D | locks.c | 571 struct flock64 ll = { in flock_to_posix_lock() local 578 return flock64_to_posix_lock(filp, fl, &ll); in flock_to_posix_lock()
|
/fs/cramfs/ |
D | README | 182 will disagree. (If it is implemented, then I'll re-use that code in
|