Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ntfs3/
Dbitmap.c64 size_t *b_len) in wnd_scan() argument
72 if (*b_len < *prev_tail) { in wnd_scan()
74 *b_len = *prev_tail; in wnd_scan()
83 if (*b_len < *prev_tail) { in wnd_scan()
85 *b_len = *prev_tail; in wnd_scan()
99 if (*b_len < free_len) { in wnd_scan()
101 *b_len = free_len; in wnd_scan()
959 size_t fnd, max_alloc, b_len, b_pos; in wnd_find() local
988 b_len = b_pos = 0; in wnd_find()
1105 b_len = e->count.key; in wnd_find()
[all …]
/linux-6.1.9/fs/ocfs2/
Duptodate.c601 unsigned int i, b_len = ocfs2_clusters_to_blocks(sb, 1) * c_len; in ocfs2_remove_xattr_clusters_from_cache() local
603 for (i = 0; i < b_len; i++, block++) in ocfs2_remove_xattr_clusters_from_cache()
/linux-6.1.9/fs/fat/
Ddir.c256 const unsigned char *b, int b_len) in fat_name_match() argument
258 if (a_len != b_len) in fat_name_match()