Searched refs:gfs_file_create (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/ctfs/ |
H A D | ctfs_event.c | 173 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 D | ctfs_ctl.c | 63 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 D | ctfs_sym.c | 61 vp = gfs_file_create(sizeof (ctfs_symnode_t), pvp, ctfs_ops_sym); in ctfs_create_symnode()
|
H A D | ctfs_latest.c | 54 return (gfs_file_create(sizeof (ctfs_latenode_t), pvp, in ctfs_create_latenode()
|
H A D | ctfs_tmpl.c | 62 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 D | gfs.c | 458 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 D | xattr.c | 850 vp = gfs_file_create(sizeof (xattr_file_t), pvp, xattr_file_ops); in xattr_mkfile()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | gfs.h | 98 extern vnode_t *gfs_file_create(size_t, vnode_t *, vnodeops_t *);
|
/illumos-gate/usr/src/uts/common/fs/sharefs/ |
H A D | sharefs_vnops.c | 237 vp = gfs_file_create(sizeof (shnode_t), NULL, sharefs_ops_data); in sharefs_open()
|
/illumos-gate/usr/src/uts/common/fs/objfs/ |
H A D | objfs_data.c | 443 vnode_t *vp = gfs_file_create(sizeof (objfs_datanode_t), pvp, in objfs_create_data()
|