Searched defs:gfs_file_create (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/
H A Dgfs.c87 * gfs_file_create()
440 * gfs_file_create(): create a new GFS file
457 gfs_file_create(size_t size, vnode_t *pvp, vnodeops_t *ops) function
512 * This function also performs the same initialization as gfs_file_create().
523 vp = gfs_file_create(struct_size, pvp, ops);
582 vnode_t *vp = gfs_file_create(size, NULL, ops);

Completed in 60 milliseconds