Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext3/
Ddir.c235 static inline __u32 pos2maj_hash(struct file *filp, loff_t pos) in pos2maj_hash() function
332 p->curr_hash = pos2maj_hash(filp, pos); in ext3_htree_create_dir_info()
454 info->curr_hash = pos2maj_hash(file, ctx->pos); in ext3_dx_readdir()
/linux-4.1.27/fs/ext4/
Ddir.c309 static inline __u32 pos2maj_hash(struct file *filp, loff_t pos) in pos2maj_hash() function
406 p->curr_hash = pos2maj_hash(filp, pos); in ext4_htree_create_dir_info()
536 info->curr_hash = pos2maj_hash(file, ctx->pos); in ext4_dx_readdir()