Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ocfs2/
H A Dacl.c82 char *ocfs2_acl; in ocfs2_acl_to_xattr() local
87 ocfs2_acl = kmalloc(*size, GFP_NOFS); in ocfs2_acl_to_xattr()
88 if (!ocfs2_acl) in ocfs2_acl_to_xattr()
91 entry = (struct ocfs2_acl_entry *)ocfs2_acl; in ocfs2_acl_to_xattr()
111 return ocfs2_acl; in ocfs2_acl_to_xattr()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dacl.c80 char *ocfs2_acl; in ocfs2_acl_to_xattr() local
85 ocfs2_acl = kmalloc(*size, GFP_NOFS); in ocfs2_acl_to_xattr()
86 if (!ocfs2_acl) in ocfs2_acl_to_xattr()
89 entry = (struct ocfs2_acl_entry *)ocfs2_acl; in ocfs2_acl_to_xattr()
109 return ocfs2_acl; in ocfs2_acl_to_xattr()

Completed in 1 milliseconds