Searched refs:indx_used_bit (Results 1 – 3 of 3) sorted by relevance
/fs/ntfs3/ |
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()
|
D | index.c | 521 int indx_used_bit(struct ntfs_index *indx, struct ntfs_inode *ni, size_t *bit) in indx_used_bit() function 1398 err = indx_used_bit(indx, ni, &bit); in indx_find_raw()
|
D | ntfs_fs.h | 651 int indx_used_bit(struct ntfs_index *indx, struct ntfs_inode *ni, size_t *bit);
|