Home
last modified time | relevance | path

Searched refs:filegrp_create (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_filegrp.h76 filegrp_t *filegrp_create(struct fscache *fscp, cfs_cid_t *cidp);
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_cnode.c907 fgp = filegrp_create(fscp, cidp); in cachefs_cnode_make()
1198 fgp = filegrp_create(fscp, &cid); in cachefs_cnode_create()
1319 fgp = filegrp_create(fscp, &cid); in cachefs_cnode_move()
H A Dcachefs_resource.c595 fgp = filegrp_create(fscp, &cid); in cachefs_victim()
H A Dcachefs_filegrp.c185 filegrp_create(struct fscache *fscp, cfs_cid_t *cidp) in filegrp_create() function