Searched refs:ocfs2_xattr_bucket (Results 1 – 1 of 1) sorted by relevance
56 struct ocfs2_xattr_bucket { struct125 struct ocfs2_xattr_bucket *bucket;279 struct ocfs2_xattr_bucket *bucket,301 struct ocfs2_xattr_bucket *bucket,320 static struct ocfs2_xattr_bucket *ocfs2_xattr_bucket_new(struct inode *inode) in ocfs2_xattr_bucket_new()322 struct ocfs2_xattr_bucket *bucket; in ocfs2_xattr_bucket_new()327 bucket = kzalloc(sizeof(struct ocfs2_xattr_bucket), GFP_NOFS); in ocfs2_xattr_bucket_new()336 static void ocfs2_xattr_bucket_relse(struct ocfs2_xattr_bucket *bucket) in ocfs2_xattr_bucket_relse()346 static void ocfs2_xattr_bucket_free(struct ocfs2_xattr_bucket *bucket) in ocfs2_xattr_bucket_free()361 static int ocfs2_init_xattr_bucket(struct ocfs2_xattr_bucket *bucket, in ocfs2_init_xattr_bucket()[all …]