Searched refs:NFS_MOUNT_NOACL (Results 1 – 4 of 4) sorted by relevance
27 if (server->flags & NFS_MOUNT_NOACL) in nfs_init_server_aclclient()44 server->flags &= ~NFS_MOUNT_NOACL; in nfs_init_server_aclclient()
570 ctx->flags |= NFS_MOUNT_NOACL; in nfs_fs_context_parse_param()572 ctx->flags &= ~NFS_MOUNT_NOACL; in nfs_fs_context_parse_param()1372 ctx->flags &= ~(NFS_MOUNT_NONLM | NFS_MOUNT_NOACL | in nfs_fs_context_validate()
443 { NFS_MOUNT_NOACL, ",noacl", "" }, in nfs_show_mount_options()
62 #define NFS_MOUNT_NOACL 0x0800 /* 4 */ macro