Searched refs:OCFS2_MOUNT_POSIX_ACL (Results 1 – 2 of 2) sorted by relevance
306 if (!(osb->s_mount_opt & OCFS2_MOUNT_POSIX_ACL)) in ocfs2_iop_get_acl()331 if (!(osb->s_mount_opt & OCFS2_MOUNT_POSIX_ACL)) in ocfs2_acl_chmod()366 if (osb->s_mount_opt & OCFS2_MOUNT_POSIX_ACL) { in ocfs2_init_acl()383 if ((osb->s_mount_opt & OCFS2_MOUNT_POSIX_ACL) && acl) { in ocfs2_init_acl()
267 OCFS2_MOUNT_POSIX_ACL = 1 << 8, /* Force POSIX access control lists */ enumerator