Searched refs:b_last_allocated_key (Results 1 - 2 of 2) sorted by last modified time

/linux-master/fs/nilfs2/
H A Dbmap.c468 diff = key - bmap->b_last_allocated_key;
517 bmap->b_last_allocated_key = 0;
524 bmap->b_last_allocated_key = 0;
533 bmap->b_last_allocated_key = 0;
563 bmap->b_last_allocated_key = 0;
573 store->last_allocated_key = bmap->b_last_allocated_key;
582 bmap->b_last_allocated_key = store->last_allocated_key;
H A Dbmap.h93 * @b_last_allocated_key: last allocated key for data block
107 __u64 b_last_allocated_key; member in struct:nilfs_bmap
234 bmap->b_last_allocated_key = key;

Completed in 193 milliseconds