Searched refs:OCFS2_MOUNT_POSIX_ACL (Results 1 – 4 of 4) sorted by relevance
305 if (!(osb->s_mount_opt & OCFS2_MOUNT_POSIX_ACL)) in ocfs2_iop_get_acl()330 if (!(osb->s_mount_opt & OCFS2_MOUNT_POSIX_ACL)) in ocfs2_acl_chmod()365 if (osb->s_mount_opt & OCFS2_MOUNT_POSIX_ACL) { in ocfs2_init_acl()382 if ((osb->s_mount_opt & OCFS2_MOUNT_POSIX_ACL) && acl) { in ocfs2_init_acl()
718 ((osb->s_mount_opt & OCFS2_MOUNT_POSIX_ACL) ? in ocfs2_reconfigure()1025 ((osb->s_mount_opt & OCFS2_MOUNT_POSIX_ACL) ? SB_POSIXACL : 0); in ocfs2_fill_super()1262 if (options->mount_opt & OCFS2_MOUNT_POSIX_ACL && in ocfs2_check_set_options()1269 if (!(options->mount_opt & (OCFS2_MOUNT_POSIX_ACL | in ocfs2_check_set_options()1272 options->mount_opt |= OCFS2_MOUNT_POSIX_ACL; in ocfs2_check_set_options()1387 mopt->mount_opt &= ~OCFS2_MOUNT_POSIX_ACL; in ocfs2_parse_param()1389 mopt->mount_opt |= OCFS2_MOUNT_POSIX_ACL; in ocfs2_parse_param()1486 if (opts & OCFS2_MOUNT_POSIX_ACL) in ocfs2_show_options()
267 OCFS2_MOUNT_POSIX_ACL = 1 << 8, /* Force POSIX access control lists */ enumerator
626 if (osb->s_mount_opt & OCFS2_MOUNT_POSIX_ACL) { in ocfs2_calc_xattr_init()682 if (osb->s_mount_opt & OCFS2_MOUNT_POSIX_ACL && in ocfs2_calc_xattr_init()
Completed in 25 milliseconds