Lines Matching refs:gfs2_inode
84 typedef int (*ea_call_t) (struct gfs2_inode *ip, struct buffer_head *bh,
88 static int ea_foreach_i(struct gfs2_inode *ip, struct buffer_head *bh, in ea_foreach_i()
125 static int ea_foreach(struct gfs2_inode *ip, ea_call_t ea_call, void *data) in ea_foreach()
175 static int ea_find_i(struct gfs2_inode *ip, struct buffer_head *bh, in ea_find_i()
199 static int gfs2_ea_find(struct gfs2_inode *ip, int type, const char *name, in gfs2_ea_find()
229 static int ea_dealloc_unstuffed(struct gfs2_inode *ip, struct buffer_head *bh, in ea_dealloc_unstuffed()
324 static int ea_remove_unstuffed(struct gfs2_inode *ip, struct buffer_head *bh, in ea_remove_unstuffed()
350 static int ea_list_i(struct gfs2_inode *ip, struct buffer_head *bh, in ea_list_i()
414 struct gfs2_inode *ip = GFS2_I(d_inode(dentry)); in gfs2_listxattr()
453 static int gfs2_iter_unstuffed(struct gfs2_inode *ip, struct gfs2_ea_header *ea, in gfs2_iter_unstuffed()
518 static int gfs2_ea_get_copy(struct gfs2_inode *ip, struct gfs2_ea_location *el, in gfs2_ea_get_copy()
536 int gfs2_xattr_acl_get(struct gfs2_inode *ip, const char *name, char **ppdata) in gfs2_xattr_acl_get()
580 struct gfs2_inode *ip = GFS2_I(inode); in __gfs2_xattr_get()
607 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_xattr_get()
634 static int ea_alloc_blk(struct gfs2_inode *ip, struct buffer_head **bhp) in ea_alloc_blk()
674 static int ea_write(struct gfs2_inode *ip, struct gfs2_ea_header *ea, in ea_write()
734 typedef int (*ea_skeleton_call_t) (struct gfs2_inode *ip,
737 static int ea_alloc_skeleton(struct gfs2_inode *ip, struct gfs2_ea_request *er, in ea_alloc_skeleton()
778 static int ea_init_i(struct gfs2_inode *ip, struct gfs2_ea_request *er, in ea_init_i()
801 static int ea_init(struct gfs2_inode *ip, int type, const char *name, in ea_init()
837 static void ea_set_remove_stuffed(struct gfs2_inode *ip, in ea_set_remove_stuffed()
871 static int ea_set_simple_noalloc(struct gfs2_inode *ip, struct buffer_head *bh, in ea_set_simple_noalloc()
898 static int ea_set_simple_alloc(struct gfs2_inode *ip, in ea_set_simple_alloc()
920 static int ea_set_simple(struct gfs2_inode *ip, struct buffer_head *bh, in ea_set_simple()
967 static int ea_set_block(struct gfs2_inode *ip, struct gfs2_ea_request *er, in ea_set_block()
1041 static int ea_set_i(struct gfs2_inode *ip, int type, const char *name, in ea_set_i()
1073 static int ea_set_remove_unstuffed(struct gfs2_inode *ip, in ea_set_remove_unstuffed()
1085 static int ea_remove_stuffed(struct gfs2_inode *ip, struct gfs2_ea_location *el) in ea_remove_stuffed()
1130 static int gfs2_xattr_remove(struct gfs2_inode *ip, int type, const char *name) in gfs2_xattr_remove()
1171 struct gfs2_inode *ip = GFS2_I(inode); in __gfs2_xattr_set()
1233 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_xattr_set()
1262 static int ea_dealloc_indirect(struct gfs2_inode *ip) in ea_dealloc_indirect()
1382 static int ea_dealloc_block(struct gfs2_inode *ip) in ea_dealloc_block()
1436 int gfs2_ea_dealloc(struct gfs2_inode *ip) in gfs2_ea_dealloc()