Searched refs:ocfs2_xattr_bucket (Results 1 – 1 of 1) sorted by relevance
66 struct ocfs2_xattr_bucket { struct135 struct ocfs2_xattr_bucket *bucket;289 struct ocfs2_xattr_bucket *bucket,311 struct ocfs2_xattr_bucket *bucket,330 static struct ocfs2_xattr_bucket *ocfs2_xattr_bucket_new(struct inode *inode) in ocfs2_xattr_bucket_new()332 struct ocfs2_xattr_bucket *bucket; in ocfs2_xattr_bucket_new()337 bucket = kzalloc(sizeof(struct ocfs2_xattr_bucket), GFP_NOFS); in ocfs2_xattr_bucket_new()346 static void ocfs2_xattr_bucket_relse(struct ocfs2_xattr_bucket *bucket) in ocfs2_xattr_bucket_relse()356 static void ocfs2_xattr_bucket_free(struct ocfs2_xattr_bucket *bucket) in ocfs2_xattr_bucket_free()371 static int ocfs2_init_xattr_bucket(struct ocfs2_xattr_bucket *bucket, in ocfs2_init_xattr_bucket()[all …]