Home
last modified time | relevance | path

Searched refs:md_allocinfo (Results 1 – 5 of 5) 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()
1461 cp->c_metadata.md_allocinfo + i; in cachefs_check_allocmap()
1502 nallocp = allocp = cmd->md_allocinfo; in cachefs_coalesce_allocmap()
1543 allocp = cp->c_metadata.md_allocinfo; in cachefs_update_allocmap()
1556 allocp = cp->c_metadata.md_allocinfo; in cachefs_update_allocmap()
1577 allocp = cp->c_metadata.md_allocinfo; in cachefs_update_allocmap()
1585 allocp = cp->c_metadata.md_allocinfo; in cachefs_update_allocmap()
1598 (void *)cp->c_metadata.md_allocinfo); in cachefs_update_allocmap()
1739 cp->c_metadata.md_allocinfo + i; in cachefs_cluster_allocmap()
1818 bzero(mdp->md_allocinfo, C_FSL_SIZE); in cachefs_stuffsymlink()
[all …]
H A Dcachefs_filegrp.c90 bcopy(&(inmdp)->md_allocinfo, &(outmdp)->md_allocinfo, \
91 MIN(sizeof (inmdp)->md_allocinfo, sizeof (outmdp)->md_allocinfo))
H A Dcachefs_cnode.c1799 bzero(&cp->c_metadata.md_allocinfo, in cnode_enable_caching()
H A Dcachefs_vnops.c3042 error = uiomove(cp->c_metadata.md_allocinfo, in cachefs_readlink_connected()
3120 error = uiomove(cp->c_metadata.md_allocinfo, in cachefs_readlink_disconnected()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_fs.h718 struct cachefs_allocmap md_allocinfo[C_MAX_ALLOCINFO_SLOTS]; member
752 struct cachefs_allocmap md_allocinfo[C_MAX_ALLOCINFO_SLOTS]; member