Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_dlog.h144 struct cfs_dlog_create { struct
145 cfs_cid_t dl_parent_cid; /* parent directory cid */
146 cfs_cid_t dl_new_cid; /* cid of the created file */
147 cfs_vattr_t dl_attrs; /* attrs to create with */
148 int dl_excl; /* exclusive mode flag */
149 int dl_mode; /* mode bits for created file */
150 int dl_exists; /* does file already exist? */
151 cfs_dlog_tm_t dl_times; /* ctime and mtime on file */
152 cfs_fid_t dl_fid; /* blank fid */
153 dl_cred_t dl_cred; /* user credentials */
[all …]