Lines Matching defs:ip

78 static int ea_foreach_i(struct gfs2_inode *ip, struct buffer_head *bh,  in ea_foreach_i()
115 static int ea_foreach(struct gfs2_inode *ip, ea_call_t ea_call, void *data) in ea_foreach()
165 static int ea_find_i(struct gfs2_inode *ip, struct buffer_head *bh, in ea_find_i()
189 static int gfs2_ea_find(struct gfs2_inode *ip, int type, const char *name, in gfs2_ea_find()
224 static int ea_dealloc_unstuffed(struct gfs2_inode *ip, struct buffer_head *bh, in ea_dealloc_unstuffed()
320 static int ea_remove_unstuffed(struct gfs2_inode *ip, struct buffer_head *bh, in ea_remove_unstuffed()
362 static int ea_list_i(struct gfs2_inode *ip, struct buffer_head *bh, in ea_list_i()
420 struct gfs2_inode *ip = GFS2_I(dentry->d_inode); in gfs2_listxattr() local
458 static int ea_get_unstuffed(struct gfs2_inode *ip, struct gfs2_ea_header *ea, in ea_get_unstuffed()
512 static int gfs2_ea_get_copy(struct gfs2_inode *ip, struct gfs2_ea_location *el, in gfs2_ea_get_copy()
530 int gfs2_xattr_acl_get(struct gfs2_inode *ip, const char *name, char **ppdata) in gfs2_xattr_acl_get()
574 struct gfs2_inode *ip = GFS2_I(dentry->d_inode); in gfs2_xattr_get() local
605 static int ea_alloc_blk(struct gfs2_inode *ip, struct buffer_head **bhp) in ea_alloc_blk()
645 static int ea_write(struct gfs2_inode *ip, struct gfs2_ea_header *ea, in ea_write()
708 static int ea_alloc_skeleton(struct gfs2_inode *ip, struct gfs2_ea_request *er, in ea_alloc_skeleton()
757 static int ea_init_i(struct gfs2_inode *ip, struct gfs2_ea_request *er, in ea_init_i()
783 static int ea_init(struct gfs2_inode *ip, int type, const char *name, in ea_init()
819 static void ea_set_remove_stuffed(struct gfs2_inode *ip, in ea_set_remove_stuffed()
853 static int ea_set_simple_noalloc(struct gfs2_inode *ip, struct buffer_head *bh, in ea_set_simple_noalloc()
886 static int ea_set_simple_alloc(struct gfs2_inode *ip, in ea_set_simple_alloc()
908 static int ea_set_simple(struct gfs2_inode *ip, struct buffer_head *bh, in ea_set_simple()
955 static int ea_set_block(struct gfs2_inode *ip, struct gfs2_ea_request *er, in ea_set_block()
1029 static int ea_set_i(struct gfs2_inode *ip, int type, const char *name, in ea_set_i()
1061 static int ea_set_remove_unstuffed(struct gfs2_inode *ip, in ea_set_remove_unstuffed()
1073 static int ea_remove_stuffed(struct gfs2_inode *ip, struct gfs2_ea_location *el) in ea_remove_stuffed()
1124 static int gfs2_xattr_remove(struct gfs2_inode *ip, int type, const char *name) in gfs2_xattr_remove()
1165 struct gfs2_inode *ip = GFS2_I(inode); in __gfs2_xattr_set() local
1224 static int ea_acl_chmod_unstuffed(struct gfs2_inode *ip, in ea_acl_chmod_unstuffed()
1289 int gfs2_xattr_acl_chmod(struct gfs2_inode *ip, struct iattr *attr, char *data) in gfs2_xattr_acl_chmod()
1320 static int ea_dealloc_indirect(struct gfs2_inode *ip) in ea_dealloc_indirect()
1434 static int ea_dealloc_block(struct gfs2_inode *ip) in ea_dealloc_block()
1483 int gfs2_ea_dealloc(struct gfs2_inode *ip) in gfs2_ea_dealloc()