Home
last modified time | relevance | path

Searched refs:are_bits_set (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/fs/ntfs3/
Dbitfunc.c81 bool are_bits_set(const ulong *lmap, size_t bit, size_t nbits) in are_bits_set() function
Dntfs_fs.h473 bool are_bits_set(const ulong *map, size_t bit, size_t nbits);
Dbitmap.c931 ret = are_bits_set((ulong *)bh->b_data, wbit, op); in wnd_is_used()