Searched refs:ocfs2_set_acl (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/fs/ocfs2/ |
D | acl.c | 224 int ocfs2_set_acl(handle_t *handle, in ocfs2_set_acl() function 296 status = ocfs2_set_acl(NULL, inode, bh, type, acl, NULL, NULL); in ocfs2_iop_set_acl() 344 ret = ocfs2_set_acl(NULL, inode, NULL, ACL_TYPE_ACCESS, in ocfs2_acl_chmod() 385 ret = ocfs2_set_acl(handle, inode, di_bh, in ocfs2_init_acl() 403 ret = ocfs2_set_acl(handle, inode, in ocfs2_init_acl()
|
D | acl.h | 31 int ocfs2_set_acl(handle_t *handle,
|