Home
last modified time | relevance | path

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

/fs/ext3/
Ddir.c398 loff_t curr_pos; in call_filldir() local
409 curr_pos = hash2pos(fname->hash, fname->minor_hash); in call_filldir()
412 fname->name_len, curr_pos, in call_filldir()
416 filp->f_pos = curr_pos; in call_filldir()
/fs/ext4/
Ddir.c400 loff_t curr_pos; in call_filldir() local
412 curr_pos = hash2pos(fname->hash, fname->minor_hash); in call_filldir()
415 fname->name_len, curr_pos, in call_filldir()
419 filp->f_pos = curr_pos; in call_filldir()