Home
last modified time | relevance | path

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

/titanic_41/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 …]
/titanic_41/usr/src/uts/common/fs/
H A Dfem.c1708 fsemarg_t farg; in fshead_mount()
1736 fsemarg_t farg; in fshead_unmount()
1764 fsemarg_t farg; in fshead_root()
1791 fsemarg_t farg; in fshead_statvfs()
1819 fsemarg_t farg; in fshead_sync()
1846 fsemarg_t farg; in fshead_vget()
1873 fsemarg_t farg; in fshead_mountroot()
1901 fsemarg_t farg; in fshead_freevfs()
1927 fsemarg_t farg; in fshead_vnstate()
2734 vfsnext_mount(fsemarg_t *vf, vnode_t *mvp, struct mounta *uap, cred_t *cr) in vfsnext_mount()
[all …]
/titanic_41/usr/src/uts/common/fs/portfs/
H A Dport_fop.c249 static int port_fop_unmount(fsemarg_t *vf, int flag, cred_t *cr);
2012 port_fop_unmount(fsemarg_t *vf, int flag, cred_t *cr) in port_fop_unmount()