Lines Matching refs:min_t
30 l = min_t(int, len, PAGE_CACHE_SIZE - off); in hfs_bnode_read()
36 l = min_t(int, len, PAGE_CACHE_SIZE); in hfs_bnode_read()
83 l = min_t(int, len, PAGE_CACHE_SIZE - off); in hfs_bnode_write()
90 l = min_t(int, len, PAGE_CACHE_SIZE); in hfs_bnode_write()
113 l = min_t(int, len, PAGE_CACHE_SIZE - off); in hfs_bnode_clear()
119 l = min_t(int, len, PAGE_CACHE_SIZE); in hfs_bnode_clear()
145 l = min_t(int, len, PAGE_CACHE_SIZE - src); in hfs_bnode_copy()
152 l = min_t(int, len, PAGE_CACHE_SIZE); in hfs_bnode_copy()
254 l = min_t(int, len, PAGE_CACHE_SIZE - src); in hfs_bnode_move()
262 l = min_t(int, len, PAGE_CACHE_SIZE); in hfs_bnode_move()
600 min_t(int, PAGE_CACHE_SIZE, tree->node_size)); in hfs_bnode_create()