Home
last modified time | relevance | path

Searched refs:nop_reclaim (Results 1 – 4 of 4) sorted by relevance

/xnu-11417.140.69/bsd/miscfs/specfs/
H A Dspecdev.h169 #define spec_reclaim (int (*) (struct vnop_access_args *))nop_reclaim
H A Dspec_vnops.c162 { .opve_op = &vnop_reclaim_desc, .opve_impl = (VOPFUNC)nop_reclaim }, /* reclaim */
/xnu-11417.140.69/bsd/vfs/
H A Dvfs_support.h139 extern int nop_reclaim(struct vnop_reclaim_args *ap);
H A Dvfs_support.c618 nop_reclaim(__unused struct vnop_reclaim_args *ap) in nop_reclaim() function