Home
last modified time | relevance | path

Searched refs:OCFS2_MOUNT_POSIX_ACL (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/ocfs2/
Dacl.c307 if (!(osb->s_mount_opt & OCFS2_MOUNT_POSIX_ACL)) in ocfs2_iop_get_acl()
332 if (!(osb->s_mount_opt & OCFS2_MOUNT_POSIX_ACL)) in ocfs2_acl_chmod()
367 if (osb->s_mount_opt & OCFS2_MOUNT_POSIX_ACL) { in ocfs2_init_acl()
384 if ((osb->s_mount_opt & OCFS2_MOUNT_POSIX_ACL) && acl) { in ocfs2_init_acl()
Dsuper.c747 ((osb->s_mount_opt & OCFS2_MOUNT_POSIX_ACL) ? in ocfs2_remount()
1062 ((osb->s_mount_opt & OCFS2_MOUNT_POSIX_ACL) ? SB_POSIXACL : 0); in ocfs2_fill_super()
1273 if (options->mount_opt & OCFS2_MOUNT_POSIX_ACL && in ocfs2_check_set_options()
1280 if (!(options->mount_opt & (OCFS2_MOUNT_POSIX_ACL | in ocfs2_check_set_options()
1283 options->mount_opt |= OCFS2_MOUNT_POSIX_ACL; in ocfs2_check_set_options()
1468 mopt->mount_opt |= OCFS2_MOUNT_POSIX_ACL; in ocfs2_parse_options()
1473 mopt->mount_opt &= ~OCFS2_MOUNT_POSIX_ACL; in ocfs2_parse_options()
1597 if (opts & OCFS2_MOUNT_POSIX_ACL) in ocfs2_show_options()
Docfs2.h281 OCFS2_MOUNT_POSIX_ACL = 1 << 8, /* Force POSIX access control lists */ enumerator
Dxattr.c640 if (osb->s_mount_opt & OCFS2_MOUNT_POSIX_ACL) { in ocfs2_calc_xattr_init()
696 if (osb->s_mount_opt & OCFS2_MOUNT_POSIX_ACL && in ocfs2_calc_xattr_init()