Home
last modified time | relevance | path

Searched refs:ocfs2_xattr_bucket (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A Dxattr.c58 struct ocfs2_xattr_bucket { struct
127 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 *bucke
[all...]
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dxattr.c56 struct ocfs2_xattr_bucket { struct
121 struct ocfs2_xattr_bucket *bucket;
275 struct ocfs2_xattr_bucket *bucket,
297 struct ocfs2_xattr_bucket *bucket,
316 static struct ocfs2_xattr_bucket *ocfs2_xattr_bucket_new(struct inode *inode) in ocfs2_xattr_bucket_new()
318 struct ocfs2_xattr_bucket *bucket; in ocfs2_xattr_bucket_new()
323 bucket = kzalloc(sizeof(struct ocfs2_xattr_bucket), GFP_NOFS); in ocfs2_xattr_bucket_new()
332 static void ocfs2_xattr_bucket_relse(struct ocfs2_xattr_bucket *bucket) in ocfs2_xattr_bucket_relse()
342 static void ocfs2_xattr_bucket_free(struct ocfs2_xattr_bucket *bucket) in ocfs2_xattr_bucket_free()
357 static int ocfs2_init_xattr_bucket(struct ocfs2_xattr_bucket *bucke
[all...]

Completed in 10 milliseconds