Searched refs:ocfs2_xattr_bucket (Results 1 – 1 of 1) sorted by relevance
58 struct ocfs2_xattr_bucket { struct127 struct ocfs2_xattr_bucket *bucket;281 struct ocfs2_xattr_bucket *bucket,303 struct ocfs2_xattr_bucket *bucket,322 static struct ocfs2_xattr_bucket *ocfs2_xattr_bucket_new(struct inode *inode) in ocfs2_xattr_bucket_new()324 struct ocfs2_xattr_bucket *bucket; in ocfs2_xattr_bucket_new()329 bucket = kzalloc(sizeof(struct ocfs2_xattr_bucket), GFP_NOFS); in ocfs2_xattr_bucket_new()338 static void ocfs2_xattr_bucket_relse(struct ocfs2_xattr_bucket *bucket) in ocfs2_xattr_bucket_relse()348 static void ocfs2_xattr_bucket_free(struct ocfs2_xattr_bucket *bucket) in ocfs2_xattr_bucket_free()363 static int ocfs2_init_xattr_bucket(struct ocfs2_xattr_bucket *bucket, in ocfs2_init_xattr_bucket()[all …]