Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/sys/
H A Dvfs_opreg.h47 fs_generic_func_p fs_generic; /* Generic function signature */
82 fs_generic_func_p defaultFunc; /* default function */
83 fs_generic_func_p errorFunc; /* error function */
H A Dvnode.h943 typedef int (*fs_generic_func_p) (); /* Generic vop/vfsop/femop/fsemop ptr */ typedef
1230 int vn_matchopval(vnode_t *, char *, fs_generic_func_p);
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvfs_opreg.h47 fs_generic_func_p fs_generic; /* Generic function signature */
82 fs_generic_func_p defaultFunc; /* default function */
83 fs_generic_func_p errorFunc; /* error function */
H A Dvnode.h936 typedef int (*fs_generic_func_p) (); /* Generic vop/vfsop/femop/fsemop ptr */ typedef
1223 int vn_matchopval(vnode_t *, char *, fs_generic_func_p);
/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.c195 (fs_generic_func_p)(uintptr_t)fs_rwunlock,
196 (fs_generic_func_p)(intptr_t)fs_rwunlock, /* no errors allowed */
220 (fs_generic_func_p) fs_nosys_map,
221 (fs_generic_func_p) fs_nosys_map,
224 (fs_generic_func_p) fs_nosys_addmap,
225 (fs_generic_func_p) fs_nosys_addmap,
231 (fs_generic_func_p) fs_poll, (fs_generic_func_p) fs_nosys_poll,
246 (fs_generic_func_p)(intptr_t)fs_dispose,
247 (fs_generic_func_p)(intptr_t)fs_nodispose,
259 (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,
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,
372 (fs_generic_func_p) fs_vnevent_nosupport,
373 (fs_generic_func_p) fs_vnevent_nosupport,
2995 fs_generic_func_p *loc = NULL; in vn_matchopval()
[all …]
H A Dvfs.c341 (fs_generic_func_p) fs_sync, in fs_copyfsops()
342 (fs_generic_func_p) fs_sync, /* No errors allowed */ in fs_copyfsops()
351 (fs_generic_func_p)(uintptr_t)fs_freevfs, in fs_copyfsops()
353 (fs_generic_func_p)(uintptr_t)fs_freevfs, in fs_copyfsops()
356 (fs_generic_func_p)fs_nosys, in fs_copyfsops()
357 (fs_generic_func_p)fs_nosys, in fs_copyfsops()
4389 fs_generic_func_p result; in fs_build_vector()
4390 fs_generic_func_p *location; in fs_build_vector()
4430 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()