Home
last modified time | relevance | path

Searched defs:cfs_dlog_rename (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_dlog.h203 struct cfs_dlog_rename { struct
204 cfs_cid_t dl_oparent_cid; /* cid of the original parent dir */
205 cfs_cid_t dl_nparent_cid; /* cid of the new parent dir */
206 cfs_cid_t dl_child_cid; /* cid of renamed file */
207 cfs_dlog_tm_t dl_times; /* ctime and mtime on file */
208 cfs_cid_t dl_del_cid; /* cid of deleted file */
209 cfs_dlog_tm_t dl_del_times; /* ctime and mtime on deleted file */
210 dl_cred_t dl_cred; /* credentials to use */
211 char dl_buffer[CFS_DLOG_BUFSIZE + (2 * MAXNAMELEN)];