diff options
Diffstat (limited to 'fs/gfs2/inode.h')
-rw-r--r-- | fs/gfs2/inode.h | 32 |
1 files changed, 9 insertions, 23 deletions
diff --git a/fs/gfs2/inode.h b/fs/gfs2/inode.h index 5ef21317b2f6..30cfcc10beb2 100644 --- a/fs/gfs2/inode.h +++ b/fs/gfs2/inode.h | |||
@@ -27,32 +27,20 @@ static inline int gfs2_is_dir(struct gfs2_inode *ip) | |||
27 | 27 | ||
28 | void gfs2_inode_attr_in(struct gfs2_inode *ip); | 28 | void gfs2_inode_attr_in(struct gfs2_inode *ip); |
29 | void gfs2_inode_attr_out(struct gfs2_inode *ip); | 29 | void gfs2_inode_attr_out(struct gfs2_inode *ip); |
30 | struct inode *gfs2_ip2v_lookup(struct gfs2_inode *ip); | 30 | struct inode *gfs2_inode_lookup(struct super_block *sb, struct gfs2_inum *inum, unsigned type); |
31 | struct inode *gfs2_ip2v(struct gfs2_inode *ip); | 31 | struct inode *gfs2_ilookup(struct super_block *sb, struct gfs2_inum *inum); |
32 | struct inode *gfs2_iget(struct super_block *sb, struct gfs2_inum *inum); | ||
33 | 32 | ||
34 | void gfs2_inode_min_init(struct gfs2_inode *ip, unsigned int type); | ||
35 | int gfs2_inode_refresh(struct gfs2_inode *ip); | 33 | int gfs2_inode_refresh(struct gfs2_inode *ip); |
36 | 34 | ||
37 | int gfs2_inode_get(struct gfs2_glock *i_gl, | 35 | int gfs2_dinode_dealloc(struct gfs2_inode *inode); |
38 | const struct gfs2_inum *inum, int create, | ||
39 | struct gfs2_inode **ipp); | ||
40 | void gfs2_inode_hold(struct gfs2_inode *ip); | ||
41 | void gfs2_inode_put(struct gfs2_inode *ip); | ||
42 | void gfs2_inode_destroy(struct gfs2_inode *ip, int unlock); | ||
43 | |||
44 | int gfs2_inode_dealloc(struct gfs2_sbd *sdp, struct gfs2_unlinked *ul); | ||
45 | |||
46 | int gfs2_change_nlink(struct gfs2_inode *ip, int diff); | 36 | int gfs2_change_nlink(struct gfs2_inode *ip, int diff); |
47 | struct inode *gfs2_lookupi(struct inode *dir, struct qstr *name, int is_root, | 37 | struct inode *gfs2_lookupi(struct inode *dir, const struct qstr *name, |
48 | struct nameidata *nd); | 38 | int is_root, struct nameidata *nd); |
49 | struct inode *gfs2_createi(struct gfs2_holder *ghs, struct qstr *name, | 39 | struct inode *gfs2_createi(struct gfs2_holder *ghs, const struct qstr *name, |
50 | unsigned int mode); | 40 | unsigned int mode); |
51 | int gfs2_unlinki(struct gfs2_inode *dip, struct qstr *name, | 41 | int gfs2_rmdiri(struct gfs2_inode *dip, const struct qstr *name, |
52 | struct gfs2_inode *ip, struct gfs2_unlinked *ul); | 42 | struct gfs2_inode *ip); |
53 | int gfs2_rmdiri(struct gfs2_inode *dip, struct qstr *name, | 43 | int gfs2_unlink_ok(struct gfs2_inode *dip, const struct qstr *name, |
54 | struct gfs2_inode *ip, struct gfs2_unlinked *ul); | ||
55 | int gfs2_unlink_ok(struct gfs2_inode *dip, struct qstr *name, | ||
56 | struct gfs2_inode *ip); | 44 | struct gfs2_inode *ip); |
57 | int gfs2_ok_to_move(struct gfs2_inode *this, struct gfs2_inode *to); | 45 | int gfs2_ok_to_move(struct gfs2_inode *this, struct gfs2_inode *to); |
58 | int gfs2_readlinki(struct gfs2_inode *ip, char **buf, unsigned int *len); | 46 | int gfs2_readlinki(struct gfs2_inode *ip, char **buf, unsigned int *len); |
@@ -60,8 +48,6 @@ int gfs2_readlinki(struct gfs2_inode *ip, char **buf, unsigned int *len); | |||
60 | int gfs2_glock_nq_atime(struct gfs2_holder *gh); | 48 | int gfs2_glock_nq_atime(struct gfs2_holder *gh); |
61 | int gfs2_glock_nq_m_atime(unsigned int num_gh, struct gfs2_holder *ghs); | 49 | int gfs2_glock_nq_m_atime(unsigned int num_gh, struct gfs2_holder *ghs); |
62 | 50 | ||
63 | void gfs2_try_toss_vnode(struct gfs2_inode *ip); | ||
64 | |||
65 | int gfs2_setattr_simple(struct gfs2_inode *ip, struct iattr *attr); | 51 | int gfs2_setattr_simple(struct gfs2_inode *ip, struct iattr *attr); |
66 | 52 | ||
67 | int gfs2_repermission(struct inode *inode, int mask, struct nameidata *nd); | 53 | int gfs2_repermission(struct inode *inode, int mask, struct nameidata *nd); |