Lines Matching refs:min_t
31 l = min_t(int, len, PAGE_SIZE - off); in hfs_bnode_read()
36 l = min_t(int, len, PAGE_SIZE); in hfs_bnode_read()
82 l = min_t(int, len, PAGE_SIZE - off); in hfs_bnode_write()
88 l = min_t(int, len, PAGE_SIZE); in hfs_bnode_write()
110 l = min_t(int, len, PAGE_SIZE - off); in hfs_bnode_clear()
115 l = min_t(int, len, PAGE_SIZE); in hfs_bnode_clear()
138 l = min_t(int, len, PAGE_SIZE - src); in hfs_bnode_copy()
143 l = min_t(int, len, PAGE_SIZE); in hfs_bnode_copy()
245 l = min_t(int, len, PAGE_SIZE - src); in hfs_bnode_move()
255 l = min_t(int, len, PAGE_SIZE); in hfs_bnode_move()
586 min_t(int, PAGE_SIZE, tree->node_size)); in hfs_bnode_create()