Searched refs:L (Results 1 – 11 of 11) sorted by relevance
/fs/reiserfs/ |
D | do_balan.c | 119 tb->L[0]); in balance_leaf_when_delete() 193 B_NR_ITEMS(tb->L[0]), -1, NULL); in balance_leaf_when_delete() 200 reiserfs_invalidate_buffer(tb, tb->L[0]); in balance_leaf_when_delete() 300 n = B_NR_ITEMS(tb->L[0]); in balance_leaf() 329 bi.bi_bh = tb->L[0]; in balance_leaf() 373 bi.bi_bh = tb->L[0]; in balance_leaf() 418 (tb->L[0], in balance_leaf() 421 L[0]) - in balance_leaf() 433 bi.bi_bh = tb->L[0]; in balance_leaf() 528 bi.bi_bh = tb->L[0]; in balance_leaf() [all …]
|
D | ibalance.c | 41 dest_bi->bi_bh = tb->L[h]; in internal_define_dest_src_infos() 49 src_bi->bi_bh = tb->L[h]; in internal_define_dest_src_infos() 88 dest_bi->bi_bh = tb->L[h]; in internal_define_dest_src_infos() 625 if (!tb->L[h - 1] || !B_NR_ITEMS(tb->L[h - 1])) in balance_internal_when_delete() 628 new_root = tb->L[h - 1]; in balance_internal_when_delete() 651 if (tb->L[h] && tb->lnum[h] == -B_NR_ITEMS(tb->L[h]) - 1) { /* join S[h] with L[h] */ in balance_internal_when_delete() 713 RFALSE(tb->L[h] == NULL || tb->CFL[h] == NULL, in replace_lkey() 715 tb->L[h], tb->CFL[h]); in replace_lkey() 800 n = B_NR_ITEMS(tb->L[h]); /* number of items in L[h] */ in balance_internal() 816 bi.bi_bh = tb->L[h]; in balance_internal() [all …]
|
D | fix_node.c | 759 decrement_bcount(p_s_tb->L[n_counter]); in free_buffers_in_tb() 760 p_s_tb->L[n_counter] = NULL; in free_buffers_in_tb() 1983 decrement_bcount(p_s_tb->L[n_h]); in get_neighbors() 1984 p_s_tb->L[n_h] = p_s_bh; in get_neighbors() 2192 if (p_s_tb->L[i]) { in wait_tb_buffers_until_unlocked() 2194 p_s_tb->L[i], in wait_tb_buffers_until_unlocked() 2197 (p_s_tb->tb_sb, p_s_tb->L[i])) in wait_tb_buffers_until_unlocked() 2198 locked = p_s_tb->L[i]; in wait_tb_buffers_until_unlocked() 2496 p_s_tb->L[i]); in fix_nodes() 2511 brelse(p_s_tb->L[i]); in fix_nodes() [all …]
|
D | prints.c | 619 (tb->L[h]) ? (long long)(tb->L[h]->b_blocknr) : (-1LL), in store_print_tb() 620 (tb->L[h]) ? atomic_read(&(tb->L[h]->b_count)) : -1, in store_print_tb()
|
D | lbalance.c | 570 dest_bi->bi_bh = tb->L[0]; in leaf_define_dest_src_infos() 594 dest_bi->bi_bh = tb->L[0]; in leaf_define_dest_src_infos() 602 src_bi->bi_bh = tb->L[0]; in leaf_define_dest_src_infos()
|
D | bitmap.c | 1232 else if (*cur != ~0L) /* A mix, investigate */ in reiserfs_cache_bitmap_metadata()
|
/fs/afs/ |
D | internal.h | 828 #define ASSERTRANGE(L, OP1, N, OP2, H) \ argument 830 if (unlikely(!((L) OP1 (N)) || !((N) OP2 (H)))) { \ 834 (unsigned long)(L), (unsigned long)(N), \ 837 (unsigned long)(L), (unsigned long)(N), \ 875 #define ASSERTRANGE(L, OP1, N, OP2, H) \ argument
|
/fs/partitions/ |
D | efi.c | 127 return (crc32(~0L, buf, len) ^ ~0L); in efi_crc32()
|
/fs/ufs/ |
D | inode.c | 95 u64 ret = 0L; in ufs_frag_map() 97 __fs64 u2_block = 0L; in ufs_frag_map() 99 u64 temp = 0L; in ufs_frag_map()
|
/fs/ |
D | fcntl.c | 450 si.si_band = ~0L; in send_sigio_to_task()
|
/fs/ntfs/ |
D | ChangeLog | 593 - Change '\0' and L'\0' to simply 0 as per advice from Linus Torvalds. 877 - Move %L to %ll as %L is floating point and %ll is integer which is 1480 - Cleanup incorrect use of [su]64 with %L printf format specifier in
|