Home
last modified time | relevance | path

Searched refs:fs_generic_func_p (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dvfs_opreg.h45 fs_generic_func_p fs_generic; /* Generic function signature */
80 fs_generic_func_p defaultFunc; /* default function */
81 fs_generic_func_p errorFunc; /* error function */
H A Dvnode.h1023 typedef int (*fs_generic_func_p) (); /* Generic vop/vfsop/femop/fsemop ptr */ typedef
1312 int vn_matchopval(vnode_t *, char *, fs_generic_func_p);
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_vnode.c196 (fs_generic_func_p)(uintptr_t)fs_rwunlock,
197 (fs_generic_func_p)(uintptr_t)fs_rwunlock, /* no errors allowed */
221 (fs_generic_func_p) fs_nosys_map,
222 (fs_generic_func_p) fs_nosys_map,
225 (fs_generic_func_p) fs_nosys_addmap,
226 (fs_generic_func_p) fs_nosys_addmap,
232 (fs_generic_func_p) fs_poll, (fs_generic_func_p) fs_nosys_poll,
247 (fs_generic_func_p)(uintptr_t)fs_dispose,
248 (fs_generic_func_p)(uintptr_t)fs_nodispose,
260 (fs_generic_func_p) fs_vnevent_nosupport,
[all …]
H A Dfake_vfs.c277 (fs_generic_func_p) fs_sync, in fs_copyfsops()
278 (fs_generic_func_p) fs_sync, /* No errors allowed */ in fs_copyfsops()
287 (fs_generic_func_p)(uintptr_t)fs_freevfs, in fs_copyfsops()
288 (fs_generic_func_p)(uintptr_t) in fs_copyfsops()
292 (fs_generic_func_p)fs_nosys, in fs_copyfsops()
293 (fs_generic_func_p)fs_nosys, in fs_copyfsops()
2036 fs_generic_func_p result; in fs_build_vector()
2037 fs_generic_func_p *location; in fs_build_vector()
2078 location = (fs_generic_func_p *) in fs_build_vector()
/illumos-gate/usr/src/uts/common/fs/
H A Dvnode.c308 (fs_generic_func_p)(uintptr_t)fs_rwunlock,
309 (fs_generic_func_p)(uintptr_t)fs_rwunlock, /* no errors allowed */
333 (fs_generic_func_p) fs_nosys_map,
334 (fs_generic_func_p) fs_nosys_map,
337 (fs_generic_func_p) fs_nosys_addmap,
338 (fs_generic_func_p) fs_nosys_addmap,
344 (fs_generic_func_p) fs_poll, (fs_generic_func_p) fs_nosys_poll,
359 (fs_generic_func_p)(uintptr_t)fs_dispose,
360 (fs_generic_func_p)(uintptr_t)fs_nodispose,
372 (fs_generic_func_p) fs_vnevent_nosupport,
[all …]
H A Dvfs.c348 (fs_generic_func_p) fs_sync, in fs_copyfsops()
349 (fs_generic_func_p) fs_sync }, /* No errors allowed */ in fs_copyfsops()
358 (fs_generic_func_p)(uintptr_t)fs_freevfs, in fs_copyfsops()
360 (fs_generic_func_p)(uintptr_t)fs_freevfs }, in fs_copyfsops()
363 (fs_generic_func_p)fs_nosys, (fs_generic_func_p)fs_nosys }, in fs_copyfsops()
376 (fs_generic_func_p)fs_nosys_syncfs, in fs_copyfsops()
377 (fs_generic_func_p)fs_nosys_syncfs }, in fs_copyfsops()
4411 fs_generic_func_p result; in fs_build_vector()
4412 fs_generic_func_p *location; in fs_build_vector()
4452 location = (fs_generic_func_p *) in fs_build_vector()
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_anon.c1274 (fs_generic_func_p)(uintptr_t) in anon_decref_pages()