Searched refs:pos2min_hash (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/fs/ext3/
H A Ddir.c244 static inline __u32 pos2min_hash(struct file *filp, loff_t pos) pos2min_hash() function
333 p->curr_minor_hash = pos2min_hash(filp, pos); ext3_htree_create_dir_info()
455 info->curr_minor_hash = pos2min_hash(file, ctx->pos); ext3_dx_readdir()
/linux-4.1.27/fs/ext4/
H A Ddir.c318 static inline __u32 pos2min_hash(struct file *filp, loff_t pos) pos2min_hash() function
407 p->curr_minor_hash = pos2min_hash(filp, pos); ext4_htree_create_dir_info()
537 info->curr_minor_hash = pos2min_hash(file, ctx->pos); ext4_dx_readdir()

Completed in 140 milliseconds