Searched refs:gfs_file_create (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/uts/common/fs/ctfs/ |
H A D | ctfs_event.c | 174 vp = gfs_file_create(sizeof (ctfs_evnode_t), pvp, ctfs_ops_event); in ctfs_create_evnode() 353 vp = gfs_file_create(sizeof (ctfs_bunode_t), pvp, ctfs_ops_bundle); in ctfs_create_pbundle() 373 vp = gfs_file_create(sizeof (ctfs_bunode_t), pvp, ctfs_ops_bundle); in ctfs_create_bundle()
|
H A D | ctfs_ctl.c | 65 vp = gfs_file_create(sizeof (ctfs_ctlnode_t), pvp, ctfs_ops_ctl); in ctfs_create_ctlnode() 255 vp = gfs_file_create(sizeof (ctfs_ctlnode_t), pvp, ctfs_ops_stat); in ctfs_create_statnode()
|
H A D | ctfs_sym.c | 63 vp = gfs_file_create(sizeof (ctfs_symnode_t), pvp, ctfs_ops_sym); in ctfs_create_symnode()
|
H A D | ctfs_latest.c | 56 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()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | gfs.h | 98 extern vnode_t *gfs_file_create(size_t, vnode_t *, vnodeops_t *);
|
/titanic_50/usr/src/uts/common/fs/ |
H A D | gfs.c | 457 gfs_file_create(size_t size, vnode_t *pvp, vnodeops_t *ops) in gfs_file_create() function 523 vp = gfs_file_create(struct_size, pvp, ops); in gfs_dir_create() 582 vnode_t *vp = gfs_file_create(size, NULL, ops); in gfs_root_create_file()
|
H A D | xattr.c | 779 vp = gfs_file_create(sizeof (xattr_file_t), pvp, xattr_file_ops); in xattr_mkfile()
|
/titanic_50/usr/src/uts/common/fs/sharefs/ |
H A D | sharefs_vnops.c | 232 vp = gfs_file_create(sizeof (shnode_t), NULL, sharefs_ops_data); in sharefs_open()
|
/titanic_50/usr/src/uts/common/fs/objfs/ |
H A D | objfs_data.c | 445 vnode_t *vp = gfs_file_create(sizeof (objfs_datanode_t), pvp, in objfs_create_data()
|