Searched refs:fs_operation_def_t (Results 1 - 25 of 90) sorted by relevance

1234

/illumos-gate/usr/src/uts/common/sys/
H A Dvfs_opreg.h65 } fs_operation_def_t; typedef in typeref:struct:fs_operation_def
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 **);
H A Dobjfs_impl.h92 extern const fs_operation_def_t objfs_tops_root[];
108 extern const fs_operation_def_t objfs_tops_odir[];
124 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/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvfs_opreg.h65 } fs_operation_def_t; typedef in typeref:struct:fs_operation_def
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/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_sy
[all...]
H A Dctfs_latest.c175 const fs_operation_def_t ctfs_tops_latest[] = {
H A Dctfs_sym.c136 const fs_operation_def_t ctfs_tops_sym[] = {
H A Dctfs_ctl.c229 const fs_operation_def_t ctfs_tops_ctl[] = {
328 const fs_operation_def_t ctfs_tops_stat[] = {
H A Dctfs_all.c148 const fs_operation_def_t ctfs_tops_adir[] = {
H A Dctfs_cdir.c156 const fs_operation_def_t ctfs_tops_cdir[] = {
H A Dctfs_tdir.c159 const fs_operation_def_t ctfs_tops_tdir[] = {
H A Dctfs_tmpl.c189 const fs_operation_def_t ctfs_tops_tmpl[] = {
H A Dctfs_event.c328 const fs_operation_def_t ctfs_tops_event[] = {
488 const fs_operation_def_t ctfs_tops_bundle[] = {
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dsdev_impl.h530 extern const fs_operation_def_t sdev_vnodeops_tbl[];
531 extern const fs_operation_def_t devpts_vnodeops_tbl[];
532 extern const fs_operation_def_t devnet_vnodeops_tbl[];
533 extern const fs_operation_def_t devipnet_vnodeops_tbl[];
534 extern const fs_operation_def_t devvt_vnodeops_tbl[];
535 extern const fs_operation_def_t devsys_vnodeops_tbl[];
536 extern const fs_operation_def_t devpseudo_vnodeops_tbl[];
537 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/sharefs/
H A Dsharefs.h112 extern const fs_operation_def_t sharefs_tops_data[];
/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.c81 const fs_operation_def_t objfs_tops_odir[] = {
H A Dobjfs_root.c166 const fs_operation_def_t objfs_tops_root[] = {
/illumos-gate/usr/src/uts/common/fs/sharefs/
H A Dsharefs_vfsops.c54 static const fs_operation_def_t sharefs_vfstops[];
298 static const fs_operation_def_t sharefs_vfstops[] = {
/illumos-gate/usr/src/uts/common/fs/mntfs/
H A Dmntvfsops.c134 static const fs_operation_def_t mnt_vfsops_template[] = {
141 extern const fs_operation_def_t mnt_vnodeops_template[];
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprvfsops.c143 static const fs_operation_def_t pr_vfsops_template[] = {
150 extern const fs_operation_def_t pr_vnodeops_template[];
/illumos-gate/usr/src/uts/common/fs/swapfs/
H A Dswap_subr.c45 extern const fs_operation_def_t swap_vnodeops_template[];
167 static const fs_operation_def_t swap_vfsops[] = {
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ctldir.c122 static const fs_operation_def_t zfsctl_tops_root[];
123 static const fs_operation_def_t zfsctl_tops_snapdir[];
124 static const fs_operation_def_t zfsctl_tops_snapshot[];
125 static const fs_operation_def_t zfsctl_tops_shares[];
494 static const fs_operation_def_t zfsctl_tops_root[] = {
1153 static const fs_operation_def_t zfsctl_tops_snapdir[] = {
1170 static const fs_operation_def_t zfsctl_tops_shares[] = {
1260 static const fs_operation_def_t zfsctl_tops_snapshot[] = {
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_subr.c156 static fs_operation_def_t *sdev_merge_vtab(const fs_operation_def_t []);
157 static void sdev_free_vtab(fs_operation_def_t *);
503 const fs_operation_def_t *vt_service; /* vnodeops table */
615 fs_operation_def_t *templ;
618 (const fs_operation_def_t *)templ,
2952 static fs_operation_def_t *
2953 sdev_merge_vtab(const fs_operation_def_t tab[])
2955 fs_operation_def_t *new;
2956 const fs_operation_def_t *tab_entr
[all...]

Completed in 68 milliseconds

1234