Home
last modified time | relevance | path

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

/openbmc/linux/fs/nilfs2/
H A Ddirect.h18 #define NILFS_DIRECT_NBLOCKS (NILFS_BMAP_SIZE / sizeof(__le64) - 1) macro
20 #define NILFS_DIRECT_KEY_MAX (NILFS_DIRECT_NBLOCKS - 1)
H A Ddirect.c214 if (nitems > NILFS_DIRECT_NBLOCKS) in nilfs_direct_gather_data()
215 nitems = NILFS_DIRECT_NBLOCKS; in nilfs_direct_gather_data()
247 for (i = 0, j = 0; i < NILFS_DIRECT_NBLOCKS; i++) { in nilfs_direct_delete_and_convert()