Home
last modified time | relevance | path

Searched refs:free_bits (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/fs/ntfs3/
H A Dbitmap.c68 u32 free_bits, end; in wnd_scan() local
95 free_bits = find_next_bit_le(buf, min(end, wend), wpos); in wnd_scan()
97 free_len = *prev_tail + free_bits - wpos; in wnd_scan()
107 if (free_bits >= wend) { in wnd_scan()
108 *prev_tail += free_bits - wpos; in wnd_scan()
112 wpos = free_bits + 1; in wnd_scan()
127 kvfree(wnd->free_bits); in wnd_close()
128 wnd->free_bits = NULL; in wnd_close()
524 if (!wnd->free_bits[iw]) { in wnd_rescan()
534 if (wbits == wnd->free_bits[i in wnd_rescan()
[all...]
H A Dntfs_fs.h151 u16 *free_bits; // Free bits in each window. member
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/libcxgb/
H A Dlibcxgb_ppm.h101 unsigned char free_bits:4; member
273 u32 v = val >> tformat->free_bits; in cxgbi_ppm_ddp_tag_update_sw_bits()
277 val, tformat->free_bits); in cxgbi_ppm_ddp_tag_update_sw_bits()
299 tformat->free_bits = 32 - 2 - bits; in cxgbi_tagmask_check()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/libcxgb/
H A Dlibcxgb_ppm.h101 unsigned char free_bits:4; member
273 u32 v = val >> tformat->free_bits; in cxgbi_ppm_ddp_tag_update_sw_bits()
277 val, tformat->free_bits); in cxgbi_ppm_ddp_tag_update_sw_bits()
299 tformat->free_bits = 32 - 2 - bits; in cxgbi_tagmask_check()
/kernel/linux/linux-5.10/fs/ocfs2/
H A Dlocalalloc.c623 unsigned int free_bits; in ocfs2_reserve_local_alloc_bits() local
665 free_bits = le32_to_cpu(alloc->id1.bitmap1.i_total) - in ocfs2_reserve_local_alloc_bits()
667 if (bits_wanted > free_bits) { in ocfs2_reserve_local_alloc_bits()
687 free_bits = le32_to_cpu(alloc->id1.bitmap1.i_total) - in ocfs2_reserve_local_alloc_bits()
689 if (bits_wanted > free_bits) in ocfs2_reserve_local_alloc_bits()
H A Dsuballoc.c776 u32 free_bits; in ocfs2_reserve_suballoc_bits() local
811 free_bits = le32_to_cpu(fe->id1.bitmap1.i_total) - in ocfs2_reserve_suballoc_bits()
814 if (bits_wanted > free_bits) { in ocfs2_reserve_suballoc_bits()
818 free_bits); in ocfs2_reserve_suballoc_bits()
825 slot, bits_wanted, free_bits); in ocfs2_reserve_suballoc_bits()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dlocalalloc.c621 unsigned int free_bits; in ocfs2_reserve_local_alloc_bits() local
663 free_bits = le32_to_cpu(alloc->id1.bitmap1.i_total) - in ocfs2_reserve_local_alloc_bits()
665 if (bits_wanted > free_bits) { in ocfs2_reserve_local_alloc_bits()
685 free_bits = le32_to_cpu(alloc->id1.bitmap1.i_total) - in ocfs2_reserve_local_alloc_bits()
687 if (bits_wanted > free_bits) in ocfs2_reserve_local_alloc_bits()
H A Dsuballoc.c774 u32 free_bits; in ocfs2_reserve_suballoc_bits() local
809 free_bits = le32_to_cpu(fe->id1.bitmap1.i_total) - in ocfs2_reserve_suballoc_bits()
812 if (bits_wanted > free_bits) { in ocfs2_reserve_suballoc_bits()
816 free_bits); in ocfs2_reserve_suballoc_bits()
823 slot, bits_wanted, free_bits); in ocfs2_reserve_suballoc_bits()

Completed in 14 milliseconds