Lines Matching refs:min_t
31 l = min_t(int, len, PAGE_SIZE - off); in hfs_bnode_read()
37 l = min_t(int, len, PAGE_SIZE); in hfs_bnode_read()
84 l = min_t(int, len, PAGE_SIZE - off); in hfs_bnode_write()
91 l = min_t(int, len, PAGE_SIZE); in hfs_bnode_write()
114 l = min_t(int, len, PAGE_SIZE - off); in hfs_bnode_clear()
120 l = min_t(int, len, PAGE_SIZE); in hfs_bnode_clear()
144 l = min_t(int, len, PAGE_SIZE - src); in hfs_bnode_copy()
151 l = min_t(int, len, PAGE_SIZE); in hfs_bnode_copy()
253 l = min_t(int, len, PAGE_SIZE - src); in hfs_bnode_move()
261 l = min_t(int, len, PAGE_SIZE); in hfs_bnode_move()
597 min_t(int, PAGE_SIZE, tree->node_size)); in hfs_bnode_create()