Searched refs:nop_reclaim (Results 1 – 4 of 4) sorted by relevance
169 #define spec_reclaim (int (*) (struct vnop_access_args *))nop_reclaim
162 { .opve_op = &vnop_reclaim_desc, .opve_impl = (VOPFUNC)nop_reclaim }, /* reclaim */
139 extern int nop_reclaim(struct vnop_reclaim_args *ap);
618 nop_reclaim(__unused struct vnop_reclaim_args *ap) in nop_reclaim() function