Home
last modified time | relevance | path

Searched refs:cfs_dlog_entry (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_dlog.h242 struct cfs_dlog_entry { struct
261 typedef struct cfs_dlog_entry cfs_dlog_entry_t; argument
278 MAX(offsetof(struct cfs_dlog_entry, dl_trailer), \
279 offsetof(struct cfs_dlog_entry, dl_u.dl_setsecattr) + \
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_dlog.c516 offset += offsetof(struct cfs_dlog_entry, dl_valid); in cachefs_dlog_output()
615 struct cfs_dlog_entry *entp; in cachefs_dlog_setattr()
654 struct cfs_dlog_entry *entp; in cachefs_dlog_setsecattr()
742 struct cfs_dlog_entry *entp; in cachefs_dlog_create()
801 struct cfs_dlog_entry *entp; in cachefs_dlog_remove()
842 struct cfs_dlog_entry *entp; in cachefs_dlog_link()
884 struct cfs_dlog_entry *entp; in cachefs_dlog_rename()
948 struct cfs_dlog_entry *entp; in cachefs_dlog_mkdir()
989 struct cfs_dlog_entry *entp; in cachefs_dlog_rmdir()
1034 struct cfs_dlog_entry *entp; in cachefs_dlog_symlink()
[all …]
/titanic_41/usr/src/cmd/fs.d/cachefs/fsck/
H A Ddlog_ck.c55 struct cfs_dlog_entry buf; in dlog_ck()