Home
last modified time | relevance | path

Searched refs:cfs_dlog_mapping_space (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/cachefs/cfsd/
H A Dcfsd_maptbl.c190 start = index * sizeof (struct cfs_dlog_mapping_space); in maptbl_getaddr()
191 end = start + sizeof (struct cfs_dlog_mapping_space) - 1; in maptbl_getaddr()
445 maptbl_object_p->i_size / sizeof (struct cfs_dlog_mapping_space); in maptbl_setup()
540 struct cfs_dlog_mapping_space *valuep) in maptbl_get()
543 struct cfs_dlog_mapping_space *pa; in maptbl_get()
579 struct cfs_dlog_mapping_space *valuep, in maptbl_set()
583 struct cfs_dlog_mapping_space *pa; in maptbl_set()
H A Dcfsd_maptbl.h72 struct cfs_dlog_mapping_space *valuep);
74 struct cfs_dlog_mapping_space *valuep, int insert);
H A Dcfsd_logelem.c268 struct cfs_dlog_mapping_space map; in logelem_lostfound()
1170 struct cfs_dlog_mapping_space map; in logelem_roll_setattr()
1361 struct cfs_dlog_mapping_space map; in logelem_roll_setsecattr()
1554 struct cfs_dlog_mapping_space map; in logelem_roll_create()
1706 struct cfs_dlog_mapping_space map, dirmap; in logelem_roll_remove()
1911 struct cfs_dlog_mapping_space map; in logelem_roll_rmdir()
1989 struct cfs_dlog_mapping_space map; in logelem_roll_mkdir()
2083 struct cfs_dlog_mapping_space map, dirmap; in logelem_roll_link()
2300 struct cfs_dlog_mapping_space map; in logelem_roll_symlink()
2435 struct cfs_dlog_mapping_space map, dirmap, delmap; in logelem_roll_rename()
[all …]
/titanic_41/usr/src/cmd/fs.d/cachefs/fsck/
H A Ddlog_ck.c232 ent_count * sizeof (struct cfs_dlog_mapping_space)) != 0) { in dlog_ck()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_dlog.h99 struct cfs_dlog_mapping_space { struct
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_dlog.c607 sizeof (struct cfs_dlog_mapping_space)); in cachefs_dlog_cidmap()