Searched refs:fs_generic_func_p (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/sys/ |
H A D | vfs_opreg.h | 47 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 D | vnode.h | 936 typedef int (*fs_generic_func_p) (); /* Generic vop/vfsop/femop/fsemop ptr */ typedef 1223 int vn_matchopval(vnode_t *, char *, fs_generic_func_p);
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | vfs_opreg.h | 47 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 D | vnode.h | 941 typedef int (*fs_generic_func_p) (); /* Generic vop/vfsop/femop/fsemop ptr */ typedef 1228 int vn_matchopval(vnode_t *, char *, fs_generic_func_p);
|
/titanic_44/usr/src/uts/common/fs/ |
H A D | vnode.c | 299 (fs_generic_func_p) fs_rwunlock, 300 (fs_generic_func_p) fs_rwunlock, /* no errors allowed */ 324 (fs_generic_func_p) fs_nosys_map, 325 (fs_generic_func_p) fs_nosys_map, 328 (fs_generic_func_p) fs_nosys_addmap, 329 (fs_generic_func_p) fs_nosys_addmap, 335 (fs_generic_func_p) fs_poll, (fs_generic_func_p) fs_nosys_poll, 350 (fs_generic_func_p) fs_dispose, 351 (fs_generic_func_p) fs_nodispose, 363 (fs_generic_func_p) fs_vnevent_nosupport, [all …]
|
H A D | vfs.c | 342 (fs_generic_func_p) fs_sync, in fs_copyfsops() 343 (fs_generic_func_p) fs_sync, /* No errors allowed */ in fs_copyfsops() 352 (fs_generic_func_p)fs_freevfs, in fs_copyfsops() 353 (fs_generic_func_p)fs_freevfs, /* Shouldn't fail */ in fs_copyfsops() 356 (fs_generic_func_p)fs_nosys, in fs_copyfsops() 357 (fs_generic_func_p)fs_nosys, in fs_copyfsops() 4524 fs_generic_func_p result; in fs_build_vector() 4525 fs_generic_func_p *location; in fs_build_vector() 4565 location = (fs_generic_func_p *) in fs_build_vector()
|
/titanic_44/usr/src/uts/common/vm/ |
H A D | vm_anon.c | 1268 (fs_generic_func_p)fs_dispose)) in anon_decref_pages()
|