Home
last modified time | relevance | path

Searched refs:fsemarg_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dfem.h89 typedef struct fem_arg femarg_t, fsemarg_t; typedef
283 int (*fsemop_mount)(fsemarg_t *vf, vnode_t *mvp, \
285 int (*fsemop_unmount)(fsemarg_t *vf, int flag, cred_t *cr); \
286 int (*fsemop_root)(fsemarg_t *vf, vnode_t **vpp); \
287 int (*fsemop_statvfs)(fsemarg_t *vf, statvfs64_t *sp); \
288 int (*fsemop_sync)(fsemarg_t *vf, short flag, cred_t *cr); \
289 int (*fsemop_vget)(fsemarg_t *vf, vnode_t **vpp, fid_t *fidp); \
290 int (*fsemop_mountroot)(fsemarg_t *vf, \
292 void (*fsemop_freevfs)(fsemarg_t *vf); \
293 int (*fsemop_vnstate)(fsemarg_t *vf, vnode_t *vp, \
[all …]
/illumos-gate/usr/src/uts/common/fs/
H A Dfem.c1713 fsemarg_t farg; in fshead_mount()
1741 fsemarg_t farg; in fshead_unmount()
1769 fsemarg_t farg; in fshead_root()
1796 fsemarg_t farg; in fshead_statvfs()
1824 fsemarg_t farg; in fshead_sync()
1851 fsemarg_t farg; in fshead_syncfs()
1879 fsemarg_t farg; in fshead_vget()
1906 fsemarg_t farg; in fshead_mountroot()
1934 fsemarg_t farg; in fshead_freevfs()
1961 fsemarg_t farg; in fshead_vnstate()
[all …]
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_fop.c250 static int port_fop_unmount(fsemarg_t *vf, int flag, cred_t *cr);
2014 port_fop_unmount(fsemarg_t *vf, int flag, cred_t *cr) in port_fop_unmount()