Searched refs:nullfs_cleanup_patched_context (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.81.4/bsd/miscfs/nullfs/ |
| H A D | null_vnops.c | 142 nullfs_cleanup_patched_context(struct null_mount * null_mp, vfs_context_t ctx) in nullfs_cleanup_patched_context() function 179 nullfs_cleanup_patched_context(null_mp, ectx); in nullfs_special_getattr() 190 nullfs_cleanup_patched_context(null_mp, ectx); in nullfs_special_getattr() 255 nullfs_cleanup_patched_context(null_mp, ectx); in nullfs_special_getattr() 324 nullfs_cleanup_patched_context(null_mp, ectx); in nullfs_getattr() 350 nullfs_cleanup_patched_context(null_mp, ectx); in nullfs_open() 378 nullfs_cleanup_patched_context(null_mp, ectx); in nullfs_close() 547 nullfs_cleanup_patched_context(null_mp, ectx); in null_special_lookup() 619 nullfs_cleanup_patched_context(null_mp, ectx); in null_lookup() 643 nullfs_cleanup_patched_context(null_mp, ectx); in null_lookup() [all …]
|
| H A D | nullfs.h | 153 void nullfs_cleanup_patched_context(struct null_mount * null_mp, vfs_context_t ctx);
|
| H A D | null_vfsops.c | 543 nullfs_cleanup_patched_context(null_mp, ectx); in nullfs_vfs_getattr()
|