Home
last modified time | relevance | path

Searched refs:bdata (Results 1 – 2 of 2) sorted by relevance

/fs/ext4/
Dorphan.c17 __le32 *bdata; in ext4_orphan_file_add() local
54 bdata = (__le32 *)(oi->of_binfo[i].ob_bh->b_data); in ext4_orphan_file_add()
72 while (bdata[j]) { in ext4_orphan_file_add()
78 } while (cmpxchg(&bdata[j], (__le32)0, cpu_to_le32(inode->i_ino)) != in ext4_orphan_file_add()
195 __le32 *bdata; in ext4_orphan_file_del() local
212 bdata = (__le32 *)(oi->of_binfo[blk].ob_bh->b_data); in ext4_orphan_file_del()
213 bdata[off] = 0; in ext4_orphan_file_del()
389 __le32 *bdata; in ext4_orphan_cleanup() local
478 bdata = (__le32 *)(oi->of_binfo[i].ob_bh->b_data); in ext4_orphan_cleanup()
480 if (!bdata[j]) in ext4_orphan_cleanup()
[all …]
/fs/
Dnamei.c2164 unsigned long adata, bdata, mask, len; in hash_name() local
2176 } while (!(has_zero(a, &adata, &constants) | has_zero(b, &bdata, &constants))); in hash_name()
2179 bdata = prep_zero_mask(b, bdata, &constants); in hash_name()
2180 mask = create_zero_mask(adata | bdata); in hash_name()