Searched refs:indx_used_bit (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | dir.c | 466 err = indx_used_bit(&ni->dir, ni, &bit); in ntfs_readdir() 567 err = indx_used_bit(&ni->dir, ni, &bit); in ntfs_dir_count()
|
H A D | index.c | 356 * If ntfs_readdir calls this function (indx_used_bit -> scan_nres_bitmap), 518 * indx_used_bit - Look for used bit. 522 int indx_used_bit(struct ntfs_index *indx, struct ntfs_inode *ni, size_t *bit) in indx_used_bit() function 1393 err = indx_used_bit(indx, ni, &bit); in indx_find_raw()
|
H A D | ntfs_fs.h | 660 int indx_used_bit(struct ntfs_index *indx, struct ntfs_inode *ni, size_t *bit);
|
Completed in 6 milliseconds