Searched refs:indx_used_bit (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/ntfs3/ |
H A D | dir.c | 474 err = indx_used_bit(&ni->dir, ni, &bit); in ntfs_readdir() 581 err = indx_used_bit(&ni->dir, ni, &bit); in ntfs_dir_count()
|
H A D | index.c | 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);
|