Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_subr.c1081 bzero(&mdp->md_allocinfo, mdp->md_allocents * in cachefs_removefrontfile()
1459 for (i = 0; i < cp->c_metadata.md_allocents; i++) { in cachefs_check_allocmap()
1504 for (i = 1; i < cmd->md_allocents; i++, allocp++) { in cachefs_coalesce_allocmap()
1515 cmd->md_allocents -= reduced; in cachefs_coalesce_allocmap()
1544 for (i = 0; i < cp->c_metadata.md_allocents; i++, allocp++) { in cachefs_update_allocmap()
1607 cp->c_metadata.md_allocents++; in cachefs_update_allocmap()
1737 for (i = 0; i < cp->c_metadata.md_allocents; i++) { in cachefs_cluster_allocmap()
2858 cp->c_metadata.md_allocents * sizeof (struct cachefs_allocmap)); in cachefs_frontfile_size()
2859 cp->c_metadata.md_allocents = 0; in cachefs_frontfile_size()
2882 cp->c_metadata.md_allocents = 1; in cachefs_frontfile_size()
H A Dcachefs_filegrp.c89 (outmdp)->md_allocents = (inmdp)->md_allocents; \
H A Dcachefs_cnode.c1800 cp->c_metadata.md_allocents * in cnode_enable_caching()
1802 cp->c_metadata.md_allocents = 0; in cnode_enable_caching()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_fs.h717 int md_allocents; /* nbr of entries in allocmap */ member
751 int md_allocents; /* nbr of entries in allocmap */ member