Whamcloud - gitweb
LU-1431 ptlrpc: Support for over 1MB bulk I/O RPC
[fs/lustre-release.git] / lustre / osd-ldiskfs / osd_internal.h
index 1dec8c2..19560c5 100644 (file)
@@ -267,6 +267,7 @@ struct osd_device {
        spinlock_t                od_osfs_lock;
 
        unsigned int              od_noscrub:1,
+                                 od_dirent_journal:1,
                                  od_handle_nolma:1;
 
        struct fsfilt_operations *od_fsops;
@@ -658,10 +659,10 @@ struct dentry *osd_agent_lookup(struct osd_mdobj_map *omm, int index);
 struct dentry *osd_agent_load(const struct osd_device *osd, int mdt_index,
                              int create);
 
-int osd_delete_agent_inode(const struct lu_env *env, struct osd_device *osd,
-                          struct osd_object *obj, struct osd_thandle *oh);
-int osd_create_agent_inode(const struct lu_env *env, struct osd_device *osd,
-                          struct osd_object *obj, struct osd_thandle *oh);
+int osd_delete_from_agent(const struct lu_env *env, struct osd_device *osd,
+                         struct osd_object *obj, struct osd_thandle *oh);
+int osd_add_to_agent(const struct lu_env *env, struct osd_device *osd,
+                    struct osd_object *obj, struct osd_thandle *oh);
 
 /* osd_quota_fmt.c */
 int walk_tree_dqentry(const struct lu_env *env, struct osd_object *obj,