Searched refs:NFS_MOUNT_NOACL (Results 1 – 3 of 3) sorted by relevance
26 if (server->flags & NFS_MOUNT_NOACL) in nfs_init_server_aclclient()43 server->flags &= ~NFS_MOUNT_NOACL; in nfs_init_server_aclclient()
641 { NFS_MOUNT_NOACL, ",noacl", "" }, in nfs_show_mount_options()1288 mnt->flags &= ~NFS_MOUNT_NOACL; in nfs_parse_mount_options()1291 mnt->flags |= NFS_MOUNT_NOACL; in nfs_parse_mount_options()2709 args->flags &= ~(NFS_MOUNT_NONLM|NFS_MOUNT_NOACL|NFS_MOUNT_VER3| in nfs4_validate_mount_flags()
61 #define NFS_MOUNT_NOACL 0x0800 /* 4 */ macro