Home
last modified time | relevance | path

Searched refs:gfs_file_create (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_event.c173 vp = gfs_file_create(sizeof (ctfs_evnode_t), pvp, ctfs_ops_event); in ctfs_create_evnode()
352 vp = gfs_file_create(sizeof (ctfs_bunode_t), pvp, ctfs_ops_bundle); in ctfs_create_pbundle()
372 vp = gfs_file_create(sizeof (ctfs_bunode_t), pvp, ctfs_ops_bundle); in ctfs_create_bundle()
H A Dctfs_ctl.c63 vp = gfs_file_create(sizeof (ctfs_ctlnode_t), pvp, ctfs_ops_ctl); in ctfs_create_ctlnode()
253 vp = gfs_file_create(sizeof (ctfs_ctlnode_t), pvp, ctfs_ops_stat); in ctfs_create_statnode()
H A Dctfs_sym.c61 vp = gfs_file_create(sizeof (ctfs_symnode_t), pvp, ctfs_ops_sym); in ctfs_create_symnode()
H A Dctfs_latest.c54 return (gfs_file_create(sizeof (ctfs_latenode_t), pvp, in ctfs_create_latenode()
H A Dctfs_tmpl.c62 vp = gfs_file_create(sizeof (ctfs_tmplnode_t), pvp, ctfs_ops_tmpl); in ctfs_create_tmplnode()
/illumos-gate/usr/src/uts/common/fs/
H A Dgfs.c458 gfs_file_create(size_t size, vnode_t *pvp, vnodeops_t *ops) in gfs_file_create() function
524 vp = gfs_file_create(struct_size, pvp, ops); in gfs_dir_create()
583 vnode_t *vp = gfs_file_create(size, NULL, ops); in gfs_root_create_file()
H A Dxattr.c850 vp = gfs_file_create(sizeof (xattr_file_t), pvp, xattr_file_ops); in xattr_mkfile()
/illumos-gate/usr/src/uts/common/sys/
H A Dgfs.h98 extern vnode_t *gfs_file_create(size_t, vnode_t *, vnodeops_t *);
/illumos-gate/usr/src/uts/common/fs/sharefs/
H A Dsharefs_vnops.c237 vp = gfs_file_create(sizeof (shnode_t), NULL, sharefs_ops_data); in sharefs_open()
/illumos-gate/usr/src/uts/common/fs/objfs/
H A Dobjfs_data.c443 vnode_t *vp = gfs_file_create(sizeof (objfs_datanode_t), pvp, in objfs_create_data()