Home
last modified time | relevance | path

Searched refs:fs_operation_def_t (Results 1 – 25 of 93) sorted by relevance

1234

/illumos-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_root.c91 static const fs_operation_def_t ctfs_vfstops[];
154 static const fs_operation_def_t ctfs_tops_root[];
155 extern const fs_operation_def_t ctfs_tops_tmpl[];
156 extern const fs_operation_def_t ctfs_tops_ctl[];
157 extern const fs_operation_def_t ctfs_tops_adir[];
158 extern const fs_operation_def_t ctfs_tops_cdir[];
159 extern const fs_operation_def_t ctfs_tops_tdir[];
160 extern const fs_operation_def_t ctfs_tops_latest[];
161 extern const fs_operation_def_t ctfs_tops_stat[];
162 extern const fs_operation_def_t ctfs_tops_sym[];
[all …]
H A Dctfs_ctl.c227 const fs_operation_def_t ctfs_tops_ctl[] = {
326 const fs_operation_def_t ctfs_tops_stat[] = {
H A Dctfs_event.c327 const fs_operation_def_t ctfs_tops_event[] = {
487 const fs_operation_def_t ctfs_tops_bundle[] = {
H A Dctfs_sym.c134 const fs_operation_def_t ctfs_tops_sym[] = {
H A Dctfs_latest.c173 const fs_operation_def_t ctfs_tops_latest[] = {
H A Dctfs_all.c146 const fs_operation_def_t ctfs_tops_adir[] = {
H A Dctfs_cdir.c154 const fs_operation_def_t ctfs_tops_cdir[] = {
H A Dctfs_tmpl.c189 const fs_operation_def_t ctfs_tops_tmpl[] = {
H A Dctfs_tdir.c157 const fs_operation_def_t ctfs_tops_tdir[] = {
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/sys/
H A Dvfs_opreg.h65 } fs_operation_def_t; typedef
95 const fs_operation_def_t *operations);
105 int vfs_setfsops(int, const fs_operation_def_t *, vfsops_t **);
106 int vfs_makefsops(const fs_operation_def_t *, vfsops_t **);
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvfs_opreg.h65 } fs_operation_def_t; typedef
95 const fs_operation_def_t *operations);
105 int vfs_setfsops(int, const fs_operation_def_t *, vfsops_t **);
106 int vfs_makefsops(const fs_operation_def_t *, vfsops_t **);
/illumos-gate/usr/src/uts/common/sys/
H A Dvfs_opreg.h63 } fs_operation_def_t; typedef
93 const fs_operation_def_t *operations);
103 int vfs_setfsops(int, const fs_operation_def_t *, vfsops_t **);
104 int vfs_makefsops(const fs_operation_def_t *, vfsops_t **);
H A Dobjfs_impl.h90 extern const fs_operation_def_t objfs_tops_root[];
106 extern const fs_operation_def_t objfs_tops_odir[];
122 extern const fs_operation_def_t objfs_tops_data[];
H A Dgfs.h49 const fs_operation_def_t *gfsv_template; /* ops template */
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dsdev_impl.h526 const fs_operation_def_t *vt_service; /* vnodeops table */
552 extern const fs_operation_def_t sdev_vnodeops_tbl[];
553 extern const fs_operation_def_t devpts_vnodeops_tbl[];
554 extern const fs_operation_def_t devnet_vnodeops_tbl[];
555 extern const fs_operation_def_t devipnet_vnodeops_tbl[];
556 extern const fs_operation_def_t devvt_vnodeops_tbl[];
557 extern const fs_operation_def_t devsys_vnodeops_tbl[];
558 extern const fs_operation_def_t devpseudo_vnodeops_tbl[];
559 extern const fs_operation_def_t devzvol_vnodeops_tbl[];
H A Dbootfs_impl.h73 extern const fs_operation_def_t bootfs_vnodeops_template[];
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_plugin.c497 const fs_operation_def_t sdev_plugin_vnodeops_tbl[] = {
513 static fs_operation_def_t *
514 sdev_merge_vtab(const fs_operation_def_t tab[]) in sdev_merge_vtab()
516 fs_operation_def_t *new; in sdev_merge_vtab()
517 const fs_operation_def_t *tab_entry; in sdev_merge_vtab()
525 fs_operation_def_t *std_entry = new; in sdev_merge_vtab()
540 sdev_free_vtab(fs_operation_def_t *new) in sdev_free_vtab()
756 fs_operation_def_t *templ; in sdev_plugin_register_legacy()
759 (const fs_operation_def_t *)templ, in sdev_plugin_register_legacy()
920 fs_operation_def_t *templ; in sdev_plugin_init()
[all …]
/illumos-gate/usr/src/uts/common/fs/sharefs/
H A Dsharefs_vfsops.c58 static const fs_operation_def_t sharefs_vfstops[];
292 static const fs_operation_def_t sharefs_vfstops[] = {
/illumos-gate/usr/src/uts/common/fs/objfs/
H A Dobjfs_vfs.c59 static const fs_operation_def_t objfs_vfstops[];
266 static const fs_operation_def_t objfs_vfstops[] = {
H A Dobjfs_odir.c79 const fs_operation_def_t objfs_tops_odir[] = {
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ctldir.c121 static const fs_operation_def_t zfsctl_tops_root[];
122 static const fs_operation_def_t zfsctl_tops_snapdir[];
123 static const fs_operation_def_t zfsctl_tops_snapshot[];
124 static const fs_operation_def_t zfsctl_tops_shares[];
488 static const fs_operation_def_t zfsctl_tops_root[] = {
1147 static const fs_operation_def_t zfsctl_tops_snapdir[] = {
1164 static const fs_operation_def_t zfsctl_tops_shares[] = {
1254 static const fs_operation_def_t zfsctl_tops_snapshot[] = {
/illumos-gate/usr/src/uts/common/fs/swapfs/
H A Dswap_subr.c49 extern const fs_operation_def_t swap_vnodeops_template[];
166 static const fs_operation_def_t swap_vfsops[] = { in swapinit()
/illumos-gate/usr/src/uts/common/fs/mntfs/
H A Dmntvfsops.c134 static const fs_operation_def_t mnt_vfsops_template[] = { in mntinit()
141 extern const fs_operation_def_t mnt_vnodeops_template[]; in mntinit()
/illumos-gate/usr/src/uts/common/sharefs/
H A Dsharefs.h117 extern const fs_operation_def_t sharefs_tops_data[];
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprvfsops.c143 static const fs_operation_def_t pr_vfsops_template[] = { in prinit()
150 extern const fs_operation_def_t pr_vnodeops_template[]; in prinit()

1234