Searched defs:cfs_dlog_create (Results 1 – 1 of 1) sorted by relevance
144 struct cfs_dlog_create { struct145 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 …]