Searched refs:NILFS_MAX_REC_LEN (Results 1 – 2 of 2) sorted by relevance
41 if (len == NILFS_MAX_REC_LEN) in nilfs_rec_len_from_disk()51 return cpu_to_le16(NILFS_MAX_REC_LEN); in nilfs_rec_len_to_disk()
334 #define NILFS_MAX_REC_LEN ((1 << 16) - 1) macro